Searched refs:getcwd (Results 1 – 14 of 14) sorted by relevance
/toolchain/binutils/binutils-2.27/libiberty/ |
D | getpwd.c | 51 #define getcwd(buf,len) getwd(buf) macro 87 for (s = GUESSPATHLEN; !getcwd (p = XNEWVEC (char, s), s); s *= 2) in getpwd() 120 pwd = getcwd (XNEWVEC (char, MAXPATHLEN + 1), MAXPATHLEN + 1 in getpwd()
|
D | getcwd.c | 41 getcwd (char *buf, size_t len) in getcwd() function
|
D | README | 57 The optional file you've added (e.g. getcwd.c) should compile and work
|
D | configure.ac | 343 funcs="$funcs getcwd" 405 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \ 524 getcwd getpagesize getrusage gettimeofday \
|
D | Makefile.in | 134 getcwd.c getopt.c getopt1.c getpagesize.c getpwd.c getruntime.c \ 208 ./getcwd.$(objext) ./getpagesize.$(objext) \ 799 ./getcwd.$(objext): $(srcdir)/getcwd.c config.h 801 $(COMPILE.c) $(PICFLAG) $(srcdir)/getcwd.c -o pic/$@; \ 804 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/getcwd.c -o noasan/$@; \ 806 $(COMPILE.c) $(srcdir)/getcwd.c $(OUTPUT_OPTION)
|
D | ChangeLog | 2632 * getpwd.c: Remove unneeded prototype getcwd and move getwd so 2952 * getcwd.c (getcwd): Likewise. 4000 * getcwd.c (getcwd): Use standard definition to avoid conflicts 4728 * alloca.c, clock.c, getcwd.c, getpagesize.c, getpwd.c, index.c, 4797 bzero.c, calloc.c, clock.c, configure.in, configure, getcwd.c, 5484 * getcwd.c: Include string.h, stdlib.h for prototypes 6168 * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE 6925 * getcwd.c: Likewise. 6958 (atexit.o, clock.o, getcwd.o, getpagesize.o): New targets. 6965 * getcwd.c: Likewise. [all …]
|
D | config.in | 122 /* Define to 1 if you have the `getcwd' function. */
|
D | functions.texi | 443 @c getcwd.c:6 444 @deftypefn Supplemental char* getcwd (char *@var{pathname}, int @var{len}) 451 @code{getcwd} will obtain @var{len} bytes of space using
|
D | configure | 5741 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \ 6146 getcwd getpagesize getrusage gettimeofday \
|
/toolchain/binutils/binutils-2.27/intl/ |
D | dcigettext.c | 141 # define getcwd __getcwd macro 149 # define getcwd(buf, max) getwd (buf) macro 151 char *getcwd (); 549 ret = getcwd (dirname, path_max);
|
D | config.h.in | 41 /* Define to 1 if you have the `getcwd' function. */
|
/toolchain/binutils/ |
D | build.py | 226 orig_dir = os.getcwd()
|
/toolchain/binutils/binutils-2.27/config/ |
D | gettext.m4 | 370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
|
/toolchain/binutils/binutils-2.27/ |
D | ltmain.sh | 3805 /* static buffer for getcwd */ 3863 if (getcwd (tmp, LT_PATHMAX) == NULL) 3888 if (getcwd (tmp, LT_PATHMAX) == NULL)
|