/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | diagnostics.t | 23 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 D | base.t | 52 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.s | 41 .empty ! optimize for CLOCK_REALTIME
|
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | tokscan.c | 31 * -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 D | regcache.c | 84 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 D | sfdcprefix.c | 37 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 D | fail-more.t | 52 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 D | getconf.c | 154 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 D | getauthattr.c | 210 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 D | getprofattr.c | 236 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 D | getuserattr.c | 253 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 D | getexecattr.c | 197 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 D | adt_token.c | 81 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 D | Mkbootstrap.pm | 12 @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 D | hashscan.c | 51 static Hash_bucket_t empty; local 55 pos->bucket = ∅
|
/osnet-11/usr/src/lib/libast/common/include/ |
H A D | error.h | 97 #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 D | stret.s | 71 .empty
|
/osnet-11/usr/src/lib/libc/sparc/gen/ |
H A D | memset.s | 59 .empty ! following lable is ok in delay slot
|
/osnet-11/usr/src/lib/mpss/common/ |
H A D | mpss.c | 291 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 D | Util.pm | 111 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 D | adutils_threadfuncs.c | 242 static struct adutils_lderrno empty = { LDAP_SUCCESS, NULL, NULL }; local 246 le = ∅
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/ |
H A D | bigratpm.inc | 12 next if /^$/; # skip empty lines & comments
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | error.h | 106 #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 D | error.h | 106 #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 D | error.h | 106 #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
|