Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/titanic_51/usr/src/lib/storage/common/
H A Dl_common.h55 #define S_DPRINTF if (getenv("_LUX_S_DEBUG") != NULL) (void) printf
58 #define P_DPRINTF if (getenv("_LUX_P_DEBUG") != NULL) (void) printf
61 #define O_DPRINTF if (getenv("_LUX_O_DEBUG") != NULL) (void) printf
64 #define I_DPRINTF if (getenv("_LUX_I_DEBUG") != NULL) (void) printf
67 #define H_DPRINTF if (getenv("_LUX_H_DEBUG") != NULL) (void) printf
70 #define L_DPRINTF if (getenv("_LUX_L_DEBUG") != NULL) (void) printf
73 #define G_DPRINTF if (getenv("_LUX_G_DEBUG") != NULL) (void) printf
76 #define B_DPRINTF if (getenv("_LUX_B_DEBUG") != NULL) (void) printf
79 #define N_DPRINTF if (getenv("_LUX_N_DEBUG") != NULL) (void) printf
82 #define W_DPRINTF if (getenv("_LUX_W_DEBU
[all...]
/titanic_51/usr/src/lib/libast/common/misc/
H A Dgetenv.c25 __STDPP__directive pragma pp:hide getenv
31 __STDPP__directive pragma pp:nohide getenv
48 #if _UWIN && !defined(getenv)
89 #if defined(__EXPORT__) && defined(getenv)
94 getenv(const char* name) in getenv() function
96 #if _UWIN && !defined(getenv) /* for ast54 compatibility */ in getenv()
110 #undef getenv in getenv()
111 return intercepts.intercept_getenv ? (*intercepts.intercept_getenv)(name) : getenv(name); in getenv()
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dgetenv.c25 __STDPP__directive pragma pp:hide getenv
31 __STDPP__directive pragma pp:nohide getenv
48 #if _UWIN && !defined(getenv)
89 #if defined(__EXPORT__) && defined(getenv)
94 getenv(const char* name) in getenv() function
96 #if _UWIN && !defined(getenv) /* for ast54 compatibility */ in getenv()
104 posix_getenv = (char*(*)(const char*))GetProcAddress(dll, "getenv"); in getenv()
110 #undef getenv in getenv()
111 return intercepts.intercept_getenv ? (*intercepts.intercept_getenv)(name) : getenv(name); in getenv()
/titanic_51/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c139 if (getenv("_LUX_S_DEBUG") != NULL) { in cmd()
186 if (getenv("_LUX_S_DEBUG") != NULL) { in cmd()
197 if ((getenv("_LUX_S_DEBUG") != NULL) || in cmd()
198 (getenv("_LUX_ER_DEBUG") != NULL)) { in cmd()
247 if ((getenv("_LUX_S_DEBUG") != NULL) || in cmd()
248 (getenv("_LUX_ER_DEBUG") != NULL)) { in cmd()
324 if (((getenv("_LUX_S_DEBUG") != NULL) || in cmd()
325 (getenv("_LUX_ER_DEBUG") != NULL)) && in cmd()
/titanic_51/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgenv.c91 if ((pkgabrv = getenv("PKG")) == NULL) { in pkgenv()
100 if ((pkgname = getenv("NAME")) == NULL) { in pkgenv()
104 if ((pkgarch = getenv("ARCH")) == NULL) { in pkgenv()
108 if ((pkgvers = getenv("VERSION")) == NULL) { in pkgenv()
112 if (getenv("CATEGORY") == NULL) { in pkgenv()
H A Dmain.c329 if (!set_inst_root(getenv("PKG_INSTALL_ROOT"))) { in main()
604 getenv(PKG_ZONENAME_VARIABLE); in main()
1027 pt = getenv("TMPDIR"); in main()
1113 zoneName = getenv(PKG_ZONENAME_VARIABLE); in main()
1182 abi_nm_ptr = getenv("PKG_ABI_NAMELENGTH"); in main()
1233 abi_comp_ptr = getenv("NONABI_SCRIPTS"); in main()
1236 abi_sym_ptr = getenv("PKG_NONABI_SYMLINKS"); in main()
1254 if (pt = getenv("MAXINST")) { in main()
1266 pt = getenv(PKG_HOLLOW_VARIABLE); in main()
1311 if (pt = getenv("INTONL in main()
[all...]
/titanic_51/usr/src/tools/ctf/cvt/
H A Dctfconvert.c162 if (getenv("CTFCONVERT_DEBUG_LEVEL")) in main()
163 debug_level = atoi(getenv("CTFCONVERT_DEBUG_LEVEL")); in main()
164 if (getenv("CTFCONVERT_DEBUG_PARSE")) in main()
165 debug_parse = atoi(getenv("CTFCONVERT_DEBUG_PARSE")); in main()
167 if ((altexec = getenv("CTFCONVERT_ALTEXEC")) != NULL) { in main()
180 if ((label = getenv(optarg)) == NULL) in main()
/titanic_51/usr/src/cmd/sendmail/db/os/
H A Dos_tmpdir.c72 if ((p = getenv("TMPDIR")) != NULL && p[0] == '\0') {
77 if (p == NULL && (p = getenv("TEMP")) != NULL && p[0] == '\0') {
82 if (p == NULL && (p = getenv("TMP")) != NULL && p[0] == '\0') {
88 (p = getenv("TempFolder")) != NULL && p[0] == '\0') {
/titanic_51/usr/src/boot/sys/boot/forth/
H A Dmenu-commands.4th54 s" smartos" getenv? if
57 s" boot_single" getenv -1 <> if
75 s" smartos" getenv? if
78 s" boot_single" getenv -1 <> if
91 s" smartos" getenv? if
92 s" alt-boot-args" getenv dup -1 <> if
97 s" boot_single" 2dup getenv -1 <> if
113 s" boot_single" getenv -1 <> dup if
152 s" boot_verbose" getenv -1 <> dup if
191 s" boot_kmdb" getenv
[all...]
H A Dbeastie.4th50 s" loader_logo_x" getenv dup -1 <> if
53 s" loader_logo_y" getenv dup -1 <> if
64 s" loader_logo" getenv dup -1 = over 0= or if
65 dup 0= if 2drop else drop then \ getenv result unused
72 2drop ( c-addr/u -- ) \ getenv result unused
88 s" beastie_disable" getenv dup -1 <> if
99 s" loader_delay" getenv -1 = if
/titanic_51/usr/src/boot/sys/boot/common/
H A Dboot.c156 cp = getenv("autoboot?"); in autoboot_maybe()
159 cp = getenv("autoboot_delay"); in autoboot_maybe()
178 if ((cp = getenv("autoboot_delay"))) { in autoboot()
259 if ((spec = getenv("bootfile")) == NULL) in getbootfile()
301 if (getenv("vfs.root.mountfrom") != NULL) in getrootmount()
361 if (getenv("vfs.root.mountfrom.options") == NULL) { in getrootmount()
375 currdev = getenv("currdev"); in getrootmount()
/titanic_51/usr/src/tools/aw/
H A Daw.c300 wspace = getenv("CODEMGR_WS"); in filter()
506 if ((cmd = getenv("AW_AS")) != NULL) in main()
509 if ((dir = getenv("AW_AS_DIR")) == NULL) in main()
514 if ((cmd = getenv("AW_AS64")) != NULL) in main()
517 if ((dir = getenv("AW_AS64_DIR")) == NULL) in main()
522 if ((cmd = getenv("AW_M4")) != NULL) in main()
525 if ((dir = getenv("AW_M4_DIR")) == NULL) in main()
530 if ((cmd = getenv("AW_M4LIB")) != NULL) in main()
533 if ((dir = getenv("AW_M4LIB_DIR")) == NULL) in main()
539 if ((cmd = getenv("AW_CP in main()
[all...]
/titanic_51/usr/src/common/ficl/
H A Dmain.c60 if ((cp = getenv("prompt")) == NULL) in prompt()
69 ev = getenv(p + 2); in prompt()
111 if (getenv("prompt") == NULL) in main()
113 if (getenv("interpret") == NULL) in main()
/titanic_51/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c95 device = getenv ("HAL_PROP_BLOCK_DEVICE"); in main()
99 udi = getenv ("HAL_PROP_INFO_UDI"); in main()
103 invoked_by_uid = getenv ("HAL_METHOD_INVOKED_BY_UID"); in main()
105 invoked_by_syscon_name = getenv ("HAL_METHOD_INVOKED_BY_SYSTEMBUS_CONNECTION_NAME"); in main()
H A Dhal-storage-unmount.c100 device = getenv ("HAL_PROP_BLOCK_DEVICE"); in main()
104 udi = getenv ("HAL_PROP_INFO_UDI"); in main()
108 invoked_by_uid = getenv ("HAL_METHOD_INVOKED_BY_UID"); in main()
110 invoked_by_syscon_name = getenv ("HAL_METHOD_INVOKED_BY_SYSTEMBUS_CONNECTION_NAME"); in main()
H A Dhal-storage-eject.c97 device = getenv ("HAL_PROP_BLOCK_DEVICE"); in main()
101 udi = getenv ("HAL_PROP_INFO_UDI"); in main()
105 invoked_by_uid = getenv ("HAL_METHOD_INVOKED_BY_UID"); in main()
107 invoked_by_syscon_name = getenv ("HAL_METHOD_INVOKED_BY_SYSTEMBUS_CONNECTION_NAME"); in main()
/titanic_51/usr/src/cmd/rmmount/
H A Drmmount.c92 if (getenv("RMMOUNT_DEBUG") != NULL) { in rmmount()
211 if (getenv("EJECT_CLOSETRAY") != NULL) { in eject()
213 } else if (getenv("EJECT_QUERY") != NULL) { in eject()
261 if ((getenv("VOLUME_ACTION") != NULL) && in main()
262 (getenv("VOLUME_PATH") != NULL)) { in main()
/titanic_51/usr/src/cmd/svr4pkg/pkgmk/
H A Dmain.c315 tmpdir = getenv("TMPDIR"); in main()
320 abi_sym_ptr = getenv("PKG_NONABI_SYMLINKS"); in main()
421 if (getenv(param) == NULL) in main()
437 if (pt = getenv("PKG")) { in main()
457 if ((pkgname = getenv("NAME")) == NULL) { in main()
463 if ((pkgvers = getenv("VERSION")) == NULL) { in main()
470 pkgvers = getenv("VERSION"); in main()
475 if ((pkgarch = getenv("ARCH")) == NULL) { in main()
478 pkgarch = getenv("ARCH"); in main()
483 if (getenv("PSTAM in main()
[all...]
/titanic_51/usr/src/cmd/hal/addons/storage/
H A Daddon-storage.c325 if ((udi = getenv ("UDI")) == NULL) in main()
327 if ((device_file = getenv ("HAL_PROP_BLOCK_DEVICE")) == NULL) in main()
329 if ((raw_device_file = getenv ("HAL_PROP_BLOCK_SOLARIS_RAW_DEVICE")) == NULL) in main()
331 if ((bus = getenv ("HAL_PROP_STORAGE_BUS")) == NULL) in main()
333 if ((drive_type = getenv ("HAL_PROP_STORAGE_DRIVE_TYPE")) == NULL) in main()
335 if ((devfs_path = getenv ("HAL_PROP_SOLARIS_DEVFS_PATH")) == NULL) in main()
344 support_media_changed_str = getenv ("HAL_PROP_STORAGE_CDROM_SUPPORT_MEDIA_CHANGED"); in main()
/titanic_51/usr/src/lib/libast/common/features/
H A Dtmlib9 tst tzset_environ note{ tzset() bypasses user getenv() }end execute{
20 extern char* getenv(char* s)
22 extern char* getenv(s)
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dtmlib9 tst tzset_environ note{ tzset() bypasses user getenv() }end execute{
20 extern char* getenv(char* s)
22 extern char* getenv(s)
/titanic_51/usr/src/lib/libnls/common/
H A Dnlsenv.c65 * of the receiving buffer, getenv gets the environment variable, decodes
70 extern char *getenv();
80 if (!(charaddr = getenv(envname))) in nlsenv()
164 return(getenv(NLSPROVIDER)); in nlsprovider()
/titanic_51/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-network-printer.c58 if ((udi = getenv("UDI")) == NULL) in main()
61 printer_address = getenv("HAL_PROP_NETWORK_DEVICE_ADDRESS"); in main()
65 community = getenv("HAL_PROP_NETWORK_DEVICE_SNMP_COMMUNITY"); in main()
/titanic_51/usr/src/cmd/vi/port/
H A Dex.c213 if ((envptr = getenv("LINES")) != NULL && in main()
220 if ((envptr = getenv("COLUMNS")) != NULL && in main()
499 if (((cp = (unsigned char *)getenv("SHELL")) != NULL) && in main()
509 cp = (unsigned char *)getenv("TERM"); in main()
533 (unsigned char *) getenv("EXINIT")) && *globp) { in main()
540 if ((cp = (unsigned char *) getenv("HOME")) != in main()
572 if ((cp = (unsigned char *) getenv("PWD")) != 0 && in main()
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddlink_common.c91 if (getenv("DTRACE_DOF_INIT_DEBUG") != NULL) in dtrace_link_init()
108 if (getenv("DTRACE_DOF_INIT_DISABLE") != NULL) in dtrace_link_dof()
137 if ((p = getenv("DTRACE_DOF_INIT_DEVNAME")) != NULL) in dtrace_link_dof()

12345678910>>...30