Searched refs:nuls (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/dtc/
H A Dfdt.cc125 int nuls = 0; local
133 nuls++;
140 if (is_all_printable && (bytes > nuls))
143 if (nuls > 0)
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c108 static char nuls[10]; /* place to point scanner in event of error */ variable
1049 p->next = nuls; /* try to bring things to a halt */
1050 p->end = nuls;
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c135 static RCHAR_T nuls[10]; /* place to point scanner in event of error */ variable
1114 p->next = nuls; /* try to bring things to a halt */
1115 p->end = nuls;
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c131 static char nuls[10]; /* place to point scanner in event of error */ variable
1101 p->next = nuls; /* try to bring things to a halt */
1102 p->end = nuls;

Completed in 187 milliseconds