Lines Matching full:getcwd
141 # define getcwd __getcwd149 # define getcwd(buf, max) getwd (buf)152 # define getcwd(buf, max) (getcwd) (buf, max, 0)154 char *getcwd ();537 path_max += 2; /* The getcwd docs say to do this. */545 ret = getcwd (dirname, path_max);