| /titanic_53/usr/src/contrib/ast/src/cmd/INIT/ |
| H A D | mamake.tst | 13 setv EMPTY 24 exec - echo EMPTY ${EMPTY} 25 exec - echo EMPTY:VALUE ${EMPTY:VALUE} 26 exec - echo EMPTY:-VALUE ${EMPTY:-VALUE} 27 exec - echo EMPTY=VALUE ${EMPTY=VALUE} 28 exec - echo EMPTY[VALUE] ${EMPTY[VALUE]} 29 exec - echo EMPTY.COMPONENT ${EMPTY.COMPONENT} 30 exec - echo EMPTY.COMPONENT[VALUE] ${EMPTY.COMPONENT[VALUE]} 49 echo EMPTY 50 echo EMPTY:VALUE ${EMPTY:VALUE} [all …]
|
| H A D | mamake.rt | 10 setv EMPTY 21 exec - echo EMPTY ${EMPTY} 22 exec - echo EMPTY:VALUE ${EMPTY:VALUE} 23 exec - echo EMPTY:-VALUE ${EMPTY:-VALUE} 24 exec - echo EMPTY=VALUE ${EMPTY=VALUE} 25 exec - echo EMPTY[VALUE] ${EMPTY[VALUE]} 26 exec - echo EMPTY.COMPONENT ${EMPTY.COMPONENT} 27 exec - echo EMPTY.COMPONENT[VALUE] ${EMPTY.COMPONENT[VALUE]}
|
| H A D | regress.sh | 217 function EMPTY function 255 EMPTY FILE 256 EMPTY FILTER 257 EMPTY SAME 258 EMPTY TYPE
|
| /titanic_53/usr/src/lib/pkcs11/libpkcs11/common/ |
| H A D | metaAttrMasters.h | 68 #define EMPTY '\0' macro 94 unused, unused, { EMPTY } } 114 unused, unused, { EMPTY } }, \ 141 unused, unused, { EMPTY } }, \ 164 unused, unused, { EMPTY } }, \ 274 unused, unused, { EMPTY } }, 302 unused, unused, { EMPTY } }, 305 unused, unused, { EMPTY } }, 308 unused, unused, { EMPTY } } 332 unused, unused, { EMPTY } }, [all …]
|
| /titanic_53/usr/src/cmd/sgs/rtld/common/ |
| H A D | cache_a.out.c | 53 #define EMPTY(str) ((str == NULL) || (*str == '\0')) macro 456 while (!EMPTY(str)) { 461 if (EMPTY(str)) 488 if (EMPTY(l_c1p) && EMPTY(l_c2p)) in verscmp() 490 else if (EMPTY(l_c1p) && !EMPTY(l_c2p) && in verscmp() 493 else if (EMPTY(l_c2p) && !EMPTY(l_c1p) && in verscmp() 528 if (EMPTY(cp)) 535 if (EMPTY(cp) || !isdigit(c))
|
| /titanic_53/usr/src/cmd/sed/ |
| H A D | compile.c | 95 {'d', 2, EMPTY}, 96 {'D', 2, EMPTY}, 97 {'g', 2, EMPTY}, 98 {'G', 2, EMPTY}, 99 {'h', 2, EMPTY}, 100 {'H', 2, EMPTY}, 102 {'l', 2, EMPTY}, 103 {'n', 2, EMPTY}, 104 {'N', 2, EMPTY}, 105 {'p', 2, EMPTY}, [all …]
|
| H A D | defs.h | 111 EMPTY, /* d D g G h H l n N p P q x = \0 */ enumerator
|
| /titanic_53/usr/src/cmd/mailx/ |
| H A D | config.c | 65 EMPTY, EMPTYID, BN|AN, /* Filled in dynamically */ 66 EMPTY, EMPTYID, BN|AN, /* Filled in dynamically */
|
| H A D | hostname.c | 78 if (strcmp(np->nt_machine, EMPTY) == 0) in inithost()
|
| /titanic_53/usr/src/common/ficl/test/ |
| H A D | tester.fr | 18 : EMPTY-STACK \ ( ... -- ) EMPTY STACK: HANDLES UNDERFLOWED STACK TOO. 24 EMPTY-STACK \ THROW AWAY EVERY THING ELSE
|
| /titanic_53/usr/src/cmd/mailx/hdr/ |
| H A D | configdefs.h | 51 #define EMPTY "** empty **" macro
|
| /titanic_53/usr/src/cmd/dc/ |
| H A D | dc.c | 153 EMPTY; in commnds() 203 EMPTY; in commnds() 227 EMPTY; in commnds() 283 EMPTY; in commnds() 314 EMPTY; in commnds() 343 EMPTY; in commnds() 442 EMPTY; in commnds() 479 EMPTY; in commnds() 490 EMPTY; in commnds() 536 EMPTY; in commnds() [all …]
|
| /titanic_53/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
| H A D | TestGetAggregate.java | 114 rec = a.getRecord(Tuple.EMPTY); in testCleared() 122 rec = a.getRecord(Tuple.EMPTY); in testCleared()
|
| H A D | TestStateMachine.java | 142 consumer.listProbes(ProbeDescription.EMPTY); in beforeOpen() 306 consumer.listProbes(ProbeDescription.EMPTY); in afterGo() 498 consumer.listProbes(ProbeDescription.EMPTY); in afterClose()
|
| /titanic_53/usr/src/lib/libc/port/gen/ |
| H A D | getut.c | 206 if (fubuf.ut_type != EMPTY) { in _compat_getutid() 213 case EMPTY: in _compat_getutid() 282 if (fubuf.ut_type != EMPTY && in _compat_getutline()
|
| H A D | getutx.c | 318 if (fubuf.ut_type != EMPTY) { in getutxid() 325 case EMPTY: in getutxid() 428 if (fubuf.ut_type != EMPTY && in getutxline() 591 if (curx->ut_type != EMPTY && in invoke_utmp_update()
|
| /titanic_53/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| H A D | ProbeDescription.java | 66 public static final ProbeDescription EMPTY = field in ProbeDescription 260 p = EMPTY; in parse()
|
| /titanic_53/usr/src/head/ |
| H A D | utmp.h | 118 #define EMPTY 0 macro
|
| /titanic_53/usr/src/lib/libc/i386/crt/ |
| H A D | _rtld.c | 53 #define EMPTY strings[EMPTY_S] macro 80 const char *program_name = EMPTY; /* our name */ in __rtld()
|
| /titanic_53/usr/src/lib/libc/sparc/crt/ |
| H A D | _rtld.c | 53 #define EMPTY strings[EMPTY_S] macro 79 const char *program_name = EMPTY; /* our name */ in __rtld()
|
| H A D | _rtboot.s | 137 SI(EMPTY) 236 s.EMPTY:.asciz "(null)"
|
| /titanic_53/usr/src/lib/pkcs11/libkcfd/common/ |
| H A D | llib-lkcfd | 31 * EMPTY library
|
| /titanic_53/usr/src/lib/libintl/common/ |
| H A D | llib-lintl | 33 * EMPTY library
|
| /titanic_53/usr/src/cmd/acct/ |
| H A D | acctcon1.c | 205 if((wb.ut_type >= EMPTY) && (wb.ut_type <= UTMAXTYPE)) in valid() 273 case EMPTY: in loop()
|
| /titanic_53/usr/src/lib/libresolv2/common/isc/ |
| H A D | ctl_clnt.c | 304 if (EMPTY(ctx->wtran)) { in start_write() 349 REQUIRE(EMPTY(ctx->tran)); in destroy() 499 REQUIRE(!EMPTY(ctx->tran)); in readable()
|