/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
H A D | null.pm | 1 package DBM_Filter::null ; 24 =head1 DBM_Filter::null 32 $db->Filter_Push('null'); 36 This filter ensures that all data written to the DBM file is null 39 common issue is for the C application to include the terminating null
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | localeconv.c | 32 static char null[] = ""; variable 38 &null[0], 39 &null[0], 40 &null[0], 41 &null[0], 42 &null[0], 43 &null[0], 44 &null[0], 45 &null[0], 59 &null[ [all...] |
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | delay.c | 54 int null = '\0'; local 65 null = *pad_char; 68 (void) __m_putchar(null);
|
H A D | win_wchn.c | 53 cchar_t *cp, null = { 0 }; local 69 * null terminate the buffer. 72 *ccs = null;
|
H A D | tputs.c | 81 int i, baud, len, null, number; local 88 null = pad_char == (char *) 0 ? '\0' : pad_char[0]; 108 (void) (*putout)(null);
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | delay.c | 56 int null = '\0'; local 63 null = *pad_char; 66 (void) __m_putchar(null);
|
H A D | win_wchn.c | 55 cchar_t null = { 0 }; local 68 * null terminate the buffer. 71 *ccs = null;
|
H A D | tputs.c | 88 int i, baud, len, null, number; local 91 null = pad_char == NULL ? '\0' : pad_char[0]; 114 (void) (*putout)(null);
|
/osnet-11/usr/src/lib/libpp/common/ |
H A D | ppdata.c | 71 static char null[1]; variable 75 &null[0] /* nextchr */
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | translate.c | 76 char null[1]; /* null string */ member in struct:__anon1174 210 if (((s = catgets(d, set = AST_MESSAGE_SET, n, state.null)) && *s || (s = catgets(d, set = 1, n, state.null)) && *s) && entry(cp->messages, set, n, s))
|
/osnet-11/usr/src/lib/libast/common/tm/ |
H A D | tmlocale.c | 43 char null[1]; member in struct:__anon1189 106 *v = state.null; 118 b[n] = state.null;
|
/osnet-11/usr/src/lib/krb5/kadm5/ |
H A D | kadm_rpc_xdr.c | 114 bool_t null; local 118 if (!xdr_bool(xdrs, &null)) 120 if (null) { 128 null = TRUE; 130 null = FALSE; 131 if (!xdr_bool(xdrs, &null)) 133 if (null == FALSE)
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | args.c | 62 static char *null; variable 719 return(&null); 762 /* reserve an extra null pointer */
|
H A D | name.c | 918 static char null[1] = ""; local 939 nv_endsubscript(np,null,NV_ADD);
|
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 175 struct { const void *placeholder; } null; member in union:evEvent_p::__anon2431
|
/osnet-11/usr/src/lib/libast/common/port/ |
H A D | astconf.c | 91 static char null[1]; variable 135 &null[0], 150 &null[0], 178 &null[0], 226 &null[0], 228 &null[0], 239 &null[0], 251 &null[0], 324 return null; 426 fp->value = null; [all...] |
/osnet-11/usr/src/lib/libtsol/common/ |
H A D | labeld.h | 109 int null; member in struct:__anon2661 113 int null; member in struct:__anon2662 144 int null; member in struct:__anon2669 152 int null; member in struct:__anon2671 249 int null; member in struct:__anon2686 260 int null; member in struct:__anon2688
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/ |
H A D | Deparse.pm | 60 # - made continue-block detection trickier wrt. null ops 293 sub null { subroutine 305 } elsif (!null($cv->START) and is_state($cv->START)) { 650 unless null main_root; 844 if (not null $cv->ROOT) { 888 while (not null $op) { 894 for (; not null $kid; $kid = $kid->sibling) { 907 || ($op->name eq "null" && class($op) eq "UNOP" 918 return (!null($op) and null( [all...] |