Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/dtc/
HDdtc-lexer.l105 /* Don't allow nuls in filenames */
/freebsd-11-stable/usr.bin/dtc/
HDfdt.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-11-stable/contrib/llvm-project/llvm/lib/Support/
HDregcomp.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-11-stable/contrib/nvi/regex/
HDregcomp.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-11-stable/lib/libc/regex/
HDregcomp.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 */ in seterr()
1275 p->end = nuls; in seterr()
/freebsd-11-stable/contrib/file/magic/Magdir/
HDarchive33 # header padded with nuls
70 # version with 2 binary nuls embedded in Android Backup like com.android.settings.ab
/freebsd-11-stable/contrib/ncurses/misc/
HDterminfo.src13585 # maybe they were originally nuls (which would fit).