Searched refs:getenv (Results 226 - 250 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/usr.sbin/bhyve/
H A Dacpi.c912 if ((tmpdir = getenv("BHYVE_TMPDIR")) == NULL || *tmpdir == '\0' ||
913 (tmpdir = getenv("TMPDIR")) == NULL || *tmpdir == '\0') {
979 if (getenv("BHYVE_ACPI_VERBOSE_IASL"))
986 if (getenv("BHYVE_ACPI_KEEPTMPS"))
/freebsd-13-stable/tools/tools/ath/athani/
H A Dmain.c186 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athdebug/
H A Dathdebug.c160 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athkey/
H A Dathkey.c143 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athpow/
H A Dathpow.c87 ifname = getenv("ATH");
/freebsd-13-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c175 ifname = getenv("ATH");
/freebsd-13-stable/usr.bin/apply/
H A Dapply.c125 tmpshell = getenv("SHELL");
/freebsd-13-stable/usr.bin/enigma/
H A Denigma.c102 if ((cp = getenv(MINUSKVAR)) == NULL) {
/freebsd-13-stable/usr.bin/top/
H A Dscreen.c84 term_name = getenv("TERM");
/freebsd-13-stable/crypto/heimdal/lib/kafs/
H A Dafssys.c102 if (getuid() != 0 && !issuid() && (p = getenv("AFSLIBPATH")) != NULL)
415 env = getenv ("AFS_SYSCALL");
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c352 exclude = getenv("__ZFS_POOL_EXCLUDE");
353 restricted = getenv("__ZFS_POOL_RESTRICT");
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_environment.cpp13 /* We use GetEnvironmentVariable for Windows* OS instead of getenv because the
15 (i.e. with putenv()) unavailable. getenv() apparently gets a clean copy of
24 2. Environment maintained by C RTL. Accessible through getenv(), putenv().
27 getenv() function search for variables in C RTL environment only.
44 2. Get variables with GetEnvironmentVariable() -- getenv() does not
59 #include <stdlib.h> // getenv, setenv, unsetenv.
89 char const *value = getenv(name);
99 /* We use GetEnvironmentVariable for Windows* OS instead of getenv because the
101 variables (i.e. with putenv()) unavailable. getenv() apparently gets a
154 char const *value = getenv(nam
[all...]
H A Dkmp_stats.cpp549 char *statsFileName = getenv("KMP_STATS_FILE");
550 eventsFileName = getenv("KMP_STATS_EVENTS_FILE");
551 plotFileName = getenv("KMP_STATS_PLOT_FILE");
552 char *threadStats = getenv("KMP_STATS_THREADS");
553 char *threadEvents = getenv("KMP_STATS_EVENTS");
754 char const *value = getenv(name);
/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Ddb_iterator.c130 if ((value = getenv(name)) != 0) {
220 if ((envp = getenv("TERMINFO")) != 0)
/freebsd-13-stable/stand/efi/loader/
H A Dframebuffer.c361 ev = getenv("smbios.system.maker");
363 ev = getenv("smbios.system.product");
412 ev = getenv("hw.efifb.address");
453 ev = getenv("hw.efifb.stride");
668 maxres = getenv("efi_max_resolution");
778 textmode = getenv("hw.vga.textmode");
/freebsd-13-stable/usr.sbin/pkg/
H A Dpkg.c876 getenv("TMPDIR") ? getenv("TMPDIR") : _PATH_TMP,
890 getenv("TMPDIR") ? getenv("TMPDIR") : _PATH_TMP,
907 getenv("TMPDIR") ? getenv("TMPDIR") : _PATH_TMP,
/freebsd-13-stable/contrib/bmake/
H A Dmain.c1003 const char *machine = getenv("MACHINE");
1024 const char *env = getenv("MACHINE_ARCH");
1078 if (ignorePWD || (pwd = getenv("PWD")) == NULL)
1371 char *syspath = getenv("MAKESYSPATH");
1460 char tmp[64], *ep = getenv(MAKE_LEVEL_ENV);
1494 char *p1 = explode(getenv("MAKEFLAGS"));
1499 Main_ParseArgLine(getenv("MAKE"));
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dmain.c2936 testprogfile = getenv(ENVBASE);
2939 if (getenv("TMPDIR") != NULL)
2940 tmp = getenv("TMPDIR");
2941 else if (getenv("TMP") != NULL)
2942 tmp = getenv("TMP");
2943 else if (getenv("TEMP") != NULL)
2944 tmp = getenv("TEMP");
2945 else if (getenv("TEMPDIR") != NULL)
2946 tmp = getenv("TEMPDIR");
2951 if (getenv(ENVBAS
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingFile.c179 BufferSzStr = getenv("LLVM_VP_BUFFER_SIZE");
398 int initialized = getenv(LPROF_INIT_ONCE_ENV) != NULL;
800 if (getenv("LLVM_PROFILE_VERBOSE"))
804 if (getenv("LLVM_PROFILE_VERBOSE"))
899 const char *Filename = getenv("LLVM_PROFILE_FILE");
/freebsd-13-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c139 path_make = getenv("MAKE");
143 p = getenv("MAKEOBJDIRPREFIX");
222 getenv("TMPDIR") ? getenv("TMPDIR") : _PATH_TMP, confname);
684 ((auto_obj = getenv("MK_AUTO_OBJ")) != NULL &&
/freebsd-13-stable/usr.bin/patch/
H A Dpatch.c171 if ((tmpdir = getenv("TMPDIR")) == NULL || *tmpdir == '\0')
200 v = getenv("SIMPLE_BACKUP_SUFFIX");
212 if ((v = getenv("PATCH_VERSION_CONTROL")) == NULL)
213 v = getenv("VERSION_CONTROL");
683 if (getenv("POSIXLY_CORRECT") != NULL)
/freebsd-13-stable/lib/libdpv/
H A Ddprompt.c252 if ((done = getenv(ENV_MSG_DONE)) != NULL)
277 if ((fail = getenv(ENV_MSG_FAIL)) != NULL)
302 if ((pend = getenv(ENV_MSG_PENDING)) != NULL)
H A Ddpv.c360 if ((cp = getenv(ENV_USE_COLOR)) != 0)
491 getenv("LC_ALL") == NULL && getenv("LC_NUMERIC") == NULL ?
/freebsd-13-stable/sbin/restore/
H A Ddirs.c143 if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0')
571 if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0')
813 if ((tmpdir = getenv("TMPDIR")) == NULL || tmpdir[0] == '\0')
/freebsd-13-stable/sys/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c199 env = getenv("ZPOOL_IMPORT_UDEV_TIMEOUT_MS");
289 env = getenv("ZPOOL_IMPORT_PATH");
827 env = getenv("ZFS_VDEV_DEVID_OPT_OUT");

Completed in 133 milliseconds

1234567891011>>