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

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-unsetenv.c38 ASSERT (putenv ((char *) "a=1") == 0);
39 ASSERT (putenv (entry) == 0);
H A Dputenv.c94 putenv (char *string) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dunsetenv.c33 /* 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*));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdlib.in.h172 # undef putenv macro
173 # define putenv rpl_putenv macro
174 extern int putenv (char *string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdlib.in.h172 # undef putenv macro
173 # define putenv rpl_putenv macro
174 extern int putenv (char *string);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdlib.in.h172 # undef putenv macro
173 # define putenv rpl_putenv macro
174 extern int putenv (char *string);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Denv.c74 if (putenv(*argv) < 0) {
75 bb_perror_msg_and_die("putenv");
H A Ddate.c38 putenv((char*)"TZ=UTC0");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h263 # undef putenv
264 # define putenv rpl_putenv
265 extern int putenv (char *string);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/
H A Dmain.c95 if (putenv("PATH=:/bin:/usr/bin/" UML_LIB_PATH))
96 perror("couldn't putenv");
108 if (putenv(new_path)) {
109 perror("couldn't putenv to set a new PATH");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c69 putenv((char*)"TZ=UTC0");
78 putenv(oldtz - 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdlib.in.h390 # undef putenv
391 # define putenv rpl_putenv
393 _GL_FUNCDECL_RPL (putenv, int, (char *string) _GL_ARG_NONNULL ((1)));
394 _GL_CXXALIAS_RPL (putenv, int, (char *string));
396 _GL_CXXALIAS_SYS (putenv, int, (char *string));
398 _GL_CXXALIASWARN (putenv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h92 #define putenv _dbus_wince_putenv macro
93 int putenv (char *str);
H A Ddbus-sysdeps.c141 return (putenv (putenv_value) == 0);
171 return (putenv (putenv_value) == 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c443 putenv(avahi_strdup(ENV_INTERFACE"="));
444 putenv(avahi_strdup(ENV_DNS_SERVERS"="));
445 putenv(avahi_strdup(ENV_INTERFACE_DNS_SERVERS"="));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-dnsconfd/
H A Dmain.c443 putenv(avahi_strdup(ENV_INTERFACE"="));
444 putenv(avahi_strdup(ENV_DNS_SERVERS"="));
445 putenv(avahi_strdup(ENV_INTERFACE_DNS_SERVERS"="));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h177 # define iz_w32_prepareTZenv() putenv("TZ=")
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Drun-command.c106 putenv((char*)*cmd->env);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudevtest.c54 static char value[4096]; /* must stay, used with putenv */
82 putenv(key);
H A Dudev_device.c247 putenv(name_loop->name);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c286 putenv((char*)"TERM=vt102");
291 putenv((char*)"TERM=linux");
926 putenv((char *) *e);
970 putenv((char*)"SELINUX_INIT=YES");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwb_common.c661 /* Use putenv() instead of setenv() in these functions as not all
668 return putenv(s) != -1;
675 return putenv(s) != -1;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dhttpd.c1015 putenv(xasprintf("%s=%s?%s", "REQUEST_URI", purl, g_query));
1035 putenv((char*)"SERVER_SOFTWARE=busybox httpd/"BB_VER);
1036 putenv((char*)"SERVER_PROTOCOL=HTTP/1.0");
1037 putenv((char*)"GATEWAY_INTERFACE=CGI/1.1");
1059 putenv(xasprintf("CONTENT_LENGTH=%d", bodyLen));
1067 putenv((char*)"AUTH_TYPE=Basic");
2060 putenv(p - 5);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/plugins/down-root/
H A Ddown-root.c495 putenv ((char *)envp[i]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dosdep.h537 # define iz_w32_prepareTZenv() putenv("TZ=")

Completed in 171 milliseconds

12345