Searched refs:getenv (Results 26 - 50 of 753) sorted by relevance

1234567891011>>

/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dsetenv.c53 if (!rewrite && getenv(var) != 0)
H A Dget_window_size.c120 if ((s = getenv("COLUMNS")))
126 if ((s = getenv("LINES")))
/freebsd-13-stable/lib/libstdbuf/
H A Dstdbuf.c107 i_mode = getenv("_STDBUF_I");
108 o_mode = getenv("_STDBUF_O");
109 e_mode = getenv("_STDBUF_E");
/freebsd-13-stable/contrib/atf/atf-c/detail/
H A Denv.c42 const char* val = getenv(name);
50 const char* val = getenv(name);
60 return getenv(name) != NULL;
/freebsd-13-stable/contrib/kyua/engine/
H A Dplain_helpers.cpp70 const optional< std::string > test_case_env = utils::getenv("TEST_CASE");
148 const fs::path name = fs::path(utils::getenv("CONTROL_DIR").get()) /
167 const fs::path control_dir = fs::path(utils::getenv("CONTROL_DIR").get());
182 if (utils::getenv("HOME").get() == "fake-value")
184 if (utils::getenv("LANG"))
/freebsd-13-stable/tools/regression/environ/
H A Dtimings.c73 * getenv() on the existing environment.
79 if (getenv(name) == NULL)
80 err(EXIT_FAILURE, "getenv(name)");
84 report_time("getenv(name)", &startUsage.ru_utime, &endUsage.ru_utime);
104 * getenv() the new variable on the new environment.
111 if (getenv(name) == NULL)
112 err(EXIT_FAILURE, "getenv(name)");
116 report_time("getenv(name)", &startUsage.ru_utime, &endUsage.ru_utime);
120 * getenv() a different variable on the new environment.
127 if (getenv(name
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c166 if (getenv("CTFCONVERT_DEBUG_LEVEL"))
167 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL"));
168 if (getenv("CTFCONVERT_DEBUG_PARSE"))
169 debug_parse = atoi(getenv("CTFCONVERT_DEBUG_PARSE"));
177 if ((label = getenv(optarg)) == NULL)
201 if (getenv("STRIPSTABS_KEEP_STABS") != NULL)
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c43 const char *user = getenv("USER");
45 user = getenv("LOGNAME");
47 user = getenv("USERNAME");
/freebsd-13-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dauthenc.c72 return(getenv(val));
/freebsd-13-stable/lib/libc/gen/
H A D__xuname.c57 if ((p = getenv("UNAME_s")))
85 if ((p = getenv("UNAME_r")))
101 if ((p = getenv("UNAME_v")))
130 if ((p = getenv("UNAME_m")))
H A Dcheck_utility_compat.c55 if ((p = getenv(_ENV_UTIL_COMPAT)) != NULL) {
/freebsd-13-stable/contrib/telnet/telnetd/
H A Dauthenc.c77 return(getenv(val));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLinkAllCodegenComponents.h29 // to know that getenv() never returns -1, this will do the job.
30 if (std::getenv("bar") != (char*) -1)
/freebsd-13-stable/contrib/kyua/bootstrap/
H A Datf_helpers.cpp59 const char* tests = std::getenv("TESTS");
/freebsd-13-stable/contrib/lib9p/
H A Dlog.c49 dest = getenv("LIB9P_LOGGING");
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgethostid.c42 env = getenv("ZFS_HOSTID");
/freebsd-13-stable/crypto/openssh/regress/
H A Dmkdtemp.c49 if ((tmpdir = getenv("TMPDIR")) == NULL)
/freebsd-13-stable/stand/lua/
H A Dcore.lua57 local boot_single = loader.getenv("boot_single") or "no"
58 local boot_verbose = loader.getenv("boot_verbose") or "no"
143 local c = loader.getenv("hint.acpi.0.rsdp")
150 c = loader.getenv("hint.acpi.0.disabled")
209 local k = loader.getenv("kernel")
210 local v = loader.getenv("kernels")
211 local autodetect = loader.getenv("kernels_autodetect") or ""
275 return loader.getenv("zfs_be_active")
279 local bootenv_count = tonumber(loader.getenv(bootenv_list .. "_count"))
303 curenv = loader.getenv(bootenv_lis
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dnls.c50 if (getenv("SVN_LOCALE_DIR"))
52 bindtextdomain(PACKAGE_NAME, getenv("SVN_LOCALE_DIR"));
/freebsd-13-stable/stand/common/
H A Dboot.c165 cp = getenv("autoboot_delay");
186 if ((cp = getenv("autoboot_delay"))) {
193 kernelname = getenv("kernelname");
197 kernelname = getenv("kernelname");
282 if ((spec = getenv("bootfile")) == NULL)
324 if (getenv("vfs.root.mountfrom") != NULL)
386 if (getenv("vfs.root.mountfrom.options") == NULL) {
402 currdev = getenv("currdev");
/freebsd-13-stable/usr.sbin/pw/
H A Dpw_log.c70 if ((name = getenv("LOGNAME")) == NULL &&
71 (name = getenv("USER")) == NULL) {
/freebsd-13-stable/usr.bin/stdbuf/
H A Dstdbuf.c90 preload0 = getenv("LD_PRELOAD");
100 preload0 = getenv("LD_32_PRELOAD");
/freebsd-13-stable/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c56 if (getenv("DISTRIBUTIONS") == NULL)
59 diststring = strdup(getenv("DISTRIBUTIONS"));
78 getenv("BSDINSTALL_DISTSITE"), strsep(&diststring, " \t"));
81 if (chdir(getenv("BSDINSTALL_DISTDIR")) != 0) {
84 getenv("BSDINSTALL_DISTDIR"), strerror(errno));
/freebsd-13-stable/lib/libc/stdlib/
H A DMakefile.inc10 div.c exit.c getenv.c getopt.c getopt_long.c \
35 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
47 MLINKS+=getenv.3 putenv.3 getenv.3 setenv.3 getenv.3 unsetenv.3
/freebsd-13-stable/contrib/opie/libopie/
H A Dinsecure.c73 if (getenv("SSH_CLIENT") != NULL)
75 display_name = (char *) getenv("DISPLAY");
76 term_name = (char *) getenv("TERM");

Completed in 574 milliseconds

1234567891011>>