Home | History | Annotate | Download | only in intl

Lines Matching defs:getcwd

141 # define getcwd __getcwd
149 # 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);