Searched refs:putenv (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | putenv.c | 42 #define putenv libiberty_putenv macro 63 #undef putenv 70 putenv (const char *string) in putenv() function
|
D | Makefile.in | 146 physmem.c putenv.c \ 213 ./putenv.$(objext) \ 1144 ./putenv.$(objext): $(srcdir)/putenv.c config.h $(INCDIR)/ansidecl.h 1146 $(COMPILE.c) $(PICFLAG) $(srcdir)/putenv.c -o pic/$@; \ 1149 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/putenv.c -o noasan/$@; \ 1151 $(COMPILE.c) $(srcdir)/putenv.c $(OUTPUT_OPTION)
|
D | configure.ac | 354 funcs="$funcs putenv" 407 psignal pstat_getdynamic pstat_getstatic putenv \ 524 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | config.in | 206 /* Define to 1 if you have the `putenv' function. */
|
D | ChangeLog | 2365 physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c, 2521 * putenv.c (putenv): Likewise. 4278 * putenv.c: Likewise. 4338 * configure.in: Check for alloca.h (for regex.c and putenv.c). 4415 libiberty.texi, memchr.c, putenv.c, rindex.c, strchr.c, strdup.c, 4485 memmove.c, memset.c, putenv.c, rename.c, rindex.c, setenv.c, 5843 * putenv.c: Include ansidecl.h to define `const'. 5848 * Makefile.in (CFILES): Add putenv.c and setenv.c. 5849 * configure.in (funcs): Add putenv and setenv. 5850 (AC_CHECK_FUNCS): Check for putenv and setenv. [all …]
|
D | configure | 5499 psignal pstat_getdynamic pstat_getstatic putenv \ 5902 putenv random rename rindex sbrk setenv stpcpy strcasecmp \
|
D | functions.texi | 1142 @c putenv.c:21 1143 @deftypefn Supplemental int putenv (const char *@var{string})
|
/toolchain/binutils/binutils-2.25/intl/ |
D | config.h.in | 105 /* Define to 1 if you have the `putenv' function. */
|
/toolchain/binutils/binutils-2.25/config/ |
D | gettext.m4 | 371 geteuid getgid getuid mempcpy munmap putenv setenv setlocale stpcpy \
|
/toolchain/binutils/binutils-2.25/ |
D | ltmain.sh | 3377 int putenv (char *); 4014 if (putenv (str) != EXIT_SUCCESS)
|