Searched defs:empty (Results 1 - 25 of 39) sorted by relevance

12

/osnet-11/usr/src/lib/libldap5/sources/pr/md/unix/
H A Dos_SunOS_amd64.s225 / Was it empty?
228 je empty
236 empty: label
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashscan.c51 static Hash_bucket_t empty; local
55 pos->bucket = ∅
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c242 static struct adutils_lderrno empty = { LDAP_SUCCESS, NULL, NULL }; local
246 le = ∅
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c115 static SM_FILE_T empty; variable
131 *p++ = empty;
255 empty.f_type = NULL;
256 empty.sm_magic = NULL;
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcprefix.c37 size_t empty; /* empty line prefix length */ member in struct:__anon1131
80 sfwr(f, pfx->prefix, n > 1 ? pfx->length : pfx->empty, dp);
144 pfx->empty = n;
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcache.c84 int empty; local
138 empty = unused = -1;
142 empty = i;
153 if (empty < 0)
156 unused = empty;
/osnet-11/usr/src/lib/libast/common/string/
H A Dtokscan.c31 * -1 returned if s was not empty and fmt failed to match
67 static char empty[1]; variable
113 b = empty;
196 s = empty;
342 s = empty;
351 s = empty;
/osnet-11/usr/src/lib/libcmd/common/
H A Dgetconf.c154 static const char empty[] = "-"; local
226 else if (streq(name, empty))
232 if (streq(path, empty))
249 if (streq(path, empty))
254 if ((value = *++argv) && (streq(value, empty)))
270 sfputr(sfstdout, path ? path : empty, ' ');
H A Dcut.c374 register int nodelim, empty, inword=0; local
395 nodelim = empty = 1;
434 empty = 0;
463 empty = 0;
521 empty = 0;
528 copy = empty ? cp : wp;
677 error(3, "non-empty b, c or f option must be specified");
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_finddev.c260 * Return true if a directory is empty
262 * empty.
278 return (0); /* not empty */
281 return (1); /* empty */
287 * is empty.
300 int empty; local
302 rv = modctl(MODDEVEMPTYDIR, path, strlen(path), &empty);
304 return (empty);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dutf8_conv.c79 /* If input ptr is NULL or empty... */
263 krb5_ucs2 empty = 0, ch; local
265 if (ucs2str == NULL) /* Treat input ptr NULL as an empty string */
266 ucs2str = &empty;
291 n = 1; /* In case of empty ucs2str */
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_rexd.c286 char *empty = ""; local
305 hostname = empty;
307 shell = empty;
H A Daudit_plugin.c113 char empty[1] = ""; local
127 text = empty;
181 char empty[4] = "..."; local
195 text = empty;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauthattr.c210 char *empty = "empty"; local
217 printf("name=%s\n", auth->name ? auth->name : empty);
218 printf("res1=%s\n", auth->res1 ? auth->res1 : empty);
219 printf("res2=%s\n", auth->res2 ? auth->res2 : empty);
220 printf("short_desc=%s\n", auth->short_desc ? auth->short_desc : empty);
221 printf("long_desc=%s\n", auth->long_desc ? auth->long_desc : empty);
H A Dgetprofattr.c236 char *empty = "empty"; local
243 printf("name=%s\n", prof->name ? prof->name : empty);
244 printf("res1=%s\n", prof->res1 ? prof->res1 : empty);
245 printf("res2=%s\n", prof->res2 ? prof->res2 : empty);
246 printf("desc=%s\n", prof->desc ? prof->desc : empty);
H A Dgetuserattr.c253 char *empty = "empty"; local
260 printf("name=%s\n", user->name ? user->name : empty);
261 printf("qualifier=%s\n", user->qualifier ? user->qualifier : empty);
262 printf("res1=%s\n", user->res1 ? user->res1 : empty);
263 printf("res2=%s\n", user->res2 ? user->res2 : empty);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dstring.c59 static const Shtable_t empty = {0,0}; local
61 return(&empty);
69 return(&empty);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Derror.h106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
150 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/common/include/
H A Derror.h97 #define errorpush(p,f) (*(p)=*ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
141 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Derror.h106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
150 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Derror.h106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
150 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Derror.h106 #define errorpush(p,f) (*(p)= *ERROR_CONTEXT_BASE,*ERROR_CONTEXT_BASE=error_info.empty,error_info.context=(Error_context_t*)(p),error_info.flags=(f))
150 Error_context_t empty; /* empty context stack element */ member in struct:Error_info_s
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java364 * Use zero (0) or empty string ("") as the value for unspecified macro args
376 * Permit compilation of empty D source files (compile-time; no
379 public static final String empty = "empty"; field in class:Option
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcmdline.c639 grub_uint32_t empty[] = { 0 }; local
641 grub_history_add (empty, 0);
/osnet-11/usr/src/lib/libumem/common/
H A Denvvar.c274 empty(const char *str) function
294 if (empty(item_arg)) {
331 if (empty(item_arg))
569 log_message("%s: empty option\n", CURRENT);
732 /* ignore if missing or empty */

Completed in 49 milliseconds

12