Searched refs:empty (Results 1 - 25 of 144) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Ddiagnostics.t23 like( $@, qr/^Base class package "I::do::not::exist" is empty/);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
H A Dbase.t52 like( $@, qr/^Base class package "reallyReAlLyNotexists" is empty./,
53 'base with empty package');
56 like( $@, qr/^Base class package "reallyReAlLyNotexists" is empty./,
57 ' still empty on 2nd load');
77 ::like($@, qr/^Base class package "Huh::Boo" is empty/,
78 'Base class empty error message');
/osnet-11/usr/src/lib/libc/sparc/sys/
H A D__clock_gettime.s41 .empty ! optimize for CLOCK_REALTIME
/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/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/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/cmd/perl/5.8.4/distrib/lib/Test/Simple/t/
H A Dfail-more.t52 is( undef, '', 'undef is empty string?');
54 is( '', 0, 'empty string is 0?' );
102 not ok 3 - undef is empty string?
104 not ok 5 - empty string is 0?
/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, ' ');
/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);
H A Dgetexecattr.c197 const char *empty = NULL; local
205 _priv_exec.name = (name == NULL) ? empty : name;
206 _priv_exec.type = (type == NULL) ? empty : type;
207 _priv_exec.id = (id == NULL) ? empty : id;
214 _priv_exec.policy = IS_SEARCH_ALL(search_flag) ? empty : policy_buf;
791 char *empty = "empty"; local
794 printf("name=%s\n", exec->name ? exec->name : empty);
795 printf("policy=%s\n", exec->policy ? exec->policy : empty);
796 printf("type=%s\n", exec->type ? exec->type : empty);
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c81 static char *empty = ""; variable
219 string = empty;
298 fmri = empty;
378 au_to_path(empty));
405 au_to_path(empty));
420 au_to_path(empty));
444 au_to_privset(empty, NULL));
703 string = empty;
774 string = empty;
802 string = empty;
1123 struct stat64 empty; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMkbootstrap.pm12 @bsloadlibs = grep($_, @bsloadlibs); # strip empty libs
87 This file will get parsed, and produce a maybe empty
90 ExtUtils::Liblist::ext(). If this array still is empty, we do nothing,
/osnet-11/usr/src/lib/libast/common/hash/
H A Dhashscan.c51 static Hash_bucket_t empty; local
55 pos->bucket = &empty;
/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/libc/sparc/crt/
H A Dstret.s71 .empty
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemset.s59 .empty ! following lable is ok in delay slot
/osnet-11/usr/src/lib/mpss/common/
H A Dmpss.c291 empty(char *str) function
388 if (empty(lbuf))
441 !empty(tokarg) &&
449 if (empty(tokheap)) {
450 /* empty cfg entry */
469 if (empty(tokstack)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/lib/List/
H A DUtil.pm111 BLOCK is a true value. If BLOCK never returns true or LIST was empty then
128 list is empty then C<undef> is returned.
142 If the list is empty then C<undef> is returned.
155 numerical value. If the list is empty then C<undef> is returned.
169 If the list is empty then C<undef> is returned.
187 Returns the result of the last call to BLOCK. If LIST is empty then
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils_threadfuncs.c242 static struct adutils_lderrno empty = { LDAP_SUCCESS, NULL, NULL }; local
246 le = &empty;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc12 next if /^$/; # skip empty lines & comments
/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/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

Completed in 82 milliseconds

123456