Home | History | Annotate | Download | only in intl

Lines Matching defs:getcwd

141 # define getcwd __getcwd
149 # define getcwd(buf, max) getwd (buf)
151 char *getcwd ();
541 path_max += 2; /* The getcwd docs say to do this. */
549 ret = getcwd (dirname, path_max);