Searched refs:getenv (Results 126 - 150 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/lpr/lprm/
H A Dlprm.c152 if (printer == NULL && (printer = getenv("PRINTER")) == NULL)
/freebsd-13-stable/tools/tools/ath/ath_prom_read/
H A Dath_prom_read.c94 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athaggrstats/
H A Dmain.c90 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athstats/
H A Dmain.c95 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/npe/npestats/
H A Dmain.c77 ifname = getenv("NPE");
/freebsd-13-stable/usr.bin/mail/
H A Dvars.c115 return (getenv(name));
/freebsd-13-stable/usr.bin/nohup/
H A Dnohup.c114 if ((p = getenv("HOME")) != NULL && *p != '\0' &&
/freebsd-13-stable/tools/regression/environ/
H A Denvctl.c172 value = getenv(arg == 'g' ? optarg : NULL);
/freebsd-13-stable/contrib/kyua/engine/
H A Datf_helpers.cpp351 ATF_REQUIRE(utils::getenv("HOME").get() != "fake-value");
352 ATF_REQUIRE(!utils::getenv("LANG"));
381 const optional< std::string > names_raw = utils::getenv("TEST_CASES");
/freebsd-13-stable/contrib/less/
H A Dmain.c96 if (getenv("HOME") == NULL)
102 char *drive = getenv("HOMEDRIVE");
103 char *path = getenv("HOMEPATH");
/freebsd-13-stable/contrib/libevent/test/
H A Dregress_main.c441 if (!getenv("EVENT_NO_DEBUG_LOCKS"))
445 if (getenv("EVENT_DEBUG_MODE")) {
449 if (getenv("EVENT_DEBUG_LOGGING_ALL")) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c53 const char *gcov_prefix = getenv("GCOV_PREFIX");
246 const char *Prefix = getenv("GCOV_PREFIX");
247 const char *PrefixStripStr = getenv("GCOV_PREFIX_STRIP");
/freebsd-13-stable/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp295 log = (getenv("LIBUNWIND_PRINT_APIS") != NULL);
307 log = (getenv("LIBUNWIND_PRINT_UNWINDING") != NULL);
319 log = (getenv("LIBUNWIND_PRINT_DWARF") != NULL);
/freebsd-13-stable/contrib/ofed/libibverbs/
H A Dinit.c294 if (getenv("RDMAV_FORK_SAFE") || getenv("IBV_FORK_SAFE"))
361 if (!sysfs_dev->have_driver && getenv("IBV_SHOW_WARNINGS")) {
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c443 if (!getenv("EVENT_NO_DEBUG_LOCKS"))
447 if (getenv("EVENT_DEBUG_MODE")) {
451 if (getenv("EVENT_DEBUG_LOGGING_ALL")) {
/freebsd-13-stable/usr.sbin/bsdinstall/distextract/
H A Ddistextract.c81 if ((distributions = getenv("DISTRIBUTIONS")) == NULL)
83 if ((distdir = getenv("BSDINSTALL_DISTDIR")) == NULL)
138 chrootdir = getenv("BSDINSTALL_CHROOT");
/freebsd-13-stable/stand/lua/
H A Dconfig.lua90 local current_value = loader.getenv(k)
110 -- the call back into loader.getenv for any variable that's been set or
119 return loader.getenv(key)
131 env_restore[key] = {value = loader.getenv(key)}
197 local repl = loader.getenv(name) or ""
344 local blacklist_str = loader.getenv('module_blacklist')
438 local nextboot_file = loader.getenv("nextboot_conf")
439 local nextboot_enable = loader.getenv("nextboot_enable")
607 local flags = loader.getenv("kernel_options") or ""
608 local kernel = other_kernel or loader.getenv("kerne
[all...]
H A Ddrawer.lua211 local framestyle = loader.getenv("loader_menu_frame") or defaultframe()
263 local menu_header = loader.getenv("loader_menu_title") or
265 local menu_header_align = loader.getenv("loader_menu_title_align")
296 local x = tonumber(loader.getenv("loader_brand_x")) or
298 local y = tonumber(loader.getenv("loader_brand_y")) or
301 local branddef = getBranddef(loader.getenv("loader_brand"))
323 local x = tonumber(loader.getenv("loader_logo_x")) or
325 local y = tonumber(loader.getenv("loader_logo_y")) or
328 local logo = loader.getenv("loader_logo")
379 local console = loader.getenv("consol
[all...]
H A Dpassword.lua126 local boot_pwd = loader.getenv("bootlock_password")
129 local geli_prompt = loader.getenv("geom_eli_passphrase_prompt")
135 local pwd = loader.getenv("password")
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_init.c471 env_bigstack = getenv("LIBPTHREAD_BIGSTACK_MAIN");
472 env_splitstack = getenv("LIBPTHREAD_SPLITSTACK_MAIN");
486 env = getenv("LIBPTHREAD_SPINLOOPS");
489 env = getenv("LIBPTHREAD_YIELDLOOPS");
492 env = getenv("LIBPTHREAD_QUEUE_FIFO");
/freebsd-13-stable/libexec/phttpget/
H A Dphttpget.c132 env_HTTP_PROXY = getenv("HTTP_PROXY");
134 env_HTTP_PROXY = getenv("http_proxy");
149 env_HTTP_PROXY_AUTH = getenv("HTTP_PROXY_AUTH");
184 env_HTTP_USER_AGENT = getenv("HTTP_USER_AGENT");
188 env_HTTP_TIMEOUT = getenv("HTTP_TIMEOUT");
/freebsd-13-stable/contrib/file/src/
H A Dmagic.c186 if ((home = getenv("HOME")) == NULL)
223 if ((home = getenv("LOCALAPPDATA")) != NULL)
227 if ((home = getenv("USERPROFILE")) != NULL)
232 if ((home = getenv("COMMONPROGRAMFILES")) != NULL)
253 magicfile = getenv("MAGIC");
/freebsd-13-stable/stand/efi/libefi/
H A Definet.c216 if ((envstr = getenv("rootpath")) != NULL)
222 envstr = getenv("ipaddr");
225 envstr = getenv("netmask");
228 envstr = getenv("gatewayip");
231 envstr = getenv("serverip");
/freebsd-13-stable/lib/libfetch/
H A Dftp.c641 if ((s = getenv("FTP_PASSIVE_MODE")) != NULL)
770 bindaddr = getenv("FETCH_BIND_ADDRESS");
917 if ((user = getenv("FTP_LOGIN")) != NULL)
932 if ((pwd = getenv("FTP_PASSWORD")) != NULL)
1077 if (((p = getenv("FTP_PROXY")) || (p = getenv("ftp_proxy")) ||
1078 (p = getenv("HTTP_PROXY")) || (p = getenv("http_proxy"))) &&
1081 if (getenv("FTP_PROXY") || getenv("ftp_prox
[all...]
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_termcap.c75 if (!use_terminfo_vars() || (result = getenv("TERMPATH")) == 0)
801 cp = use_terminfo_vars()? getenv("TERMCAP") : NULL;
821 if ((home = getenv("HOME")) != 0 && *home != '\0'
985 if (use_terminfo_vars() && (p = getenv("TERMCAP")) != 0
1044 if (use_terminfo_vars() && (tc = getenv("TERMCAP")) != 0) {
1069 if (use_terminfo_vars() && (h = getenv("HOME")) != NULL && *h != '\0'

Completed in 273 milliseconds

1234567891011>>