Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 254) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/mandoc/
H A Dcompat_ohash.c229 unsigned int empty; in ohash_lookup_interval() local
234 empty = NONE; in ohash_lookup_interval()
243 empty = i; in ohash_lookup_interval()
252 return empty; in ohash_lookup_interval()
266 if (empty != NONE) in ohash_lookup_interval()
267 i = empty; in ohash_lookup_interval()
281 empty = NONE; in ohash_lookup_memory()
290 empty = i; in ohash_lookup_memory()
297 return empty; in ohash_lookup_memory()
310 if (empty != NONE) in ohash_lookup_memory()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/xsave/data/
H A Dmdb_xregs.ymm.3241 %st0 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
42 %st1 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
43 %st2 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
44 %st3 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
45 %st4 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
46 %st5 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
47 %st6 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
48 %st7 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
H A Dmdb_xregs.zmm.3262 %st0 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
63 %st1 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
64 %st2 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
65 %st3 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
66 %st4 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
67 %st5 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
68 %st6 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
69 %st7 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
H A Dmdb_xregs.ymm.6464 %st0 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
65 %st1 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
66 %st2 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
67 %st3 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
68 %st4 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
69 %st5 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
70 %st6 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
71 %st7 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
H A Dmdb_xregs.zmm.64181 %st0 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
182 %st1 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
183 %st2 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
184 %st3 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
185 %st4 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
186 %st5 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
187 %st6 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
188 %st7 0x0000.0000000000000000 = +0.0000000000000000e+00 empty
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dlmonetary.c47 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 Dlmessages.c40 static char empty[] = ""; variable
76 lmsgs->yesstr = empty; in __lc_messages_load()
78 lmsgs->nostr = empty; in __lc_messages_load()
/illumos-gate/usr/src/cmd/spell/
H A Dhashcheck.c51 int empty = L; in fetch() local
54 while (empty >= i) { in fetch()
55 empty -= i; in fetch()
57 y |= (long)table[tp++] << empty; in fetch()
59 if (empty > 0) in fetch()
60 y |= table[tp]>>i-empty; in fetch()
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c131 char *empty = "empty"; in print_authattr() local
138 printf("name=%s\n", auth->name ? auth->name : empty); in print_authattr()
139 printf("res1=%s\n", auth->res1 ? auth->res1 : empty); in print_authattr()
140 printf("res2=%s\n", auth->res2 ? auth->res2 : empty); in print_authattr()
141 printf("short_desc=%s\n", auth->short_desc ? auth->short_desc : empty); in print_authattr()
142 printf("long_desc=%s\n", auth->long_desc ? auth->long_desc : empty); in print_authattr()
H A Dgetprofattr.c154 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 Dgetuserattr.c155 char *empty = "empty"; in print_userattr() local
162 printf("name=%s\n", user->name ? user->name : empty); in print_userattr()
163 printf("qualifier=%s\n", user->qualifier ? user->qualifier : empty); in print_userattr()
164 printf("res1=%s\n", user->res1 ? user->res1 : empty); in print_userattr()
165 printf("res2=%s\n", user->res2 ? user->res2 : empty); in print_userattr()
H A Dgetexecattr.c340 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()
/illumos-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c209 register char **empty; in empty_list() local
212 if (!(empty = (char **)Malloc(sizeof(char *)))) { in empty_list()
216 *empty = 0; in empty_list()
217 return (empty); in empty_list()
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_uobj.c286 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()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsegments.c149 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcache.c84 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c157 static const char empty[] = "-"; in b_getconf() local
229 else if (streq(name, empty)) in b_getconf()
235 if (streq(path, empty)) in b_getconf()
253 if (streq(path, empty)) in b_getconf()
258 if ((value = *++argv) && (streq(value, empty))) in b_getconf()
279 sfputr(sfstdout, path ? path : empty, ' '); in b_getconf()
/illumos-gate/usr/src/uts/sun4v/pcbe/
H A Dniagara_pcbe.c399 ni_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */ in ni_pcbe_program() local
408 pic1 = &empty; 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 = &empty; in ni_pcbe_sample()
498 empty.pcbe_picno = 0; in ni_pcbe_sample()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_token.c80 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()
696 string = empty; in adt_to_text()
753 string = empty; in adt_to_text()
779 string = empty; in adt_to_text()
837 string = empty; in adt_to_uauth()
[all …]
H A Daudit_plugin.c107 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dtokscan.c67 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()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Ddelete_sec_context.c150 gss_buffer_desc empty; local
151 empty.length = 0; empty.value = NULL;
155 &empty, NULL, output_token, KG_TOK_DEL_CTX))) {
/illumos-gate/usr/src/uts/sun4u/pcbe/
H A Dus234_pcbe.c822 us_pcbe_config_t empty = { 1, 0x1c, 0, 0 }; /* SW_count_1 */ in us_pcbe_program() local
831 pic1 = &empty; 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 = &empty; in us_pcbe_sample()
918 empty.us_picno = 0; in us_pcbe_sample()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dinitializer-entry-defined-twice.c33 struct empty { }; struct
36 struct empty field1;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/disc/
H A Dsfdcprefix.c37 size_t empty; /* empty line prefix length */ member
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
144 pfx->empty = n;

1234567891011