Searched refs:getenv (Results 26 - 50 of 1496) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/nsswitch/
H A Dlongarg_getgrnam.c32 char *domain = getenv("TEST_WORKGROUP");
H A Dlongarg_getpwnam.c32 char *domain = getenv("TEST_WORKGROUP");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/curl-7.21.7/lib/
H A Dcurl_gethostname.c65 const char *force_hostname = getenv("CURL_GETHOSTNAME");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/bridge/libbridge/
H A Dlibbridge_misc.c48 const char * s = getenv("HZ");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dchroot.c26 argv[0] = getenv("SHELL");
H A Dprintenv.c28 env = getenv(arg);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testsuite/nsswitch/
H A Dlongarg_getgrnam.c31 char *domain = getenv("TEST_WORKGROUP");
H A Dlongarg_getpwnam.c31 char *domain = getenv("TEST_WORKGROUP");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testsuite/nsswitch/
H A Dlongarg_getgrnam.c31 char *domain = getenv("TEST_WORKGROUP");
H A Dlongarg_getpwnam.c31 char *domain = getenv("TEST_WORKGROUP");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testsuite/nsswitch/
H A Dlongarg_getgrnam.c31 char *domain = getenv("TEST_WORKGROUP");
H A Dlongarg_getpwnam.c31 char *domain = getenv("TEST_WORKGROUP");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/testsuite/nsswitch/
H A Dlongarg_getgrnam.c32 char *domain = getenv("TEST_WORKGROUP");
H A Dlongarg_getpwnam.c32 char *domain = getenv("TEST_WORKGROUP");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/
H A Dwinbind_client.h18 (strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/mcore/
H A Dsysdep.h72 extern char * getenv();
79 extern char * getenv();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/mcore/
H A Dsysdep.h72 extern char * getenv();
79 extern char * getenv();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/
H A Dwinbind_client.h18 (strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwinbind_client.h18 (strcmp(getenv(WINBINDD_DONT_ENV)?getenv(WINBINDD_DONT_ENV):"0","1") == 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/mcore/
H A Dsysdep.h72 extern char * getenv();
79 extern char * getenv();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/os/
H A Dos_getenv.c27 * If we have getenv, there's a value and the buffer is large enough:
29 * If we have getenv, there's a value and the buffer is too short:
31 * If we have getenv and there's no value:
33 * If we don't have getenv:
39 if ((p = getenv(name)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/os/
H A Dos_getenv.c27 * If we have getenv, there's a value and the buffer is large enough:
29 * If we have getenv, there's a value and the buffer is too short:
31 * If we have getenv and there's no value:
33 * If we don't have getenv:
39 if ((p = getenv(name)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/os/
H A Dos_getenv.c27 * If we have getenv, there's a value and the buffer is large enough:
29 * If we have getenv, there's a value and the buffer is too short:
31 * If we have getenv and there's no value:
33 * If we don't have getenv:
39 if ((p = getenv(name)) != NULL) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/toolchain/toolchain/binutils/patches/2.17/
H A D300-012_check_ldrunpath_length.patch32 lib_path = (const char *) getenv ("LD_RUN_PATH");
41 rpath = (const char *) getenv ("LD_RUN_PATH");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-client/
H A Dxdg-config.c43 if ((e = getenv("XDG_CONFIG_HOME")) && *e)
45 else if ((e = getenv("HOME")) && *e)
55 if (!(d = getenv("XDG_CONFIG_DIRS")) || !*d)

Completed in 221 milliseconds

1234567891011>>