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

12345

/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dputenv.c24 #define putenv ______putenv macro
32 #undef putenv macro
36 NoN(putenv)
48 putenv(const char* s)
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dtestcgi.c42 putenv("CONTENT_TYPE=multipart/form-data; "
44 putenv("REQUEST_METHOD=POST");
/macosx-10.9.5/cxxfilt-11/cxxfilt/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
/macosx-10.9.5/Heimdal-323.92.1/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
/macosx-10.9.5/Chess-310.5/Sources/
H A Dmain.mm56 putenv((char *)*++argv);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Denv.c73 if (putenv(buf) == -1)
98 if (putenv(buf) == -1)
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestppd.c174 putenv("LOCALEDIR=locale");
175 putenv("SOFTWARE=CUPS");
539 putenv("LANG=fr");
540 putenv("LC_ALL=fr");
541 putenv("LC_CTYPE=fr");
542 putenv("LC_MESSAGES=fr");
554 putenv("LANG=zh_TW");
555 putenv("LC_ALL=zh_TW");
556 putenv("LC_CTYPE=zh_TW");
557 putenv("LC_MESSAGE
[all...]
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Dputenv.c31 static char sccsid[] = "@(#)putenv.c 8.2 (Berkeley) 3/27/94";
34 __FBSDID("$FreeBSD: src/lib/libc/stdlib/putenv.c,v 1.6 2007/05/01 16:02:41 ache Exp $");
67 putenv(str) function
/macosx-10.9.5/apache-786.1/httpd/srclib/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
/macosx-10.9.5/apr-30/apr/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
/macosx-10.9.5/shell_cmds-175/env/
H A Denv.c79 (void)putenv(*argv);
/macosx-10.9.5/bash-92/bash-3.2/lib/sh/
H A Dgetenv.c101 putenv (str) function
152 return putenv (name);
/macosx-10.9.5/rsync-42/rsync/
H A Dclientserver.c409 putenv(modname);
410 putenv(modpath);
411 putenv(hostaddr);
412 putenv(hostname);
413 putenv(username);
427 putenv(p);
431 putenv(p);
437 putenv(p);
448 putenv(p);
463 putenv(
[all...]
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdlib.h225 int putenv(char *) __DARWIN_ALIAS(putenv); variable
228 int putenv(char *) LIBC_ALIAS(putenv); variable
/macosx-10.9.5/groff-38/groff/src/libs/libgroff/
H A Dputenv.c50 int putenv(const char *string) function
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dgetenv.c98 (void) putenv(strdup(buf));
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclEnv.c53 # define putenv TclCygwinPutenv macro
253 putenv(p);
260 * Watch out for versions of putenv that copy the string (e.g. VC++). In
270 * This putenv() copies instead of taking ownership.
298 * a stand-in for the UNIX "putenv" function so that applications using
300 * the Makefile will define "Tcl_PutEnv" to "putenv".
402 * For those platforms that support putenv to unset, Linux indicates
422 putenv(string);
425 * Watch out for versions of putenv that copy the string (e.g. VC++). In
435 * This putenv() copie
735 #undef putenv macro
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dsetenv.c131 result = putenv(buffer);
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmsg_syslog.c177 putenv("TZ=UTC");
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclEnv.c257 putenv(p);
264 * Watch out for versions of putenv that copy the string (e.g. VC++).
273 /* This putenv() copies instead of taking ownership */
299 * is intended to be a stand-in for the UNIX "putenv" procedure
302 * define "Tcl_PutEnv" to "putenv".
405 * For those platforms that support putenv to unset, Linux indicates
424 putenv(string);
427 * Watch out for versions of putenv that copy the string (e.g. VC++).
436 /* This putenv() copies instead of taking ownership */
747 #undef putenv
738 #undef putenv macro
[all...]
/macosx-10.9.5/file_cmds-230/df/
H A Ddf.c173 putenv("BLOCKSIZE=512");
177 putenv("BLOCKSIZE=512");
182 putenv("BLOCKSIZE=1g");
198 putenv("BLOCKSIZE=1024");
200 putenv("BLOCKSIZE=1k");
213 putenv("BLOCKSIZE=1m");
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Demacstool.c318 putenv("IN_EMACSTOOL=t"); /* notify subprocess that it is in emacstool */
320 if (putenv("TERM=sun") != 0) /* TTY_WIN will be a TERM=sun window */
334 if (putenv("TERMCAP=") != 0)
/macosx-10.9.5/OpenPAM-20/openpam/bin/su/
H A Dsu.c134 putenv(*pam_env);
/macosx-10.9.5/cron-39/lib/
H A Dcompat.c235 return putenv(tmp); /* intentionally orphan 'tmp' storage */

Completed in 247 milliseconds

12345