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

1234567891011>>

/osnet-11/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...]
/osnet-11/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) function
96 #if _UWIN && !defined(getenv) /* for ast54 compatibility */
104 posix_getenv = (char*(*)(const char*))GetProcAddress(dll, "getenv");
110 #undef getenv
111 return intercepts.intercept_getenv ? (*intercepts.intercept_getenv)(name) : getenv(name);
/osnet-11/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') {
/osnet-11/usr/src/lib/libast/common/path/
H A Dpathbin.c39 if ((!(bin = getenv("PATH")) || !*bin) && !(bin = val))
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgethz.c52 if ((sptr = getenv("HZ")) == NULL) {
H A Dcftime.c93 if (((format = getenv("CFTIME")) == 0) || *format == 0)
/osnet-11/usr/src/lib/libumem/common/
H A Dlinktest_stand.c41 void getenv(void) {} function
/osnet-11/usr/src/lib/extendedFILE/common/
H A DextendedFILE.c60 if ((ptr = getenv("_STDIO_BADFD")) != NULL) {
72 if ((ptr = getenv("_STDIO_BADFD_SIGNAL")) != NULL) {
/osnet-11/usr/src/cmd/hal/tools/sunos/
H A Dhal-system-lcd-get-brightness-sunos.c39 if ((udi = getenv("UDI")) == NULL) {
42 if ((devfs_path = getenv("HAL_PROP_SOLARIS_DEVFS_PATH")) == NULL) {
H A Dhal-system-lcd-set-brightness-sunos.c40 if ((udi = getenv("UDI")) == NULL) {
43 if ((devfs_path = getenv("HAL_PROP_SOLARIS_DEVFS_PATH")) == NULL) {
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dcmd.c139 if (getenv("_LUX_S_DEBUG") != NULL) {
186 if (getenv("_LUX_S_DEBUG") != NULL) {
197 if ((getenv("_LUX_S_DEBUG") != NULL) ||
198 (getenv("_LUX_ER_DEBUG") != NULL)) {
247 if ((getenv("_LUX_S_DEBUG") != NULL) ||
248 (getenv("_LUX_ER_DEBUG") != NULL)) {
324 if (((getenv("_LUX_S_DEBUG") != NULL) ||
325 (getenv("_LUX_ER_DEBUG") != NULL)) &&
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetenv.c49 if (overwrite || !getenv(name))
/osnet-11/usr/src/lib/libwrap/
H A Dsetenv.c10 * is implemented in terms of portable primitives only: getenv(), putenv()
38 if (clobber == 0 && getenv(name) != 0)
/osnet-11/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_getenv.c31 * A version of getenv() that doesn't overwrite it's return value
53 * Assume getenv() works the way we expect it to on PC systems.
57 return getenv(name);
65 * A version of getenv safe to use in library functions. According to
67 * getenv. This is a problem on systems that have getenv functions
/osnet-11/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)))
164 return(getenv(NLSPROVIDER));
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dlocalcharset.c135 dir = getenv ("CHARSETALIASDIR");
382 locale = getenv ("LC_ALL");
385 locale = getenv ("LC_CTYPE");
387 locale = getenv ("LANG");
431 /* On old systems which lack it, use setlocale or getenv. */
443 locale = getenv ("LC_ALL");
446 locale = getenv ("LC_CTYPE");
448 locale = getenv ("LANG");
482 locale = getenv ("LC_ALL");
485 locale = getenv ("LC_CTYP
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dlocalcharset.c133 dir = getenv ("CHARSETALIASDIR");
380 locale = getenv ("LC_ALL");
383 locale = getenv ("LC_CTYPE");
385 locale = getenv ("LANG");
429 /* On old systems which lack it, use setlocale or getenv. */
441 locale = getenv ("LC_ALL");
444 locale = getenv ("LC_CTYPE");
446 locale = getenv ("LANG");
480 locale = getenv ("LC_ALL");
483 locale = getenv ("LC_CTYP
[all...]
/osnet-11/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-network-printer.c58 if ((udi = getenv("UDI")) == NULL)
61 printer_address = getenv("HAL_PROP_NETWORK_DEVICE_ADDRESS");
65 community = getenv("HAL_PROP_NETWORK_DEVICE_SNMP_COMMUNITY");
/osnet-11/usr/src/cmd/hal/addons/acpi/
H A Daddon-acpi.c49 if (!libhal_device_addon_is_ready(ctx, getenv("UDI"), &error)) {
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-closetray.c95 device = getenv ("HAL_PROP_BLOCK_DEVICE");
99 udi = getenv ("HAL_PROP_INFO_UDI");
103 invoked_by_uid = getenv ("HAL_METHOD_INVOKED_BY_UID");
105 invoked_by_syscon_name = getenv ("HAL_METHOD_INVOKED_BY_SYSTEMBUS_CONNECTION_NAME");
/osnet-11/usr/src/lib/krb5/ss/
H A Dpager.c27 extern char *getenv();
123 if ((_ss_pager_name = getenv("PAGER")) == (char *)NULL)
/osnet-11/usr/src/lib/brand/solaris10/s10_npreload/common/
H A Ds10_npreload.c73 if ((s10_arg0 = getenv("__S10_BRAND_ARG0")) == NULL)
76 if ((s10_execname = getenv("__S10_BRAND_EXECNAME")) == NULL)
/osnet-11/usr/src/cmd/hal/probing/acpi/
H A Dprobe-acpi.c42 if ((udi = getenv("UDI")) == NULL)
44 if ((devfs_path = getenv("HAL_PROP_SOLARIS_DEVFS_PATH")) == NULL)
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddrti.c102 if (getenv("DTRACE_DOF_INIT_DISABLE") != NULL)
105 if (getenv("DTRACE_DOF_INIT_DEBUG") != NULL)
144 if ((p = getenv("DTRACE_DOF_INIT_DEVNAME")) != NULL)
/osnet-11/usr/src/lib/libdll/common/
H A Ddllopen.c57 olibpath = getenv(info->env);

Completed in 105 milliseconds

1234567891011>>