Searched refs:getenv (Results 276 - 300 of 753) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/usr.sbin/cron/crontab/
H A Dcrontab.c388 if ((!(editor = getenv("VISUAL")))
389 && (!(editor = getenv("EDITOR")))
/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dsubr.c164 home = getenv("HOME");
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c116 hdir = getenv("HOME");
/freebsd-13-stable/lib/libc/gen/
H A Dexec.c302 if ((path = getenv("PATH")) == NULL)
H A Dfstab.c266 setfstab(getenv("PATH_FSTAB"));
H A Dwordexp.c147 ifs = getenv("IFS");
/freebsd-13-stable/lib/libc/gmon/
H A Dgmon.c154 if (getenv("PROFIL_USE_PID"))
/freebsd-13-stable/crypto/openssl/crypto/
H A Dsparcv9cap.c160 if ((e = getenv("OPENSSL_sparcv9cap"))) {
/freebsd-13-stable/include/
H A Dstdlib.h103 char *getenv(const char *);
/freebsd-13-stable/contrib/subversion/subversion/svnversion/
H A Dsvnversion.c155 if (getenv("SVN_ASP_DOT_NET_HACK"))
/freebsd-13-stable/sbin/dump/
H A Ddumprmt.c157 if ((rmt = getenv("RMT")) == NULL)
/freebsd-13-stable/sbin/restore/
H A Dmain.c184 if (inputdev == NULL && (inputdev = getenv("TAPE")) == NULL)
/freebsd-13-stable/lib/libpam/modules/pam_ksu/
H A Dpam_ksu.c203 p = getenv("KRB5CCNAME");
/freebsd-13-stable/lib/libvgl/
H A Dmouse.c309 if (getenv("VGLMOUSEBORDERCOLOR") != NULL)
310 border = strtoul(getenv("VGLMOUSEBORDERCOLOR"), NULL, 0);
311 if (getenv("VGLMOUSEINTERIORCOLOR") != NULL)
312 interior = strtoul(getenv("VGLMOUSEINTERIORCOLOR"), NULL, 0);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp140 if (auto Env = getenv("TMPDIR"))
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingValue.c42 Str = getenv("LLVM_VP_MAX_NUM_VALS_PER_SITE");
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_rtems.cpp246 return getenv(name);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp19 #include <stdlib.h> // for getenv()
148 const char *getEnv(const char *Name) { return getenv(Name); }
H A Dlinux.cpp93 // Calling getenv should be fine (c)(tm) at any time.
94 const char *getEnv(const char *Name) { return getenv(Name); }
/freebsd-13-stable/contrib/dialog/samples/
H A Ddialog.py68 DIALOG = os.getenv("DIALOG");
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-output-test.py313 if os.getenv('DEBUG_GTEST_OUTPUT_TEST'):
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dfixup_tdescs.c248 getenv("CTFCONVERT_PERMISSIVE") == NULL) {
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c173 if ((path = getenv("PATH")) == NULL)
/freebsd-13-stable/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c225 debug = (getenv("ZINJECT_DEBUG") != NULL);
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime.c316 if ((penv[i] = getenv(penv[i])) == NULL) {
317 (void) fprintf(stderr, "getenv(penv[%d])\n", i);

Completed in 314 milliseconds

<<11121314151617181920>>