Home
last modified time | relevance | path

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

12345678910>>...14

/onnv-gate/usr/src/cmd/spell/
H A Dhashcheck.c53 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()
/onnv-gate/usr/src/lib/libbc/sparc/inc/
H A DSYS.h94 .empty; \
103 .empty; \
113 .empty; \
116 .empty; \
121 .empty; \
125 .empty;\
/onnv-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c133 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 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.c157 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 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()
/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/
H A DDoPrinterNS.c86 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()
/onnv-gate/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample35 # <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>
/onnv-gate/usr/src/cmd/lp/lib/access/
H A Dchange.c211 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()
/onnv-gate/usr/src/lib/libast/common/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()
/onnv-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()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dpoderrs.t13 ### Deliberately throw in some blank but non-empty lines
44 Okay, now use a non-empty blank line to terminate a paragraph and make
145 Z<ddd> should be empty
147 X<> should not be empty
159 =item previous is all empty!!!
163 All empty over/back:
195 previous section is empty!
/onnv-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()
/onnv-gate/usr/src/lib/libcmd/common/
H A Dgetconf.c154 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()
/onnv-gate/usr/src/cmd/lms/tools/
H A DATVersion.cpp79 if (!path.empty()) { in GetAppVersion()
86 if (version.empty()) { in GetAppVersion()
94 if (cmd.empty()) { in GetProcessVersion()
131 if (!(GetAppPathByPid(pid).empty())) { in IsAppRunning()
143 if (!(GetAppPathByPid(pid).empty())) { in IsAppRunning()
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DIQueue.h19 Boolean empty() const { return last_ == 0; } in empty() function
54 Boolean empty() const { return IQueueBase::empty(); } in empty() function
/onnv-gate/usr/src/cmd/agents/snmp/mib/
H A Dmib_smi.txt75 | empty
105 | empty
255 | empty
270 | empty
275 | empty
294 | empty
317 | empty
331 | empty
/onnv-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()
/onnv-gate/usr/src/lib/libast/common/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()
/onnv-gate/usr/src/lib/libbsm/common/
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()
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()
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 …]
/onnv-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))) {
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DEVP_PKEY_new.pod17 The EVP_PKEY_new() function allocates an empty B<EVP_PKEY>
28 The structure returned by EVP_PKEY_new() is empty. To add a
29 private key to this empty structure the functions described in
/onnv-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()
/onnv-gate/usr/src/lib/libast/common/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;

12345678910>>...14