Searched refs:putenv (Results 1 - 25 of 58) sorted by relevance

123

/freebsd-10.0-release/contrib/ldns/compat/
H A Dtimegm.c19 putenv((char*)"TZ=");
25 putenv(tz);
28 putenv((char*)"TZ");
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dcygwin1.c33 putenv (xstrdup ("GCC_CYGWIN_MINGW=0"));
37 putenv (xstrdup ("GCC_CYGWIN_WIN32=0"));
39 putenv (xstrdup ("GCC_CYGWIN_WIN32=1"));
51 putenv (xstrdup ("GCC_CYGWIN_MINGW=1"));
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dputenv.c2 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
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dputenv.c2 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
/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dsetenv.c3 * is implemented in terms of portable primitives only: getenv(), putenv()
33 return (putenv(cp));
H A Denviron.c2 * Many systems have putenv() but no setenv(). Other systems have setenv()
3 * but no putenv() (MIPS). Still other systems have neither (NeXT). This is a
74 /* putenv - update or append environment (name,value) pair */
76 int putenv(nameval) function
211 } else { /* putenv() test */
212 if (putenv(argv[0])) {
213 perror("putenv");
H A Dsafe_finger.c79 if (putenv(path)) {
80 fprintf(stderr, "%s: putenv: out of memory", argv[0]);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dsetenv.c42 * This is the easy way out, use putenv to implement setenv. We might
59 if (putenv(t) == 0)
H A Dputenv.c43 * putenv --
51 putenv(const char *string) function
/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Denv.c73 if (putenv(buf) == -1)
98 if (putenv(buf) == -1)
/freebsd-10.0-release/usr.bin/stdbuf/
H A Dstdbuf.c95 if (i < 0 || putenv(preload1) == -1)
105 if (i < 0 || putenv(preload1) == -1)
/freebsd-10.0-release/contrib/apr/misc/unix/
H A Denv.c61 if (0 > putenv(apr_pstrcat(pool, envvar, "=", value, NULL)))
80 * putenv("varname")... that isn't Single Unix spec,
84 * putenv() here
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dconfig.c20 ** PUTENV -- emulation of putenv() in terms of setenv()
38 putenv(str) function
109 putenv(env)
/freebsd-10.0-release/lib/libc/stdlib/
H A Dgetenv.c73 * putenv: Created from putenv() call. This memory must not be
82 bool putenv; member in struct:envVars
163 * active). A variable created by putenv is always active, or it is not
167 if (envVars[ndx].putenv) {
203 * Remove variable added by putenv() from variable tracking array.
231 if (envVars[envNdx].putenv) {
351 envVars[envNdx].putenv = false;
481 /* putenv() created variable cannot be reused. */
482 if (envVars[envNdx].putenv)
605 putenv(char *string) function
[all...]
H A DSymbol.map51 putenv;
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dputenv.c50 int putenv(const char *string) function
/freebsd-10.0-release/tools/regression/environ/
H A Denvctl.c177 print_rtrn_errno(putenv(optarg), eol);
H A Dtimings.c184 * putenv() a variable with a small value.
190 if (putenv(nameValuePair) == -1)
191 err(EXIT_FAILURE, "putenv(nameValuePair)");
195 report_time("putenv(nameValuePair)", &startUsage.ru_utime,
/freebsd-10.0-release/contrib/openpam/bin/su/
H A Dsu.c137 putenv(*pam_env);
/freebsd-10.0-release/sys/boot/userboot/userboot/
H A Dmain.c119 putenv(var);
/freebsd-10.0-release/usr.sbin/cron/lib/
H A Dcompat.c235 return putenv(tmp); /* intentionally orphan 'tmp' storage */
/freebsd-10.0-release/contrib/groff/src/roff/groff/
H A Dgroff.cpp49 int putenv(const char *);
391 if (putenv(strsave(e.contents())))
392 fatal("putenv failed");
403 if (putenv(strsave(e.contents())))
404 fatal("putenv failed");
417 if (putenv(strsave(f.contents())))
418 fatal("putenv failed");
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsetenv.c50 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
77 #if 0 /* nothing uses putenv */
79 * putenv --
84 putenv(char *str)
/freebsd-10.0-release/include/
H A Dstdlib.h218 int putenv(char *);
/freebsd-10.0-release/lib/libstand/
H A Denvironment.c162 putenv(const char *string) function

Completed in 233 milliseconds

123