HomeSort by: relevance | last modified time | path
    Searched defs:getenv (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/
env_test.cpp 67 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("PATH").get())
    [all...]
env.cpp 81 utils::getenv(const std::string& name) function in class:utils
83 const char* value = std::getenv(name.c_str());
104 const char* value = std::getenv(name.c_str());
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
os2compat.h 42 /* We have our own getenv() which works even if library is compiled as DLL */
43 #define getenv _nl_getenv macro
  /src/external/gpl2/grep/dist/intl/
os2compat.h 44 /* We have our own getenv() which works even if library is compiled as DLL */
45 #define getenv _nl_getenv macro
  /src/external/gpl2/texinfo/dist/intl/
os2compat.h 44 /* We have our own getenv() which works even if library is compiled as DLL */
45 #define getenv _nl_getenv macro
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
env.c 1 /* Implementation of the GETENV g77, and
31 /* GETENV (NAME, VALUE), g77 intrinsic for retrieving the value of
35 void PREFIX(getenv) (char *, char *, gfc_charlen_type, gfc_charlen_type);
36 export_proto_np(PREFIX(getenv));
39 PREFIX(getenv) (char * name, char * value, gfc_charlen_type name_len, function
46 runtime_error ("Both arguments to getenv are mandatory.");
49 runtime_error ("Zero length string(s) passed to getenv.");
56 res = getenv(name_nt);
122 res = getenv(name_nt);
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
env.c 1 /* Implementation of the GETENV g77, and
31 /* GETENV (NAME, VALUE), g77 intrinsic for retrieving the value of
35 void PREFIX(getenv) (char *, char *, gfc_charlen_type, gfc_charlen_type);
36 export_proto_np(PREFIX(getenv));
39 PREFIX(getenv) (char * name, char * value, gfc_charlen_type name_len, function
46 runtime_error ("Both arguments to getenv are mandatory.");
49 runtime_error ("Zero length string(s) passed to getenv.");
56 res = getenv(name_nt);
122 res = getenv(name_nt);
  /src/sys/arch/ia64/stand/common/
environment.c 143 getenv(const char *name) function
  /src/bin/sh/bltin/
bltin.h 93 #define getenv(p) bltinlookup((p),0) macro
  /src/usr.bin/make/
util.c 60 getenv(const char *name) function
147 printf("%s\n", getenv(argv[1]));
149 printf("%s\n", getenv(argv[1]));
  /src/sys/arch/pmax/include/
dec_prom.h 179 #define getenv (*callv -> _getenv) macro
  /src/external/gpl3/binutils/dist/gprofng/src/
collector_module.h 63 char *(*getenv)(const char *name); member in struct:CollectorUtilFuncs
  /src/external/gpl3/binutils.old/dist/gprofng/src/
collector_module.h 63 char *(*getenv)(const char *name); member in struct:CollectorUtilFuncs
  /src/sys/arch/mac68k/mac68k/
machdep.c 224 static long getenv(const char *);
827 /* mac68k_video.mv_kvaddr = getenv("MACOS_VIDEO"); */
829 mac68k_video.mv_kvaddr = getenv("VIDEO_ADDR");
830 mac68k_video.mv_stride = getenv("ROW_BYTES");
831 mac68k_video.mv_depth = getenv("SCREEN_DEPTH");
832 mac68k_video.mv_width = getenv("DIMENSIONS") & 0xffff;
833 mac68k_video.mv_height = (getenv("DIMENSIONS") >> 16) & 0xffff;
838 mac68k_machine.machineid = machineid = getenv("MACHINEID");
839 mac68k_machine.mach_processor = getenv("PROCESSOR");
841 mac68k_machine.mach_memsize = getenv("MEMSIZE")
959 getenv(const char *str) function
    [all...]
  /src/sys/arch/arc/arc/
arcbios.h 312 const char *(*getenv)( /* GetEnvironmentVariable 31 */ member in struct:arc_calls

Completed in 51 milliseconds