Searched refs:xsetenv (Results 1 - 25 of 26) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dsetup_environment.c54 xsetenv("TERM", term);
55 xsetenv("HOME", pw->pw_dir);
56 xsetenv("SHELL", shell);
57 xsetenv("USER", pw->pw_name);
58 xsetenv("LOGNAME", pw->pw_name);
59 xsetenv("PATH", (pw->pw_uid ? bb_default_path : bb_default_root_path));
64 xsetenv("HOME", pw->pw_dir);
65 xsetenv("SHELL", shell);
67 xsetenv("USER", pw->pw_name);
68 xsetenv("LOGNAM
[all...]
H A Dxfuncs.c266 void xsetenv(const char *key, const char *value) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxsetenv.h27 extern void xsetenv (const char *name, const char *value, int replace);
H A Dxsetenv.c20 #include "xsetenv.h"
35 xsetenv (const char *name, const char *value, int replace) function
H A Dclasspath.c27 #include "xsetenv.h"
104 xsetenv (CLASSPATHVAR, new_CLASSPATH, 1);
117 xsetenv (CLASSPATHVAR, old_classpath, 1);
H A Djavaexec.c30 #include "xsetenv.h"
423 xsetenv ("JAVA_HOME", old_JAVA_HOME, 1);
H A Djavacomp.c38 #include "xsetenv.h"
2347 xsetenv ("JAVA_HOME", old_JAVA_HOME, 1);
H A DMakefile26 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --with-tests --makefile-name=Makefile.gnulib --libtool --macro-prefix=gl alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase c-strcasestr c-strstr clean-temp closeout copy-file csharpcomp csharpexec error error-progname execute exit fd-ostream file-ostream filename findprog fnmatch-posix fopen fstrcmp full-write fwriteerror gcd gcj getline getopt gettext-h gettext-tools-misc hash html-styled-ostream iconv java javacomp javaexec linebreak localcharset locale localename lock memmove memset minmax obstack open openmp ostream pipe progname propername relocatable-prog relocatable-script sh-quote stdbool stdint stpcpy stpncpy strcspn strpbrk strtol strtoul styled-ostream sys_stat sys_time term-styled-ostream ucs4-utf8 uniname/uniname unistd uniwidth/width unlocked-io utf16-ucs4 utf8-ucs4 vasprintf wait-process xalloc xerror xmalloca xsetenv xstriconv xvasprintf
317 xerror.h xerror.c xmalloca.c xreadlink.c xsetenv.h xsetenv.c \
346 xreadlink.lo xsetenv.lo xstriconv.lo xvasprintf.lo \
1124 xstrdup.c xerror.h xerror.c xmalloca.c xreadlink.c xsetenv.h \
1125 xsetenv.c xsize.h xstriconv.h xstriconv.c xvasprintf.h \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dplural-1-prg.c24 #include "xsetenv.h"
35 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-5-prg.c25 #include "xsetenv.h"
48 xsetenv ("LC_ALL", argv[1], 1);
H A Dgettext-4-prg.c28 #include "xsetenv.h"
48 xsetenv ("LC_ALL", argv[1], 1);
H A Dlang-c17 #include "xsetenv.h"
24 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-3-prg.c28 #include "xsetenv.h"
51 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-4-prg.c28 #include "xsetenv.h"
51 xsetenv ("LC_ALL", argv[1], 1);
H A Dlang-objc33 #include "xsetenv.h"
40 xsetenv ("LC_ALL", argv[1], 1);
H A Dtstngettext.c34 #include "xsetenv.h"
114 xsetenv (optarg, separator + 1, 1);
H A Dtstgettext.c36 #include "xsetenv.h"
138 xsetenv (optarg, separator + 1, 1);
H A Dlang-c++36 #include "xsetenv.h"
45 xsetenv ("LC_ALL", argv[1], 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dlogin.c418 xsetenv("LOGIN_TTY", full_tty);
419 xsetenv("LOGIN_USER", pw->pw_name);
420 xsetenv("LOGIN_UID", utoa(pw->pw_uid));
421 xsetenv("LOGIN_GID", utoa(pw->pw_gid));
422 xsetenv("LOGIN_SHELL", pw->pw_shell);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgexec.c51 #include "xsetenv.h"
340 xsetenv ("MSGEXEC_MSGCTXT", mp->msgctxt, 1);
343 xsetenv ("MSGEXEC_MSGID", mp->msgid, 1);
346 xsetenv ("MSGEXEC_LOCATION", location, 1);
H A Dmsginit.c83 #include "xsetenv.h"
760 xsetenv ("LC_ALL", locale, 1);
774 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL);
1450 xsetenv ("LC_ALL", locale, 1);
1452 xsetenv ("OUTPUT_CHARSET", encoding, 1);
1478 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL);
1483 xsetenv ("LANGUAGE", old_LANGUAGE, 1), free (old_LANGUAGE);
1488 xsetenv ("OUTPUT_CHARSET", old_OUTPUT_CHARSET, 1), free (old_OUTPUT_CHARSET);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c418 xsetenv("TCPORIGDSTADDR", addr);
421 xsetenv("PROTO", proto);
431 xsetenv("TCPCONCURRENCY", utoa(cur_per_host));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/runit/
H A Dchpst.c78 xsetenv("GID", utoa(ugid.gid));
79 xsetenv("UID", utoa(ugid.uid));
138 xsetenv(d->d_name, buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h270 void xsetenv(const char *key, const char *value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/po/
H A DMakefile94 ../gnulib-lib/xsetenv.c \

Completed in 133 milliseconds

12