Searched refs:getenv (Results 176 - 200 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.bin/tput/
H A Dtput.c85 if (!term && !(term = getenv("TERM")))
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_iconv.c84 if (!issetugid() && getenv(CI_ENV_MAX_REUSE))
85 shared_max_reuse = atoi(getenv(CI_ENV_MAX_REUSE));
/freebsd-13-stable/lib/libc/posix1e/
H A Dmac.c180 if (!issetugid() && getenv("MAC_CONFFILE") != NULL)
181 filename = getenv("MAC_CONFFILE");
/freebsd-13-stable/lib/libdpv/
H A Ddialogrc.c295 if ((cp = getenv(ENV_DIALOGRC)) != NULL && *cp != '\0')
297 else if ((cp = getenv(ENV_HOME)) != NULL) {
/freebsd-13-stable/crypto/openssl/crypto/
H A Dmem.c183 const char *cp = getenv("OPENSSL_MALLOC_FAILURES");
187 if ((cp = getenv("OPENSSL_MALLOC_FD")) != NULL)
/freebsd-13-stable/libexec/rtld-elf/rtld-libc/
H A DMakefile.inc30 SRCS+= reallocf.c realpath.c getenv.c merge.c reallocarray.c
/freebsd-13-stable/contrib/kyua/cli/
H A Dmain.cpp242 const optional< std::string > home(utils::getenv("HOME"));
247 const optional< std::string > tmpdir(utils::getenv("TMPDIR"));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_mac.cpp107 // Document our assumption but without calling `getenv()` in normal
109 DCHECK(getenv(K_ATOS_ENV_VAR));
110 DCHECK_EQ(internal_strcmp(getenv(K_ATOS_ENV_VAR), pid_str_), 0);
/freebsd-13-stable/contrib/dma/
H A Dutil.c211 if (check_username(getenv("LOGNAME"), useruid))
213 if (check_username(getenv("USER"), useruid))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c338 dllName = getenv(NEW_DLL_ENVIRONMENT_VAR);
340 dllName = getenv(DLL_ENVIRONMENT_VAR);
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dload.c228 path = pathfind(getenv("PATH"), prg_path, "rx");
284 dir_part = getenv(buf);
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/director/
H A Ddirector.c178 check_path = getenv("CHECK_PATH");
185 include_path = getenv("INCLUDE_PATH");
/freebsd-13-stable/stand/i386/libi386/
H A Dbootinfo32.c162 rootdevname = getenv("rootdev");
256 kernelname = getenv("kernelname");
/freebsd-13-stable/stand/userboot/userboot/
H A Dbootinfo32.c162 rootdevname = getenv("rootdev");
235 kernelname = getenv("kernelname");
/freebsd-13-stable/usr.sbin/apmd/contrib/
H A Dpccardq.c37 tmp_dir = getenv("TMPDIR") ? getenv("TMPDIR") : tmp_dir;
/freebsd-13-stable/usr.bin/newgrp/
H A Dnewgrp.c274 term = getenv("TERM");
275 ticket = getenv("KRBTKFILE");
/freebsd-13-stable/contrib/bmake/
H A Dutil.c58 getenv(const char *name) function
145 printf("%s\n", getenv(argv[1]));
147 printf("%s\n", getenv(argv[1]));
/freebsd-13-stable/contrib/ofed/libmlx5/
H A Dbuf.c429 env_value = getenv(name);
460 env = getenv(name);
471 env = getenv(name);
/freebsd-13-stable/contrib/nvi/cl/
H A Dcl_term.c425 if ((p = getenv("TERM")) == NULL)
454 if ((p = getenv("LINES")) != NULL)
456 if ((p = getenv("COLUMNS")) != NULL)
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtset.c554 if ((ttype = getenv("TERM")) != 0)
606 if ((p = getenv("TERMCAP")) != 0 && !_nc_is_abs_path(p)) {
703 if ((var = getenv("SHELL")) != 0
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.c310 c = getenv("GREP_COLOR");
352 eopts = getenv("GREP_OPTIONS");
583 term = getenv("TERM");
/freebsd-13-stable/share/man/man9/
H A DMakefile154 getenv.9 \
1096 MLINKS+=getenv.9 freeenv.9 \
1097 getenv.9 getenv_int.9 \
1098 getenv.9 getenv_long.9 \
1099 getenv.9 getenv_string.9 \
1100 getenv.9 getenv_quad.9 \
1101 getenv.9 getenv_uint.9 \
1102 getenv.9 getenv_ulong.9 \
1103 getenv.9 getenv_bool.9 \
1104 getenv
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Drelocate.c89 disable_checks = getenv("SVN_I_LOVE_CORRUPTED_WORKING_COPIES_SO_DISABLE_RELOCATE_VALIDATION");
/freebsd-13-stable/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp137 static bool canExitEarly() { return StringRef(getenv("LLD_IN_TEST")) != "1"; }
/freebsd-13-stable/crypto/heimdal/appl/afsutil/
H A Dpagsh.c169 path = getenv("SHELL");

Completed in 297 milliseconds

1234567891011>>