Searched defs:getcwd (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dunistd.in.h267 /* Include the headers that might declare getcwd so that they will not
276 <http://www.opengroup.org/susv3xsh/getcwd.html>.
277 Additionally, the gnulib module 'getcwd' guarantees the following GNU
281 # define getcwd rpl_getcwd macro
282 extern char * getcwd (char *buf, size_t size);
285 # undef getcwd macro
286 # define getcwd(b,s) \ macro
287 (GL_LINK_WARNING ("getcwd is unportable - " \
288 "use gnulib module getcwd for portability"), \
289 getcwd (
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dmake.h358 /* This is needed for getcwd() and chdir(). */
493 extern char *getcwd ();
497 # define getcwd(buf, len) getwd (buf)
575 # if !defined getcwd macro
576 # define getcwd _getcwd2
580 chdir() and getcwd(). This avoids some error messages for the
585 # undef getcwd
496 # define getcwd macro
584 # undef getcwd macro

Completed in 259 milliseconds