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

12

/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dboolean.c65 if ((val != 0) || (*pz != NUL))
73 case NUL:
H A Dcook.c69 case NUL: /* NUL - end of input string */
99 z[ct] = NUL;
124 z[ct] = NUL;
263 *pzD = NUL; /* This is probably the end of the line */
272 case NUL:
H A Dtokenize.c57 case NUL: *ppSrc = NULL; return;
85 case NUL: *ppSrc = NULL; return;
93 case NUL: *ppSrc = NULL; return;
128 int max_token_ct = 2; /* allow for trailing NULL pointer & NUL on string */
137 if (*str == NUL) goto enoent_res;
151 } while (*pz != NUL);
282 case NUL:
292 * NUL terminate the last token and see if we have any more tokens.
294 *(pzDest++) = NUL;
295 } while (*str != NUL);
[all...]
H A Dload.c6 * for options, either from a NUL-terminated string passed in or from an
163 if ( (*(dst++) = *(src++)) == NUL)
176 case NUL:
185 if (program_pkgdatadir[0] == NUL)
214 case NUL:
282 *dir_part = NUL;
325 *pzE = NUL;
363 *(end++) = NUL;
373 *(end++) = NUL;
514 if (*opt_state->pzOptArg != NUL)
[all...]
H A Dparse-duration.c32 #ifndef NUL
33 #define NUL '\0' macro
134 if (*pz != NUL)
209 buf[4] = NUL;
214 buf[2] = NUL;
219 buf[2] = NUL;
259 if (*pz != NUL)
307 buf[2] = NUL;
312 buf[2] = NUL;
317 buf[2] = NUL;
[all...]
H A Dputshell.c64 * @returns the count, including the terminating NUL byte.
70 * Start by counting the start and end quotes, plus the NUL.
89 case NUL:
166 if (*text != NUL) {
176 case NUL:
182 *out = NUL;
226 if ((str == NULL) || (*str == NUL)) {
236 if (*str == NUL)
259 if (*str == NUL)
303 while (*pz != NUL) {
[all...]
H A Dsort.c66 if (*arg_txt != NUL)
103 if (*arg_txt != NUL)
136 while (*arg_txt != NUL) {
151 if (arg_txt[1] != NUL)
165 if (arg_txt[1] == NUL) {
239 case NUL:
251 if (arg_txt[2] == NUL) {
H A Dreset.c92 if ((pzArg == NULL) || (*pzArg == NUL)) {
101 if (pzArg[1] == NUL) {
H A Dmakeshell.c197 if ((script_trailer != NULL) && (*script_trailer != NUL))
404 if ((*pzPN++ = (char)tolower((unsigned char)*pz++)) == NUL)
693 *pz = NUL;
696 if (name[nm_ix] == NUL) {
697 *pz = NUL;
792 *scan = NUL;
826 *(scn++) = NUL;
912 while (*pz != NUL) {
H A Dfind.c76 case NUL: return res;
81 buf[res] = NUL;
158 if (pOD->pz_Name[ nm_len ] == NUL) {
178 if (pOD->pz_DisableName[ nm_len ] == NUL) {
495 if (*++(opts->pzCurOpt) == NUL)
554 if (*++pOpts->pzCurOpt != NUL)
686 if ((opts->pzCurOpt != NULL) && (*opts->pzCurOpt != NUL))
731 if (*(opts->pzCurOpt) == NUL)
744 if (*++(opts->pzCurOpt) == NUL)
H A Denum.c198 if ((*pz == NUL) && (val < name_ct))
206 if (IS_INVERSION_CHAR(*name) && (name[2] == NUL)) {
219 if (paz_names[idx][len] == NUL)
391 *pz = NUL;
411 *pz = NUL;
434 if ((arg == NULL) || (*arg == NUL))
495 nm_buf[len] = NUL;
580 while (*arg != NUL) {
H A Dnumeric.c137 case NUL: pz--; break;
151 if (*pz != NUL)
H A Dstreqvcmp.c41 NUL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, '\a',
95 * mapped-to characters are compared for the two NUL terminated input strings.
110 if (u1 == NUL)
120 if (u1 == NUL)
142 * mapped-to characters are compared for the two NUL terminated input strings.
156 if (u1 == NUL)
166 if (u1 == NUL)
243 if ((s != NULL) && (*s != NUL)) {
245 while (*s != NUL)
274 } while (*(s++) != NUL);
[all...]
H A Dautoopts.h56 #ifndef NUL
57 #define NUL '\0' macro
H A Dstack.c89 *pzEq = NUL;
135 *pzEq = NUL;
H A Dversion.c152 && (od->optArg.argString[0] != NUL))
162 case NUL: /* arg provided, but empty */
H A Dconfigfile.c84 return (*txt == NUL) ? NULL : txt;
528 *pzEnd++ = NUL;
556 case NUL:
561 *pcD = NUL;
576 * The newline was not preceded by a backslash. NUL it out
578 *(pzEnd++) = NUL;
583 * It is NUL terminated. Process it.
664 ftxt[len] = NUL;
707 if (*txt == NUL) {
815 return NUL;
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libopts/compat/
H A Dstrchr.c40 } while (*(++s) != NUL);
H A Dpathfind.c266 pzDest[-1] = NUL;
268 case NUL:
279 if (*pzDir == NUL)
H A Dcompat.h218 #ifndef NUL
219 # define NUL '\0' macro
/freebsd-11-stable/contrib/ntp/include/
H A Dascii.h41 #define NUL 0 macro
/freebsd-11-stable/crypto/openssl/util/pl/
H A DBC-32.pl54 $asm=(`nasm -v 2>NUL` ge `nasmw -v 2>NUL`?"nasm":"nasmw")." -f obj -d__omf__";
/freebsd-11-stable/contrib/byacc/
H A Ddefs.h72 #define NUL '\0' /* the null character */ macro
H A Dreader.c506 cachec(NUL);
1280 cachec(NUL);
1305 if (*s == NUL)
1320 cachec(NUL);
1350 tag_table[i][len] == NUL)
1395 cachec(NUL);
/freebsd-11-stable/contrib/apr/
H A DMakefile.win29 !IF EXIST("apr.sln") && ([devenv /help > NUL 2>&1] == 0) \
47 | $(SystemRoot)\System32\find.exe "x64" >NUL ] == 0

Completed in 133 milliseconds

12