Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 14 of 14) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dgetpwd.c51 #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()
Dgetcwd.c41 getcwd (char *buf, size_t len) in getcwd() function
DREADME57 The optional file you've added (e.g. getcwd.c) should compile and work
Dconfigure.ac343 funcs="$funcs getcwd"
405 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \
524 getcwd getpagesize getrusage gettimeofday \
DMakefile.in134 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)
DChangeLog2632 * 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 …]
Dconfig.in122 /* Define to 1 if you have the `getcwd' function. */
Dfunctions.texi443 @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
Dconfigure5741 getcwd getpagesize getrlimit getrusage getsysinfo gettimeofday \
6146 getcwd getpagesize getrusage gettimeofday \
/toolchain/binutils/binutils-2.27/intl/
Ddcigettext.c141 # define getcwd __getcwd macro
149 # define getcwd(buf, max) getwd (buf) macro
151 char *getcwd ();
549 ret = getcwd (dirname, path_max);
Dconfig.h.in41 /* Define to 1 if you have the `getcwd' function. */
/toolchain/binutils/
Dbuild.py226 orig_dir = os.getcwd()
/toolchain/binutils/binutils-2.27/config/
Dgettext.m4370 AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \
/toolchain/binutils/binutils-2.27/
Dltmain.sh3805 /* static buffer for getcwd */
3863 if (getcwd (tmp, LT_PATHMAX) == NULL)
3888 if (getcwd (tmp, LT_PATHMAX) == NULL)