/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | lmonetary.c | 47 static char empty[] = ""; variable 51 empty, /* int_curr_symbol */ 52 empty, /* currency_symbol */ 53 empty, /* mon_decimal_point */ 54 empty, /* mon_thousands_sep */ 56 empty, /* positive_sign */ 57 empty, /* negative_sign */ 72 empty /* crncystr */
|
H A D | lmessages.c | 40 static char empty[] = ""; variable 76 lmsgs->yesstr = empty; in __lc_messages_load() 78 lmsgs->nostr = empty; in __lc_messages_load()
|
/titanic_44/usr/src/cmd/spell/ |
H A D | hashcheck.c | 53 int empty = L; in fetch() local 56 while (empty >= i) { in fetch() 57 empty -= i; in fetch() 59 y |= (long)table[tp++] << empty; in fetch() 61 if (empty > 0) in fetch() 62 y |= table[tp]>>i-empty; in fetch()
|
/titanic_44/usr/src/lib/libbc/sparc/inc/ |
H A D | SYS.h | 94 .empty; \ 103 .empty; \ 113 .empty; \ 116 .empty; \ 121 .empty; \ 125 .empty;\
|
/titanic_44/usr/src/lib/libsecdb/common/ |
H A D | getauthattr.c | 133 char *empty = "empty"; in print_authattr() local 140 printf("name=%s\n", auth->name ? auth->name : empty); in print_authattr() 141 printf("res1=%s\n", auth->res1 ? auth->res1 : empty); in print_authattr() 142 printf("res2=%s\n", auth->res2 ? auth->res2 : empty); in print_authattr() 143 printf("short_desc=%s\n", auth->short_desc ? auth->short_desc : empty); in print_authattr() 144 printf("long_desc=%s\n", auth->long_desc ? auth->long_desc : empty); in print_authattr()
|
H A D | getprofattr.c | 154 char *empty = "empty"; in print_profattr() local 161 printf("name=%s\n", prof->name ? prof->name : empty); in print_profattr() 162 printf("res1=%s\n", prof->res1 ? prof->res1 : empty); in print_profattr() 163 printf("res2=%s\n", prof->res2 ? prof->res2 : empty); in print_profattr() 164 printf("desc=%s\n", prof->desc ? prof->desc : empty); in print_profattr()
|
H A D | getuserattr.c | 157 char *empty = "empty"; in print_userattr() local 164 printf("name=%s\n", user->name ? user->name : empty); in print_userattr() 165 printf("qualifier=%s\n", user->qualifier ? user->qualifier : empty); in print_userattr() 166 printf("res1=%s\n", user->res1 ? user->res1 : empty); in print_userattr() 167 printf("res2=%s\n", user->res2 ? user->res2 : empty); in print_userattr()
|
H A D | getexecattr.c | 340 char *empty = "empty"; in print_execattr() local 343 printf("name=%s\n", exec->name ? exec->name : empty); in print_execattr() 344 printf("policy=%s\n", exec->policy ? exec->policy : empty); in print_execattr() 345 printf("type=%s\n", exec->type ? exec->type : empty); in print_execattr() 346 printf("res1=%s\n", exec->res1 ? exec->res1 : empty); in print_execattr() 347 printf("res2=%s\n", exec->res2 ? exec->res2 : empty); in print_execattr() 348 printf("id=%s\n", exec->id ? exec->id : empty); in print_execattr()
|
/titanic_44/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterNS.c | 86 jstring empty = (*env)->NewStringUTF(env, ""); in Java_com_sun_admin_pm_server_DoPrinterNS_dorexec() local 87 glob_jstdout = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_dorexec() 88 glob_jstderr = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_dorexec() 180 jstring empty = (*env)->NewStringUTF(env, ""); in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp() local 181 glob_jstdout = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp() 182 glob_jstderr = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_updateoldyp() 237 jstring empty = (*env)->NewStringUTF(env, ""); in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap() local 238 glob_jstdout = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap() 239 glob_jstderr = (*env)->NewGlobalRef(env, empty); in Java_com_sun_admin_pm_server_DoPrinterNS_updateldap()
|
/titanic_44/usr/src/cmd/cmd-inet/etc/ |
H A D | wanboot.conf.sample | 35 # <empty> means there is no value, i.e. null. The absence of any 36 # parameter implies that it takes a default value (<empty> unless 56 encryption_type=3des # 3des | aes | <empty> 57 signature_type=sha1 # sha1 | <empty> 77 resolve_hosts= # <hostname>[,<hostname>*] | <empty> 83 # is a non-empty signature_type. If server_authentication is "yes", the 86 root_server=https://host:port/cgi-bin/wanboot-cgi # <url> | <empty> 91 root_file=/rootimages/miniroot # <absolute pathname> | <empty> 97 boot_logger= # <url> | <empty>
|
/titanic_44/usr/src/cmd/lp/lib/access/ |
H A D | change.c | 211 register char **empty; in empty_list() local 214 if (!(empty = (char **)Malloc(sizeof(char *)))) { in empty_list() 218 *empty = 0; in empty_list() 219 return (empty); in empty_list()
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regcache.c | 84 int empty; in regcache() local 138 empty = unused = -1; in regcache() 142 empty = i; in regcache() 153 if (empty < 0) in regcache() 156 unused = empty; in regcache()
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | segments.c | 149 const char *empty = MSG_ORIG(MSG_STR_EMPTY); in Dbg_seg_os() local 165 EC_XWORD(data->d_align), empty, empty, empty); in Dbg_seg_os() 182 str = empty; in Dbg_seg_os() 189 file = empty; in Dbg_seg_os()
|
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_uobj.c | 286 int i, j, empty = -1; in sol_ofs_uobj_add() local 312 } else if (blk == NULL && empty < 0) { in sol_ofs_uobj_add() 316 empty = i; in sol_ofs_uobj_add() 325 if (empty < 0) { in sol_ofs_uobj_add() 354 empty = uo_tbl->uobj_tbl_used_blks; in sol_ofs_uobj_add() 369 ASSERT(uo_tbl->uobj_tbl_uo_root[empty] == NULL); in sol_ofs_uobj_add() 370 uo_tbl->uobj_tbl_uo_root[empty] = blk; in sol_ofs_uobj_add() 376 uobj->uo_id = empty * SOL_OFS_UO_BLKSZ; in sol_ofs_uobj_add()
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | getconf.c | 154 static const char empty[] = "-"; in b_getconf() local 226 else if (streq(name, empty)) in b_getconf() 232 if (streq(path, empty)) in b_getconf() 249 if (streq(path, empty)) in b_getconf() 254 if ((value = *++argv) && (streq(value, empty))) in b_getconf() 270 sfputr(sfstdout, path ? path : empty, ' '); in b_getconf()
|
/titanic_44/usr/src/uts/sun4v/pcbe/ |
H A D | niagara_pcbe.c | 399 ni_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */ in ni_pcbe_program() local 408 pic1 = ∅ in ni_pcbe_program() 409 empty.pcbe_flags = pic0->pcbe_flags; in ni_pcbe_program() 417 empty.pcbe_picno = 0; in ni_pcbe_program() 420 empty.pcbe_bits = 0x14; /* SW_count_0 - won't overflow */ in ni_pcbe_program() 483 ni_pcbe_config_t empty = { 1, 0, 0, 0 }; in ni_pcbe_sample() local 493 pic1 = ∅ in ni_pcbe_sample() 498 empty.pcbe_picno = 0; in ni_pcbe_sample()
|
/titanic_44/usr/src/lib/libast/common/string/ |
H A D | tokscan.c | 67 static char empty[1]; variable 113 b = empty; in lextok() 196 s = empty; in tokscan() 342 s = empty; in tokscan() 351 s = empty; in tokscan()
|
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | delete_sec_context.c | 150 gss_buffer_desc empty; local 151 empty.length = 0; empty.value = NULL; 155 &empty, NULL, output_token, KG_TOK_DEL_CTX))) {
|
/titanic_44/usr/src/lib/libbsm/common/ |
H A D | audit_plugin.c | 107 char empty[1] = ""; in __audit_dowarn() local 120 text = empty; in __audit_dowarn() 173 char empty[4] = "..."; in __audit_dowarn2() local 187 text = empty; in __audit_dowarn2()
|
H A D | adt_token.c | 80 static char *empty = ""; variable 213 string = empty; in adt_to_cmd1() 292 fmri = empty; in adt_to_frmi() 371 au_to_path(empty)); in adt_to_path() 398 au_to_path(empty)); in adt_to_pathlist() 412 au_to_path(empty)); in adt_to_pathlist() 436 au_to_privset(empty, NULL)); in adt_to_priv() 696 string = empty; in adt_to_text() 753 string = empty; in adt_to_text() 779 string = empty; in adt_to_text() [all …]
|
/titanic_44/usr/src/uts/sun4u/pcbe/ |
H A D | us234_pcbe.c | 822 us_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */ in us_pcbe_program() local 831 pic1 = ∅ in us_pcbe_program() 832 empty.us_flags = pic0->us_flags; in us_pcbe_program() 840 empty.us_picno = 0; in us_pcbe_program() 841 empty.us_bits = 0x14; /* SW_count_0 - won't overflow */ in us_pcbe_program() 904 us_pcbe_config_t empty = { 1, 0, 0, 0 }; in us_pcbe_sample() local 913 pic1 = ∅ in us_pcbe_sample() 918 empty.us_picno = 0; in us_pcbe_sample()
|
/titanic_44/usr/src/lib/libast/common/disc/ |
H A D | sfdcprefix.c | 37 size_t empty; /* empty line prefix length */ member 80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp); 144 pfx->empty = n;
|
/titanic_44/usr/src/cmd/dircmp/ |
H A D | dircmp.sh | 54 *empty*) echo $D1/`basename "$a"` is an empty file | 71 *empty*) echo $D2/`basename "$a"` is an empty file |
|
/titanic_44/usr/src/lib/mpss/common/ |
H A D | mpss.c | 291 empty(char *str) in empty() function 388 if (empty(lbuf)) in __mpssmain() 441 !empty(tokarg) && in __mpssmain() 449 if (empty(tokheap)) { in __mpssmain() 469 if (empty(tokstack)) { in __mpssmain()
|
/titanic_44/usr/src/lib/libm/amd64/src/ |
H A D | powl.s | 107 fstp %st(0) / stack empty 232 fstp %st(0) / stack empty 332 fstp %st(0) / stack empty 350 fstp %st(0) / stack empty 356 fstp %st(0) / stack empty 366 fstp %st(0) / stack empty 372 fstp %st(0) / stack empty 379 fstp %st(0) / stack empty 385 fstp %st(0) / stack empty
|