Searched refs:getenv (Results 251 - 275 of 753) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp228 if (!getenv("RC_DEBUG_OPTIONS"))
239 if(!getenv("DEBUG_PRODUCER"))
241 DwarfDebugProducer += getenv("DEBUG_PRODUCER");
/freebsd-13-stable/contrib/ofed/libcxgb4/
H A Ddev.c531 char *c = getenv("CXGB4_STALL_TIMEOUT");
540 char *c = getenv("CXGB4_MA_WR");
548 char *c = getenv("T5_ENABLE_WC");
/freebsd-13-stable/stand/libsa/
H A Dbootp.c395 if ((val = getenv("dhcp.root-path")) == NULL)
400 if ((val = getenv("dhcp.host-name")) == NULL)
406 if ((val = getenv("dhcp.interface-mtu")) != NULL) {
/freebsd-13-stable/crypto/openssl/apps/
H A Dopenssl.c104 if ((t = getenv("OPENSSL_CONF")) != NULL)
148 p = getenv("OPENSSL_DEBUG_MEMORY");
153 if (getenv("OPENSSL_FIPS")) {
/freebsd-13-stable/usr.sbin/kbdmap/
H A Dkbdmap.c177 if ((locale = getenv("LC_ALL")) == NULL &&
178 (locale = getenv("LC_CTYPE")) == NULL &&
179 (locale = getenv("LANG")) == NULL)
/freebsd-13-stable/usr.bin/locale/
H A Dlocale.c586 lang = getenv("LANG");
595 eval = getenv(lcinfo[i].name);
612 vval = getenv("LC_ALL");
/freebsd-13-stable/usr.bin/login/
H A Dlogin.c523 term = getenv("TERM");
629 cx = getenv("MAIL");
637 if (getenv("MAIL") == NULL)
/freebsd-13-stable/usr.bin/msgs/
H A Dmsgs.c405 if ((cp = getenv("HOME")) == NULL || *cp == '\0') {
453 if (tgetent(inbuf, getenv("TERM")) <= 0
644 if ((env_pager = getenv("PAGER")) == NULL) {
/freebsd-13-stable/contrib/ee/
H A Dnew_curse.c691 extern char *getenv();
897 TERMINAL_TYPE = getenv("TERM");
905 TERM_PATH = getenv("TERMINFO");
945 if ((pointer = Term_File_name = getenv("TERMCAP")) != NULL)
988 if ((lines_string = getenv("LINES")) != NULL)
994 if ((columns_string = getenv("COLUMNS")) != NULL)
/freebsd-13-stable/stand/efi/loader/
H A Dmain.c509 rootdev = getenv("rootdev");
522 rootdev = getenv("uefi_rootdev");
994 if (strcmp(getenv("console"), "efi") == 0) {
1038 if ((s = getenv("fail_timeout")) != NULL)
1052 printf(" Console: %s (%#x)\n", getenv("console"), howto);
1073 if (getenv("uefi_ignore_boot_mgr") != NULL) {
H A Defiserialio.c274 env = getenv("efi_com_port");
305 env = getenv("efi_com_speed");
/freebsd-13-stable/lib/libc/net/
H A Dhesiod.c96 configname = getenv("HESIOD_CONFIG");
107 p = getenv("HES_DOMAIN");
/freebsd-13-stable/lib/libc/nls/
H A Dmsgcat.c151 lang = getenv("LANG");
199 if ((nlspath = getenv("NLSPATH")) == NULL || issetugid())
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c1425 } else if ((p = getenv("HTTP_PROXY_AUTH")) != NULL &&
1513 if (((p = getenv("HTTP_PROXY")) || (p = getenv("http_proxy"))) &&
1693 } else if ((p = getenv("HTTP_PROXY_AUTH")) != NULL &&
1723 } else if ((p = getenv("HTTP_AUTH")) != NULL &&
1746 if ((p = getenv("HTTP_ACCEPT")) != NULL) {
1752 if ((p = getenv("HTTP_REFERER")) != NULL && *p != '\0') {
1759 if ((p = getenv("HTTP_USER_AGENT")) != NULL) {
/freebsd-13-stable/contrib/byacc/
H A Dmain.c636 if (((tmpdir = getenv("TMPDIR")) == 0 || access(tmpdir, W_OK) != 0) ||
637 ((tmpdir = getenv("TEMP")) == 0 || access(tmpdir, W_OK) != 0))
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c571 skip_sparse_tests = getenv("SKIP_TEST_SPARSE");
631 skip_sparse_tests = getenv("SKIP_TEST_SPARSE");
/freebsd-13-stable/contrib/libedit/
H A Del.c528 if ((fname = getenv("EDITRC")) == NULL) {
532 if ((ptr = getenv("HOME")) == NULL)
/freebsd-13-stable/contrib/dma/
H A Ddma.c105 } else if (getenv("EMAIL") != NULL) {
106 addr = getenv("EMAIL");
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c71 const char *p = getenv("LIBCTF_DECOMPRESSOR");
77 _libctf_debug = getenv("LIBCTF_DEBUG") != NULL;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dompt-general.cpp247 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES");
304 const char *ompt_env_var = getenv("OMP_TOOL");
/freebsd-13-stable/contrib/lua/src/
H A Dlua.c330 const char *init = getenv(name + 1);
333 init = getenv(name + 1); /* try alternative name */
/freebsd-13-stable/stand/liblua/
H A Dlutils.c172 lua_pushstring(L, getenv(luaL_checkstring(L, 1)));
541 REG_SIMPLE(getenv),
/freebsd-13-stable/stand/lua/
H A Dcolor.lua55 local c = loader.getenv("loader_color")
/freebsd-13-stable/crypto/openssh/
H A Dauthfd.c96 authsocket = getenv(SSH_AUTHSOCKET_ENV_NAME);
174 if (getenv(SSH_AUTHSOCKET_ENV_NAME))
/freebsd-13-stable/usr.bin/whois/
H A Dwhois.c249 if ((host = getenv("WHOIS_SERVER")) == NULL &&
250 (host = getenv("RA_SERVER")) == NULL) {

Completed in 374 milliseconds

<<11121314151617181920>>