Searched refs:NUL (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/util/pl/
H A DVC-32.pl213 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
224 my $ver=`nasm -v 2>NUL`;
225 my $vew=`nasmw -v 2>NUL`;
H A Dnetware.pl134 $asm=(`nasm -v 2>NUL` gt `nasmw -v 2>NUL`?"nasm":"nasmw");
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dfile.c74 p[l] = NUL;
H A Denv.c169 } else if (os->pzOptArg[0] == NUL) {
H A Dsave.c87 if ((pzDir != NULL) && (*pzDir != NUL))
119 z[pzEndDir - pzDir] = NUL;
204 z[dirchp - pzDir] = NUL;
416 case NUL: goto string_done;
H A Dtext_mmap.c4 * Map a text file, ensuring the text always has an ending NUL byte.
71 * and NUL terminate.
77 * because there will be NUL bytes provided at the end.
111 *pz = NUL;
126 * extra page so the text ends with a NUL.
255 * what: map a text file with terminating NUL
268 * one @file{NUL} character following the file data. It will return the
286 * address of the file's data is returned, bug @code{no} @file{NUL} characters
H A Dusage.c120 if (*txt == NUL)
139 * a comma, or a NUL byte.
148 case NUL:
299 help[2] = NUL;
536 * terminating NUL byte.
540 *scan = NUL;
731 if (*pzArgType == NUL)
972 if (*ini_file != NUL) {
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c55 #define NUL '\0' macro
565 * copy the rest of p, the NUL is NOT copied
742 prefix_char = NUL;
1134 prefix_char = NUL;
1270 case NUL:
1277 prefix_char = NUL;
1283 case NUL:
1310 if (prefix_char != NUL && s != S_NULL && s != char_buf) {
1316 if (pad_char == '0' && prefix_char != NUL) {
/freebsd-11-stable/include/rpcsvc/
H A Dnislib.h182 #define NUL '\0' macro
/freebsd-11-stable/usr.sbin/kbdcontrol/
H A Dlex.l81 NUL|nul { number = 0; return TNUM; }
/freebsd-11-stable/contrib/apr-util/test/
H A DMakefile.win35 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
/freebsd-11-stable/contrib/apr-util/
H A DMakefile.win66 !IF EXIST("aprutil.sln") && ([devenv /help > NUL 2>&1] == 0) \
98 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0
/freebsd-11-stable/contrib/sqlite3/tea/win/
H A Dmakefile.vc391 @$(CPY) $(PRJLIB) "$(SCRIPT_INSTALL_DIR)" >NUL
/freebsd-11-stable/contrib/ntp/util/
H A Dtg2.c253 #define NUL (0) macro
1463 for (StringPointer=ParityString; *StringPointer!=NUL; StringPointer++)
/freebsd-11-stable/contrib/apr/
H A Dlibapr.mak168 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
412 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
656 MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
900 MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp632 NodeUpdateListener NUL(*this, NodesToAnalyze);

Completed in 223 milliseconds

12