Home
last modified time | relevance | path

Searched refs:getenv (Results 51 – 75 of 637) sorted by relevance

12345678910>>...26

/illumos-gate/usr/src/boot/forth/
H A Dversion.4th46 s" loader_version_x" getenv dup -1 <> if
49 s" loader_version_y" getenv dup -1 <> if
54 s" loader_version" getenv dup -1 = if
57 s" loader_logo" getenv dup -1 = if
H A Dmenusets.4th58 s" cmdbuf" getenv ( u1 -- u1 c-addr2 u2 )
62 getenv dup -1 = if
93 s" buf" getenv unsetenv
128 s" cmdbuf" getenv ( u1 -- u1 c-addr2 u2 )
132 getenv dup -1 = if
164 s" buf" getenv unsetenv
229 getenv dup -1 = if
262 s" buf" getenv unsetenv
469 s" menu_init" 2dup getenv dup -1 <> if
586 evaluate s" buf" getenv getenv -1 = if
[all …]
H A Dloader.4th50 s" beastie_disable" getenv
84 s" boot-args" getenv dup -1 <> if
89 s" acpi-user-options" getenv dup -1 <> if
126 s" boot_single" getenv dup -1 <> if
133 s" boot_verbose" getenv dup -1 <> if
140 s" boot_kmdb" getenv dup -1 <> if
147 s" boot_drop_into_kmdb" getenv dup -1 <> if
154 s" boot_reconfigure" getenv dup -1 <> if
161 s" boot_ask" getenv dup -1 <> if
168 s" boot_noncluster" getenv dup -1 <> if
[all …]
H A Dmenu.rc29 s" smartos" getenv? [if]
44 s" smartos" getenv? [if]
79 s" currdev" getenv drop 4 s" zfs:" compare 0= be-pages and [if]
85 s" chain_disk" getenv? [if]
92 s" chain_disk" getenv? [if]
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlprm.c79 ((printer = getenv("PRINTER")) == NULL) && in main()
80 ((printer = getenv("LPDEST")) == NULL)) in main()
H A Dlpq.c104 ((printer = getenv("PRINTER")) == NULL) && in main()
105 ((printer = getenv("LPDEST")) == NULL)) in main()
/illumos-gate/usr/src/lib/krb5/ss/
H A Dpager.c25 extern char *getenv();
103 if ((_ss_pager_name = getenv("PAGER")) == NULL) in ss_page_stdin()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c53 if ((term = getenv("TERM")) == NULL) { in initmouse()
58 } else if ((s = getenv("MOUSE")) != NULL && strcmp(s, "myx") == 0) { in initmouse()
67 if ((s = getenv("MOUSEMENU")) != NULL && strcmp(s, "none") == 0) { in initmouse()
/illumos-gate/usr/src/cmd/hal/probing/acpi/
H A Dprobe-acpi.c42 if ((udi = getenv("UDI")) == NULL) in main()
44 if ((devfs_path = getenv("HAL_PROP_SOLARIS_DEVFS_PATH")) == NULL) in main()
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Denv.c40 if ((envstr = getenv(env)) == NULL) in build_env_list()
92 if ((envstr = getenv(env)) == NULL) in checkenv()
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c459 if ((udi = getenv ("UDI")) == NULL) { in main()
462 if ((device_file = getenv ("HAL_PROP_BLOCK_DEVICE")) == NULL) { in main()
465 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL) { in main()
474 if ((parent_udi = getenv ("HAL_PROP_INFO_PARENT")) == NULL) { in main()
477 if ((storage_device = getenv ("HAL_PROP_BLOCK_STORAGE_DEVICE")) == NULL) { in main()
481 is_disc_str = getenv ("HAL_PROP_VOLUME_IS_DISC"); in main()
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c80 if ((str = getenv(MSG_ORIG(MSG_ENV_AUD_FD))) == NULL) in la_version()
88 if ((str = getenv(MSG_ORIG(MSG_ENV_AUD_FLAGS))) == NULL) { in la_version()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dast_std.h113 #undef getenv
114 #define getenv _ast_getenv macro
119 extern char* getenv(const char*);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/
H A Dtminit.c226 if (s = getenv("TZ")) in tmlocal()
306 if ((s = getenv("TZNAME")) && *s && (s = strdup(s))) in tmlocal()
319 else if ((s = getenv("TZ")) && *s && *s != ':' && (s = strdup(s))) in tmlocal()
389 stropt(getenv("TM_OPTIONS"), options, sizeof(*options), tmopt, NiL); in tmlocal()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastwinsize.c112 if (rows) *rows = (s = getenv("LINES")) ? strtol(s, NiL, 0) : 0; in astwinsize()
113 if (cols) *cols = (s = getenv("COLUMNS")) ? strtol(s, NiL, 0) : 0; in astwinsize()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dldmain.c222 if ((sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT_64))) == NULL) in ld_main()
224 if ((sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT_32))) == NULL) in ld_main()
226 sgs_support = getenv(MSG_ORIG(MSG_SGS_SUPPORT)); in ld_main()
289 if (((rpath = getenv(MSG_ORIG(MSG_LD_RUN_PATH))) != NULL) && in ld_main()
/illumos-gate/usr/src/lib/libpkg/common/
H A Dmappath.c95 if ((token = getenv(varname)) != NULL && in mappath()
211 if (((token = getenv(&varname[1])) != NULL) && in mapvar()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c350 addenv (&envp, "TZ", getenv("TZ")); in exec()
351 addenv (&envp, "LANG", getenv("LANG")); in exec()
352 addenv (&envp, "LC_ALL", getenv("LC_ALL")); in exec()
353 addenv (&envp, "LC_COLLATE", getenv("LC_COLLATE")); in exec()
354 addenv (&envp, "LC_CTYPE", getenv("LC_CTYPE")); in exec()
355 addenv (&envp, "LC_MESSAGES", getenv("LC_MESSAGES")); in exec()
356 addenv (&envp, "LC_MONETARY", getenv("LC_MONETARY")); in exec()
357 addenv (&envp, "LC_NUMERIC", getenv("LC_NUMERIC")); in exec()
358 addenv (&envp, "LC_TIME", getenv("LC_TIME")); in exec()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbootinfo.c100 if (getenv(howto_names[i].ev) != NULL) in bi_getboothowto()
104 string = next = strdup(getenv("console")); in bi_getboothowto()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c369 cb_ptr = getenv("CLIENT_BASEDIR"); in set_env_cbdir()
449 (basedir = getenv("BASEDIR"))) != 0) { in set_basedirs()
451 getenv("PKG"), basedir, orig_basedir); in set_basedirs()
474 basedir = getenv("BASEDIR"); in set_basedirs()
/illumos-gate/usr/src/cmd/refer/
H A Drefer1.c110 if (getenv("REFER") != NULL) in main()
111 *search++ = getenv("REFER"); in main()
/illumos-gate/usr/src/cmd/hal/hald/
H A Dlogger.c102 if ((getenv ("HALD_VERBOSE")) != NULL) { in setup_logger()
109 if ((getenv ("HALD_USE_SYSLOG")) != NULL) in setup_logger()
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Daddon-network-discovery.c166 char *udi = getenv("UDI"); in nds_filter_function()
184 char *udi = getenv("UDI"); in nds_filter_function()
316 if ((udi = getenv("UDI")) == NULL) { in main()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c46 extern char *getenv();
219 term = getenv("TERM");
259 if ((terminfo = getenv("TERMINFO")) && *terminfo)
/illumos-gate/usr/src/cmd/logadm/
H A Dkw.c147 if ((home = getenv("HOME")) != NULL) in kw_init()
150 if ((user = getenv("USER")) != NULL) in kw_init()
153 if ((logname = getenv("LOGNAME")) != NULL) in kw_init()

12345678910>>...26