Searched refs:getenv (Results 151 - 175 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_screen.c223 o_term = getenv("TERM");
225 o_lines = getenv("LINES");
227 o_cols = getenv("COLUMNS");
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_init.c183 if ((p = getenv("NEXINIT")) != NULL) {
187 } else if ((p = getenv("EXINIT")) != NULL) {
191 } else if ((p = getenv("HOME")) != NULL && *p) {
/freebsd-13-stable/stand/common/
H A Dcommands.c135 snprintf(buf, sizeof(buf), "%s/boot/loader.help", getenv("loaddev"));
275 cp = getenv(ev->ev_name);
285 if ((cp = getenv(argv[1])) != NULL) {
/freebsd-13-stable/contrib/llvm-project/lldb/source/Initialization/
H A DSystemInitializerCommon.cpp44 const char *disable_crash_dialog_var = getenv("LLDB_DISABLE_CRASH_DIALOG");
/freebsd-13-stable/crypto/heimdal/appl/login/
H A Dlogin.c613 if(getenv("TERM"))
614 add_env("TERM", getenv("TERM"));
615 if(getenv("TZ"))
616 add_env("TZ", getenv("TZ"));
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c211 if((p = getenv("DISPLAY")))
/freebsd-13-stable/contrib/tcsh/
H A Dtw.help.c92 hpath = str2short(getenv(SEARCHLIST));
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-snf.c262 if ((nr = getenv("SNF_FLAGS")) && *nr)
264 else if ((nr = getenv("SNF_NUM_RINGS")) && *nr && atoi(nr) > 1)
288 if ((nr = getenv("SNF_PCAP_RING_ID")) && *nr) {
369 if ((nr = getenv("SNF_FLAGS")) && *nr) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libuutil/
H A Duu_pname.c125 cp = getenv("UU_DIE_ABORTS");
/freebsd-13-stable/contrib/nvi/common/
H A Dutil.c149 (h = getenv("HOME")) == NULL) {
/freebsd-13-stable/sys/kern/
H A Dsubr_boot.c58 #define GETENV(k) getenv(k)
/freebsd-13-stable/stand/i386/libi386/
H A Ddevicename.c58 if (((rv = i386_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
/freebsd-13-stable/stand/libofw/
H A Ddevicename.c57 if (((rv = ofw_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
/freebsd-13-stable/stand/lua/
H A Dmenu.lua339 if loader.getenv("kernelname") ~= nil then
392 "oad " .. loader.getenv('chain_disk')
396 loader.getenv('chain_disk'))
399 return loader.getenv('chain_disk') ~= nil
473 local delay = loader.getenv("autoboot_delay")
507 local x = loader.getenv("loader_menu_timeout_x") or 4
508 local y = loader.getenv("loader_menu_timeout_y") or 23
538 local cmd = loader.getenv("menu_timeout_command") or "boot"
/freebsd-13-stable/stand/mips/beri/loader/
H A Ddevicename.c58 if (((rv = beri_arch_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
/freebsd-13-stable/stand/powerpc/ofw/
H A Dmain.c100 if ((cas = getenv("cas")) && cas[0] == '1')
/freebsd-13-stable/stand/uboot/fdt/
H A Duboot_fdt.c94 s = getenv("fdt_file");
/freebsd-13-stable/stand/uboot/lib/
H A Ddevicename.c58 if (((rv = uboot_parsedev(dev, getenv("currdev"), NULL)) == 0)
/freebsd-13-stable/crypto/heimdal/lib/wind/
H A Dtest-normalize.c156 const char *srcdir = getenv("srcdir");
/freebsd-13-stable/crypto/openssl/crypto/
H A Darmcap.c129 if ((e = getenv("OPENSSL_armcap"))) {
/freebsd-13-stable/usr.sbin/chroot/
H A Dchroot.c171 if (!(shell = getenv("SHELL")))
/freebsd-13-stable/usr.sbin/cron/lib/
H A Dcompat.c214 if (overwrite && getenv(name))
/freebsd-13-stable/usr.sbin/lpr/lpq/
H A Dlpq.c116 if (!aflag && printer == NULL && (printer = getenv("PRINTER")) == NULL)
/freebsd-13-stable/tools/tools/cfi/
H A Dcfi.c127 dvname = getenv("CFI");
/freebsd-13-stable/usr.bin/from/
H A Dfrom.c100 if (!(file = getenv("MAIL"))) {

Completed in 264 milliseconds

1234567891011>>