Home
last modified time | relevance | path

Searched refs:putenv (Results 1 – 25 of 113) sorted by relevance

12345

/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcygwin1.c33 putenv (xstrdup ("GCC_CYGWIN_MINGW=0")); in mingw_scan()
37 putenv (xstrdup ("GCC_CYGWIN_WIN32=0")); in mingw_scan()
39 putenv (xstrdup ("GCC_CYGWIN_WIN32=1")); in mingw_scan()
51 putenv (xstrdup ("GCC_CYGWIN_MINGW=1")); in mingw_scan()
/openbsd-src/gnu/lib/libiberty/src/
H A Dputenv.c42 #define putenv libiberty_putenv macro
63 #undef putenv
70 putenv (const char *string) in putenv() function
/openbsd-src/gnu/gcc/fixincludes/tests/base/
H A Dstdlib.h32 extern int putenv _AP((char *));
66 int putenv( char *__s );
70 int putenv();
/openbsd-src/lib/libcurses/tinfo/
H A Dgetenv_num.c73 putenv(s); in _nc_setenv_num()
75 #error expected setenv/putenv functions in _nc_setenv_num()
/openbsd-src/gnu/lib/libreadline/
H A Dshell.c128 putenv (b);
131 putenv (b);
/openbsd-src/lib/libc/stdlib/
H A Dsetenv.c43 putenv(char *str) in putenv() function
84 DEF_WEAK(putenv);
/openbsd-src/usr.bin/ktrace/
H A Dktrace.c110 putenv("LD_BIND_NOW="); in main()
145 putenv("LIBC_NOUSERTC="); in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dt-hp3201 # So putenv and other functions get seen by fixproto.
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dt-pa-hpux1 # So putenv and other functions get seen by fixproto.
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dt-pa-hpux1 # So putenv and other functions get seen by fixproto.
/openbsd-src/regress/lib/libc/env/
H A Denvtest.c110 if (putenv("USER=nobody") != 0) { in main()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/
H A Dxm-vms.h110 #define putenv(x) macro
/openbsd-src/gnu/llvm/clang/tools/c-arcmt-test/
H A Dc-arcmt-test.c116 putenv("LIBCLANG_LOGGING=1"); in main()
/openbsd-src/gnu/usr.bin/binutils/intl/
H A Dcat-compat.c199 putenv (new_val);
/openbsd-src/gnu/usr.bin/binutils-2.17/intl/
H A Dcat-compat.c199 putenv (new_val);
H A Dconfig.in82 /* Define if you have the putenv function. */
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dt-hpux26 # and also fix the definition of putenv in sys-protos.h (const char not char).
/openbsd-src/lib/libc/hidden/
H A Dstdlib.h130 PROTO_NORMAL(putenv);
/openbsd-src/include/
H A Dstdlib.h163 int putenv(char *);
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtlink.c470 putenv (xstrdup ("COMPILER_PATH=")); in recompile_files()
471 putenv (xstrdup ("LIBRARY_PATH=")); in recompile_files()
/openbsd-src/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs86 #undef putenv
89 # define putenv xceputenv macro
123 putenv(newenv); in fix_win32_tzenv()
/openbsd-src/gnu/gcc/gcc/
H A Dtlink.c449 putenv (xstrdup ("COMPILER_PATH=")); in recompile_files()
450 putenv (xstrdup ("LIBRARY_PATH=")); in recompile_files()
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h350 #undef putenv
351 #define putenv win32_putenv macro
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dmain.c768 (void) putenv (env);
978 (void) putenv (env);
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Dconfig.in64 /* Define if you have the putenv function. */

12345