Searched refs:getenv (Results 76 - 100 of 644) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/cvs/lib/
H A Dgetopt1.c55 char *getenv ();
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dgetpwd.c79 if (! ((p = getenv ("PWD")) != 0
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-command.c70 term = (char *) getenv ("TERM");
/freebsd-9.3-release/contrib/less/
H A Dscrsize.c91 cp = getenv("WINDOWID");
/freebsd-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dstdlib.h49 using std::getenv;
/freebsd-9.3-release/contrib/ofed/libibverbs/src/
H A Dsysfs.c63 env = getenv("SYSFS_PATH");
/freebsd-9.3-release/contrib/top/
H A Dos.h18 char *getenv();
/freebsd-9.3-release/lib/libc/gen/
H A Dgetbsize.c56 if ((p = getenv("BLOCKSIZE")) != NULL && *p != '\0') {
H A Dtimezone.c61 if ( (beg = getenv("TZNAME")) ) { /* set in environment */
/freebsd-9.3-release/lib/libc/locale/
H A Dsetlocale.c58 * Category names for getenv()
295 env = getenv(categories[0]);
299 env = getenv(categories[category]);
303 env = getenv("LANG");
319 char *p = getenv("PATH_LOCALE");
/freebsd-9.3-release/lib/libc/stdio/
H A Dtempnam.c62 if (issetugid() == 0 && (f = getenv("TMPDIR"))) {
H A Dtmpfile.c62 tmpdir = getenv("TMPDIR");
/freebsd-9.3-release/lib/libedit/
H A Dsys.h87 extern char *getenv(const char *);
/freebsd-9.3-release/lib/libfetch/
H A Dcommon.c292 bindaddr = getenv("FETCH_BIND_ADDRESS");
676 if (getenv("SSL_ALLOW_SSL2") == NULL)
678 if (getenv("SSL_NO_SSL3") != NULL)
680 if (getenv("SSL_NO_TLS1") != NULL)
700 if (getenv("SSL_NO_VERIFY_PEER") == NULL) {
701 ca_cert_file = getenv("SSL_CA_CERT_FILE");
707 ca_cert_path = getenv("SSL_CA_CERT_PATH");
721 if ((crl_file = getenv("SSL_CRL_FILE")) != NULL) {
751 if ((client_cert_file = getenv("SSL_CLIENT_CERT_FILE")) != NULL) {
752 client_key_file = getenv("SSL_CLIENT_KEY_FIL
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dpager.c52 if ((cp = getenv("LINES")) != NULL) {
/freebsd-9.3-release/sys/boot/common/
H A Dinterp.c120 if (getenv("prompt") == NULL)
122 if (getenv("interpret") == NULL)
345 if ((cp = getenv("prompt")) == NULL)
354 ev = getenv(p + 2);
/freebsd-9.3-release/usr.bin/mktemp/
H A Dmktemp.c96 tmpdir = getenv("TMPDIR");
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dpkgwrap.c41 if (getenv("PKG_NOWRAP") != NULL)
/freebsd-9.3-release/usr.sbin/sade/
H A Dtermcap.c44 term = getenv("TERM");
/freebsd-9.3-release/usr.bin/make/
H A Dmain.c684 char *value = getenv(MKLVL_ENVVAR);
884 save_makeflags = getenv("MAKEFLAGS");
940 if ((machine = getenv("MACHINE")) == NULL) {
948 if ((machine_arch = getenv("MACHINE_ARCH")) == NULL) {
960 if ((machine_cpu = getenv("MACHINE_CPU")) == NULL) {
1021 Main_ParseArgLine(getenv("MAKEFLAGS"), 1);
1053 if (!(pathp = getenv("MAKEOBJDIRPREFIX"))) {
1054 if (!(path = getenv("MAKEOBJDIR"))) {
1082 if (getenv("MAKE_JOBS_FIFO") != NULL)
1126 char *syspath = getenv("MAKESYSPAT
[all...]
/freebsd-9.3-release/sys/boot/i386/libi386/
H A Dcomconsole.c94 cons = getenv("console");
96 getenv("boot_multicons") != NULL) {
100 env = getenv("comconsole_speed");
112 env = getenv("comconsole_port");
124 env = getenv("comconsole_pcidev");
/freebsd-9.3-release/sys/boot/pc98/libpc98/
H A Dcomconsole.c94 cons = getenv("console");
96 getenv("boot_multicons") != NULL) {
100 env = getenv("comconsole_speed");
112 env = getenv("comconsole_port");
124 env = getenv("comconsole_pcidev");
/freebsd-9.3-release/sys/boot/powerpc/ofw/
H A Dmetadata.c125 if (getenv(howto_names[i].ev) != NULL)
127 if (!strcmp(getenv("console"), "comconsole"))
129 if (!strcmp(getenv("console"), "nullconsole"))
289 rootdevname = getenv("rootdev");
291 rootdevname = getenv("currdev");
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dmetadata.c124 if (getenv(howto_names[i].ev) != NULL)
126 if (!strcmp(getenv("console"), "comconsole"))
128 if (!strcmp(getenv("console"), "nullconsole"))
288 rootdevname = getenv("rootdev");
290 rootdevname = getenv("currdev");
/freebsd-9.3-release/sys/boot/uboot/common/
H A Dmetadata.c132 if (getenv(howto_names[i].ev) != NULL)
135 if (!strcmp(getenv("console"), "comconsole"))
137 if (!strcmp(getenv("console"), "nullconsole"))
303 rootdevname = getenv("rootdev");
305 rootdevname = getenv("currdev");

Completed in 364 milliseconds

1234567891011>>