/ast/src/lib/libexpr/ |
H A D | exnospace.c | 37 static const char null[1]; local 40 return (char*)null;
|
H A D | exlib.h | 152 Exinput_t null; /* null input */ member in struct:Exstate_s
|
/ast/src/lib/libast/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...] |
/ast/src/cmd/tests/sfio/ |
H A D | thole.c | 22 /* Test for /dev/null and hole-preserving code */ 26 Sfio_t* null; local 31 if(!(null = sfopen(NIL(Sfio_t*),"/dev/null","w")) ) 32 terror("Opening /dev/null"); 34 sfsetbuf(null,NIL(char*),(size_t)SF_UNBOUND); 42 sfsetfd(null,-1); 43 sfsetfd(null,sffileno(f)); 44 sfsync(null);
|
/ast/src/lib/libcodex/ |
H A D | codexnull.c | 25 * return null write stream for pure codexdata() 47 static Sfio_t null = SFNEW(nullbuf, 0, 0, SF_WRITE, &nulldisc, 0); variable 52 return &null;
|
/ast/src/lib/libpp/ |
H A D | ppdata.c | 71 static char null[1]; variable 75 &null[0] /* nextchr */
|
/ast/src/cmd/nmake/ |
H A D | main.c | 218 char null[] = ""; /* null string */ variable 881 state.hold = null; 1009 error(2, "*** %d action%s failed", state.errors, state.errors == 1 ? null : "s");
|
H A D | object.c | 195 unsigned char null; /* 0 byte for long version's */ member in struct:OLD_header_s 843 hashwalk(table.rule, 0, compinit, null); 1031 sfprintf(state.mam.out, "%sexec %s : compile into %s object\n", state.mam.label, state.mam.dynamic ? mamname(r) : null, error_info.id); 1116 error(PANIC, "old rule %s still in table.rule%s", r->name, r == getrule(r->name) ? null : " -- duplicate hash"); 1317 debug((-4, "%s%s%s%s%sprerequisite %s [%s] state [%s]", (n & COMP_DONTCARE) ? "optional " : null, (n & COMP_BASE) ? "base " : null, (n & COMP_FILE) ? "-f " : null, (n & COMP_GLOBAL) ? "-g " : null, (n & COMP_INCLUDE) ? "include " : null, s, timestr(t), timestr(tm))); 1342 error(state.exec || state.mam.out ? -1 : 1, "%s: %sfile %s option order changed", r->name, (n & COMP_GLOBAL) ? "global " : null, [all...] |
H A D | make.h | 608 Rule_t* null; /* .NULL rule pointer */ member in struct:Internal_s 912 extern char null[]; /* null string */
|
/ast/src/lib/libast/misc/ |
H A D | translate.c | 76 char null[1]; /* null string */ member in struct:__anon298 207 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))
|
/ast/src/lib/libast/tm/ |
H A D | tmlocale.c | 43 char null[1]; member in struct:__anon313 106 *v = state.null; 118 b[n] = state.null;
|
/ast/src/cmd/dsslib/text/ |
H A D | text.c | 60 static char null[1]; variable 127 b = null; 236 s = null; 292 data[num].string.data = null; 317 s = null;
|
/ast/src/cmd/pax/ |
H A D | paxlib.c | 44 static const char null[] = ""; variable 47 #define TXT(s,m) (s)?sep:null,(s)?(m):null 195 fd = open("/dev/null", O_RDWR);
|
/ast/src/lib/libdss/ |
H A D | cxcomp.c | 1964 static Cxquery_t null; local 1975 expr->query = &null;
|
/ast/src/lib/libjcl/ |
H A D | parse.c | 40 static char* null = &null_data[1]; variable 42 static char dummy[] = "/dev/null"; 105 jcl->data = strcpy(jcl->card, jcl->record ? jcl->record : null); 539 else if (jcl->data != null) 541 jcl->data = null; 559 jcl->data = null; 741 p = null; 811 jcl->data = null; 816 xel(jcl, null); 820 xel(jcl, null); [all...] |
/ast/src/cmd/ksh93/sh/ |
H A D | args.c | 59 static char *null; variable 711 return(&null); 754 /* reserve an extra null pointer */
|
H A D | name.c | 987 static char null[1] = ""; local 1005 nv_endsubscript(np,null,NV_ADD);
|
/ast/src/cmd/mailx/ |
H A D | cmd3.c | 647 note(0, "Non-null variable name required"); 828 null(int e) function
|
/ast/src/lib/libast/port/ |
H A D | astconf.c | 93 static char null[1]; variable 125 &null[0], 149 &null[0], 164 &null[0], 192 &null[0], 240 &null[0], 242 &null[0], 253 &null[0], 265 &null[0], 338 return null; [all...] |
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 117 static const char null[1]; variable 379 /* null tag */ 572 f->buf = f->cur = f->end = (unsigned char*)null; 984 s = (char*)null;
|
/ast/src/cmd/sortlib/sync/ |
H A D | ss.c | 89 static char null[] = ""; variable 240 ss->data = null; 242 sfprintf(sfstderr, "lex: null\n"); 250 ss->data = null; 273 ss->data = null; 385 (*ss->disc->errorf)(NiL, ss->disc, 2, "%s: %svalue expected", s, (flags & LEX_GROUP) ? "group " : null); 1562 ss->data = null; 2494 if (stat("/dev/null", &ns))
|
/ast/src/cmd/3d/ |
H A D | 3d.h | 428 char null[1]; member in struct:__anon7
|