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

/freebsd-11-stable/usr.bin/dtc/
H A Dfdt.cc135 int nuls = 0; local
150 nuls++;
162 if ((is_all_printable && (bytes > nuls)) || bytes == 0)
165 if (nuls > 1)
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c131 static RCHAR_T nuls[10]; /* place to point scanner in event of error */ variable
1081 p->next = nuls; /* try to bring things to a halt */
1082 p->end = nuls;
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c160 static char nuls[10]; /* place to point scanner in event of error */ variable
1274 p->next = nuls; /* try to bring things to a halt */
1275 p->end = nuls;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c244 static char nuls[10]; /* place to point scanner in event of error */ variable
1185 p->next = nuls; /* try to bring things to a halt */
1186 p->end = nuls;

Completed in 122 milliseconds