Searched refs:getenv (Results 1 - 25 of 1272) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Dmyname.lex9 %NAME { printf("%s",getenv("LOGNAME")); }
10 %HOST { printf("%s",getenv("HOST")); }
11 %HOSTTYPE { printf("%s",getenv("HOSTTYPE"));}
12 %HOME { printf("%s",getenv("HOME")); }
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dcommon.h35 char *getenv(const char *);
/netbsd-current/external/bsd/kyua-testers/dist/
H A Denv_test.c40 ATF_REQUIRE(strcmp(getenv("PATH"), "new value") != 0);
42 ATF_REQUIRE(strcmp(getenv("PATH"), "new value") == 0);
49 ATF_REQUIRE(getenv("PATH") != NULL);
51 ATF_REQUIRE(getenv("PATH") == NULL);
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dsafe_getenv.c7 /* guarded getenv()
42 return (unsafe() == 0 ? getenv(name) : 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dwrapper.c29 d = getenv ("TEST");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dwrapper.c29 d = getenv ("TEST");
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dlogging.c55 var = getenv ("MPFR_LOG_LEVEL");
59 var = getenv ("MPFR_LOG_PREC");
64 if (getenv ("MPFR_LOG_INPUT") != NULL)
66 if (getenv ("MPFR_LOG_OUTPUT") != NULL)
68 if (getenv ("MPFR_LOG_TIME") != NULL)
70 if (getenv ("MPFR_LOG_INTERNAL") != NULL)
72 if (getenv ("MPFR_LOG_MSG") != NULL)
74 if (getenv ("MPFR_LOG_ZIV") != NULL)
76 if (getenv ("MPFR_LOG_STAT") != NULL)
78 if (getenv ("MPFR_LOG_AL
[all...]
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dposixver.c31 #if !HAVE_DECL_GETENV && !defined getenv
32 char *getenv ();
49 char const *s = getenv ("_POSIX2_VERSION");
/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Ddevice.cpp35 char *tem = getenv("GROFF_TYPESETTER");
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DMCJIT.h28 // to know that getenv() never returns -1, this will do the job.
29 if (std::getenv("bar") != (char*) -1)
H A DOrcMCJITReplacement.h28 // that getenv() never returns -1, this will do the job.
29 if (std::getenv("bar") != (char*) -1)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLinkAllAsmWriterComponents.h26 // to know that getenv() never returns -1, this will do the job.
27 if (std::getenv("bar") != (char*) -1)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dset-cwd.c26 const char *home = getenv ("HOME");
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dset-cwd.c26 const char *home = getenv ("HOME");
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Denv_test.cpp67 if (utils::getenv("PATH")) {
71 ATF_REQUIRE_EQ(utils::getenv("PATH").get(), (*iter).second);
76 ATF_TEST_CASE_WITHOUT_HEAD(getenv); variable
77 ATF_TEST_CASE_BODY(getenv)
79 const optional< std::string > path = utils::getenv("PATH");
83 ATF_REQUIRE(!utils::getenv("__UNDEFINED_VARIABLE__"));
101 ATF_REQUIRE(utils::getenv("PATH"));
102 const std::string oldval = utils::getenv("PATH").get();
104 ATF_REQUIRE(utils::getenv("PATH").get() != oldval);
105 ATF_REQUIRE_EQ("foo-bar", utils::getenv("PAT
[all...]
/netbsd-current/sys/arch/pmax/stand/common/
H A Dcommon.h43 char *getenv(const char *);
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dsecure_getenv.h27 /* Secure getenv() which returns NULL if running as SUID/SGID. */
52 return getenv (name);
57 #define secure_getenv getenv
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dsecure_getenv.h27 /* Secure getenv() which returns NULL if running as SUID/SGID. */
52 return getenv (name);
57 #define secure_getenv getenv
/netbsd-current/tests/lib/libc/stdlib/
H A Dt_getenv.c71 ATF_CHECK_STREQ(getenv("crap0"), "0");
72 ATF_CHECK(getenv("crap1") == NULL);
73 ATF_CHECK(getenv("crap2") == NULL);
80 "Test setenv(3), getenv(3)");
86 ATF_CHECK_STREQ(getenv("EVIL"), "very=bad");
87 ATF_CHECK(getenv("EVIL=very") == NULL);
95 "Test putenv(3), getenv(3), unsetenv(3)");
105 ATF_CHECK_STREQ(getenv("crap"), "true");
107 ATF_CHECK_STREQ(getenv("clap"), "true");
108 ATF_CHECK(getenv("cra
[all...]
/netbsd-current/external/gpl2/gettext/dist/djgpp/
H A Dgetpwnam.c29 rv.pw_dir = getenv("HOME");
32 rv.pw_shell = getenv("SHELL");
34 rv.pw_shell = getenv("COMSPEC");
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_default_username.c50 user = getenv ("USER");
52 user = getenv ("LOGNAME");
54 user = getenv ("USERNAME");
/netbsd-current/external/gpl3/gdb/dist/readline/readline/
H A Dansi_stdlib.h51 extern char *getenv ();
/netbsd-current/external/gpl3/gdb.old/dist/readline/readline/
H A Dansi_stdlib.h51 extern char *getenv ();
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dgetenv.c29 return getenv(name);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dlog.c39 if (getenv("TCSD_FOREGROUND") == NULL)
45 if (getenv("TCSD_FOREGROUND") != NULL)
55 if (getenv("TCSD_FOREGROUND") != NULL)
65 if (getenv("TSS_DEBUG_OFF") == NULL)
72 if (getenv("TSS_DEBUG_OFF") == NULL)
81 if (getenv("TSS_DEBUG_OFF") == NULL)

Completed in 201 milliseconds

1234567891011>>