Home
last modified time | relevance | path

Searched refs:nuls (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/dtc/
Ddtc-lexer.l105 /* Don't allow nuls in filenames */
/freebsd-12-stable/usr.bin/dtc/
Dfdt.cc135 int nuls = 0; in resolve_type() local
150 nuls++; in resolve_type()
162 if ((is_all_printable && (bytes > nuls)) || bytes == 0) in resolve_type()
165 if (nuls > 1) in resolve_type()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
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 */ in seterr()
1186 p->end = nuls; in seterr()
/freebsd-12-stable/contrib/nvi/regex/
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 */ in seterr()
1082 p->end = nuls; in seterr()
/freebsd-12-stable/lib/libc/regex/
Dregcomp.c172 static char nuls[10]; /* place to point scanner in event of error */ variable
1529 p->next = nuls; /* try to bring things to a halt */
1530 p->end = nuls;
/freebsd-12-stable/contrib/file/magic/Magdir/
Darchive42 # header padded with nuls
79 # version with 2 binary nuls embedded in Android Backup like com.android.settings.ab
/freebsd-12-stable/contrib/ncurses/misc/
Dterminfo.src13585 # maybe they were originally nuls (which would fit).