/titanic_51/usr/src/lib/libast/common/comp/ |
H A D | unsetenv.c | 24 #define unsetenv ______unsetenv macro 28 #undef unsetenv 32 NoN(unsetenv) 44 unsetenv(const char *name)
|
/titanic_51/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | unsetenv.c | 24 #define unsetenv ______unsetenv macro 28 #undef unsetenv 32 NoN(unsetenv) 44 unsetenv(const char *name)
|
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | menusets.4th | 73 s" cmdbuf" unsetenv 92 s" buf" getenv unsetenv 93 s" buf" unsetenv 143 s" cmdbuf" unsetenv 163 s" buf" getenv unsetenv 164 s" buf" unsetenv 240 s" cmdbuf" unsetenv 261 s" buf" getenv unsetenv 262 s" buf" unsetenv 441 s" type" unsetenv [all...] |
H A D | beadm.4th | 241 s" acpi-user-options" unsetenv 242 s" boot-args" unsetenv 243 s" boot_ask" unsetenv 244 s" boot_single" unsetenv 245 s" boot_verbose" unsetenv 246 s" boot_kmdb" unsetenv 247 s" boot_debug" unsetenv 248 s" boot_reconfigure" unsetenv 468 dup s" bootenvmenu_caption[4]" 20 +c! unsetenv 469 dup s" bootenvansi_caption[4]" 20 +c! unsetenv [all...] |
H A D | menu-commands.4th | 99 unsetenv ( c-addr/u -- ) 123 s" boot_single" unsetenv 162 s" boot_verbose" unsetenv 201 s" boot_kmdb" unsetenv 202 s" boot_debug" unsetenv 239 s" boot_debug" unsetenv 296 s" boot_reconfigure" unsetenv 432 s" acpi-user-options" unsetenv 520 s" acpi-user-options" unsetenv 521 s" boot-args" unsetenv [all...] |
H A D | menu.4th | 296 dup kernel[x] unsetenv 297 2dup menu_caption[x][y] unsetenv 298 2dup ansi_caption[x][y] unsetenv 1298 dup menu_init[x] unsetenv \ menu initializer 1299 dup menu_command[x] unsetenv \ menu command 1300 dup menu_caption[x] unsetenv \ menu caption 1301 dup ansi_caption[x] unsetenv \ ANSI caption 1302 dup menu_keycode[x] unsetenv \ menu keycode 1303 dup toggled_text[x] unsetenv \ toggle_menuitem caption 1304 dup toggled_ansi[x] unsetenv \ toggle_menuite [all...] |
/titanic_51/usr/src/cmd/dtrace/test/tst/common/env/ |
H A D | err.D_PRAGMA_OPTSET.unsetfromscript.d | 20 #pragma D option unsetenv=rectalexambot
|
H A D | tst.unsetenv2.ksh.out | 1 dtrace: failed to set -x unsetenv: Invalid value for specified option
|
/titanic_51/usr/src/tools/ctf/cvt/ |
H A D | altexec.c | 40 if (unsetenv(env) != 0) in ctf_altexec()
|
H A D | ctfconvert.c | 168 (void) unsetenv("CTFCONVERT_ALTEXEC"); in main()
|
/titanic_51/usr/src/boot/sys/boot/i386/libi386/ |
H A D | comconsole.c | 179 unsetenv(name); in comc_probe() 195 unsetenv(name); in comc_probe() 209 unsetenv(name); in comc_probe() 220 unsetenv(name); in comc_probe()
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | install.c | 256 unsetenv("vfs.root.mountfrom"); in install() 321 unsetenv("install_format"); in command_install()
|
/titanic_51/usr/src/boot/sys/boot/efi/loader/ |
H A D | comconsole.c | 208 unsetenv(name); in comc_probe() 224 unsetenv(name); in comc_probe() 238 unsetenv(name); in comc_probe()
|
/titanic_51/usr/src/lib/libresolv2/common/bsd/ |
H A D | setenv.c | 108 * unsetenv(name) -- 112 unsetenv(const char *name) { in unsetenv() function 126 * environmental array, for use by setenv(3) and unsetenv(3).
|
/titanic_51/usr/src/cmd/sendmail/libsm/ |
H A D | config.c | 153 unsetenv(name) in unsetenv() function
|
/titanic_51/usr/src/lib/gss_mechs/mech_krb5/krb5/posix/ |
H A D | setenv.c | 114 * unsetenv(name) -- 122 unsetenv(name); 158 * environmental array, for use by setenv(3) and unsetenv(3).
|
/titanic_51/usr/src/boot/sys/boot/zfs/ |
H A D | zfs.c | 1032 (void)unsetenv(envname); in zfs_set_env() 1034 (void)unsetenv(envname); in zfs_set_env() 1036 (void)unsetenv(envname); in zfs_set_env() 1038 (void)unsetenv(envname); in zfs_set_env()
|
/titanic_51/usr/src/boot/lib/libstand/ |
H A D | environment.c | 179 unsetenv(const char *name) in unsetenv() function
|
/titanic_51/usr/src/boot/include/ |
H A D | stdlib.h | 178 int unsetenv(const char *);
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 394 #undef unsetenv 395 #define unsetenv _ast_unsetenv macro
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 394 #undef unsetenv 395 #define unsetenv _ast_unsetenv macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 415 #undef unsetenv 416 #define unsetenv _ast_unsetenv macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 415 #undef unsetenv 416 #define unsetenv _ast_unsetenv macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 394 #undef unsetenv 395 #define unsetenv _ast_unsetenv macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 394 #undef unsetenv 395 #define unsetenv _ast_unsetenv macro
|