| /src/lib/libc/compat/stdlib/ |
| compat_putenv.c | 49 __weak_alias(putenv,_putenv) 52 __warn_references(putenv, 53 "warning: reference to compatibility putenv();" 57 * putenv(name) -- 61 putenv(char *name)
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
| /src/external/bsd/libbind/dist/bsd/ |
| putenv.c | 1 /* $NetBSD: putenv.c,v 1.1.1.2 2012/09/09 16:07:43 christos Exp $ */ 4 static const char rcsid[] = "Id: putenv.c,v 1.2 2005/04/27 04:56:11 sra Exp "; 19 putenv(char *str) { function
|
| /src/lib/libc/compat/include/ |
| stdlib.h | 41 int putenv(char *);
|
| /src/tools/compat/ |
| setenv.c | 32 /* Emulate setenv() with getenv()/malloc()/putenv(). */ 48 putenv(buf);
|
| /src/external/gpl2/gettext/dist/djgpp/ |
| unsetenv.c | 33 /* Let putenv() do the work 34 * Note that we can just pass name directly as our putenv() treats 36 /* The cast is needed because POSIX specifies putenv() to take a non-const 37 * parameter. Our putenv is well-behaved, so this is OK. */ 38 putenv (unconst (name, char*));
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| setenv.c | 44 * This is the easy way out, use putenv to implement setenv. We might 61 if (putenv(t) == 0)
|
| putenv.c | 1 /* $NetBSD: putenv.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */ 45 * putenv -- 53 putenv(const char *string) function
|
| /src/tests/lib/libc/stdlib/ |
| t_getenv.c | 95 "Test putenv(3), getenv(3), unsetenv(3)"); 104 ATF_CHECK(putenv(string) != -1); 113 ATF_CHECK_ERRNO(EINVAL, putenv(NULL) == -1); 114 ATF_CHECK_ERRNO(EINVAL, putenv(__UNCONST("val")) == -1); 115 ATF_CHECK_ERRNO(EINVAL, putenv(__UNCONST("=val")) == -1); 165 "Test mixing setenv(3), unsetenv(3) and putenv(3)"); 172 (void)strcpy(string, "mixedcrap=putenv"); 176 ATF_CHECK(putenv(string) != -1); 177 ATF_CHECK_STREQ(getenv("mixedcrap"), "putenv"); 181 ATF_CHECK(putenv(string) != -1) [all...] |
| /src/lib/libc/stdlib/ |
| putenv.c | 1 /* $NetBSD: putenv.c,v 1.21 2015/01/20 18:31:25 christos Exp $ */ 35 static char sccsid[] = "@(#)putenv.c 8.2 (Berkeley) 3/27/94"; 37 __RCSID("$NetBSD: putenv.c,v 1.21 2015/01/20 18:31:25 christos Exp $"); 52 putenv(char *str) function
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| env.c | 73 if (putenv(buf) == -1) 98 if (putenv(buf) == -1)
|
| /src/external/gpl3/gcc/dist/fixincludes/tests/base/ |
| stdlib.h | 73 extern int putenv _AP((char *));
|
| /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/ |
| stdlib.h | 73 extern int putenv _AP((char *));
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| envmgmt.c | 230 if (CALL_UTIL (putenv)(newstr) != 0) 512 CALL_UTIL (putenv)(ev); 529 CALL_UTIL (putenv)(ev); 592 if (CALL_UTIL (putenv)(ev) != 0) 684 /*------------------------------------------------------------- putenv */ 685 int putenv (char*) __attribute__ ((weak, alias ("__collector_putenv"))); 691 if (CALL_UTIL (putenv) == __collector_putenv || 692 CALL_UTIL (putenv) == NULL) 694 CALL_UTIL (putenv) = (int(*)(char*))dlsym (RTLD_NEXT, "putenv"); [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| envmgmt.c | 230 if (CALL_UTIL (putenv)(newstr) != 0) 512 CALL_UTIL (putenv)(ev); 529 CALL_UTIL (putenv)(ev); 592 if (CALL_UTIL (putenv)(ev) != 0) 684 /*------------------------------------------------------------- putenv */ 685 int putenv (char*) __attribute__ ((weak, alias ("__collector_putenv"))); 691 if (CALL_UTIL (putenv) == __collector_putenv || 692 CALL_UTIL (putenv) == NULL) 694 CALL_UTIL (putenv) = (int(*)(char*))dlsym (RTLD_NEXT, "putenv"); [all...] |
| /src/external/bsd/kyua-testers/dist/ |
| env.c | 70 if (putenv(buffer) == -1) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| infcall-exec.c | 59 putenv (path);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| infcall-exec.c | 59 putenv (path);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| stdlib.d | 288 int putenv(char*); 330 int putenv(char*); 381 int putenv(char*); 422 int putenv(char*); 463 int putenv(char*); 504 int putenv(char*); 545 int putenv(char*); 568 int putenv(const scope char*); 598 int putenv(char*); 650 int putenv(char*) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| test_add_store_cred.c | 151 putenv(from_env); 159 putenv(to_env); 176 putenv("KRB5CCNAME");
|