Searched refs:getenv (Results 201 - 225 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/lib/libc/gen/
H A Dfmtmsg.c58 if ((env = getenv("MSGVERB")) != NULL && *env != '\0' &&
H A Dpw_scan.c93 pw_big_ids_warning = getenv("PW_SCAN_BIG_IDS") == NULL ? 1 : 0;
/freebsd-13-stable/lib/libc/iconv/
H A Dcitrus_module.c285 p = getenv("PATH_I18NMODULE");
/freebsd-13-stable/lib/libc/rpc/
H A Dgetnetpath.c107 if ((npp = getenv(NETPATH)) == NULL) {
/freebsd-13-stable/contrib/traceroute/
H A Das.c68 server = getenv("RA_SERVER");
/freebsd-13-stable/lib/libsecureboot/tests/
H A Dtvo.c194 printf("pcr=%s\n", getenv("loader.ve.pcr"));
/freebsd-13-stable/libexec/ftpd/
H A Dpopen.c152 if (getenv("TZ") == NULL) {
/freebsd-13-stable/contrib/capsicum-test/
H A Dcapsicum-test-main.cc91 old_path = getenv("PATH");
/freebsd-13-stable/contrib/kyua/utils/cmdline/
H A Dui.cpp136 const optional< std::string > columns = utils::getenv("COLUMNS");
/freebsd-13-stable/contrib/less/
H A Dlsystem.c77 cmd = getenv("COMSPEC");
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_open_fd.c120 skip_open_fd_err_test = getenv("SKIP_OPEN_FD_ERR_TEST");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c132 char *PListPathPrefix = getenv("IPHONE_SIMULATOR_ROOT");
/freebsd-13-stable/bin/pax/
H A Dpax.c249 if ((tmpdir = getenv("TMPDIR")) == NULL || *tmpdir == '\0')
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c150 if (getenv("CTF_ABORT_ON_TERMINATE") != NULL)
/freebsd-13-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A Dbugpoint.cpp161 if (std::getenv("bar") == (char*) -1) {
/freebsd-13-stable/contrib/openpam/t/
H A Dt_openpam_dispatch.c199 if ((pam_return_so = getenv("PAM_RETURN_SO")) == NULL) {
/freebsd-13-stable/contrib/ntp/sntp/libopts/
H A Dinit.c107 pz = pathfind(getenv("PATH"), pname, "rx");
/freebsd-13-stable/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c445 if ((env = getenv("NCURSES_ASSUMED_COLORS")) != 0) {
467 if (getenv("COLORFGBG") != 0) {
468 const char *p = getenv("COLORFGBG");
521 if (getenv("NCURSES_NO_MAGIC_COOKIE") != 0) {
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_baudrate.c268 && getenv("BAUDRATE") != 0) {
/freebsd-13-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_mutex.c207 if (getenv("NUM_ITERATIONS") != NULL) {
209 MIN(INT_MAX, strtoul(getenv("NUM_ITERATIONS"), NULL, 10));
324 if (getenv("NUM_ITERATIONS") != NULL) {
326 MIN(INT_MAX, strtoul(getenv("NUM_ITERATIONS"), NULL, 10));
/freebsd-13-stable/stand/efi/libefi/
H A Ddevicename.c60 rv = efi_parsedev(dev, getenv("currdev"), NULL);
/freebsd-13-stable/stand/libsa/
H A Denvironment.c140 getenv(const char *name) function
/freebsd-13-stable/stand/userboot/userboot/
H A Ddevicename.c62 if (((rv = userboot_parsedev(dev, getenv("currdev"), NULL)) == 0) &&
H A Dmain.c174 var = CALLBACK(getenv, i++);
/freebsd-13-stable/usr.bin/tset/
H A Dtset.c215 if ((p = getenv("SHELL")) &&

Completed in 237 milliseconds

1234567891011>>