HomeSort by: relevance | last modified time | path
    Searched refs:NUL (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/gpl2/texinfo/dist/info/
infomap.c 849 #define NUL '\0'
854 TAB, NUL, A_info_move_to_next_xref,
855 LFD, NUL, A_info_select_reference_this_line,
856 RET, NUL, A_info_select_reference_this_line,
857 SPC, NUL, A_info_scroll_forward,
858 CONTROL('a'), NUL, A_info_beginning_of_line,
859 CONTROL('b'), NUL, A_info_backward_char,
860 CONTROL('e'), NUL, A_info_end_of_line,
861 CONTROL('f'), NUL, A_info_forward_char,
862 CONTROL('g'), NUL, A_info_abort_key
    [all...]
  /src/external/bsd/ntp/dist/sntp/libopts/
boolean.c 67 if ((val != 0) || (*pz != NUL))
75 case NUL:
cook.c 66 case NUL: /* NUL - end of input string */
96 z[ct] = NUL;
121 z[ct] = NUL;
260 *pzD = NUL; /* This is probably the end of the line */
269 case NUL:
save-flags.c 54 #ifndef NUL
55 #define NUL '\0'
170 if (map->svfl_name[len] == NUL)
222 case NUL: return res;
232 if (*str == NUL)
sort.c 54 if (*arg_txt != NUL)
91 if (*arg_txt != NUL)
124 while (*arg_txt != NUL) {
139 if (arg_txt[1] != NUL)
153 if (arg_txt[1] == NUL) {
227 case NUL:
239 if (arg_txt[2] == NUL) {
tokenize.c 42 case NUL: *ppSrc = NULL; return;
70 case NUL: *ppSrc = NULL; return;
78 case NUL: *ppSrc = NULL; return;
113 int max_token_ct = 2; /* allow for trailing NULL pointer & NUL on string */
122 if (*str == NUL) goto enoent_res;
136 } while (*pz != NUL);
267 case NUL:
277 * NUL terminate the last token and see if we have any more tokens.
279 *(pzDest++) = NUL;
280 } while (*str != NUL);
    [all...]
load.c 8 * for options, either from a NUL-terminated string passed in or from an
145 if ( (*(dst++) = *(src++)) == NUL)
158 case NUL:
167 if (program_pkgdatadir[0] == NUL)
198 case NUL:
228 fname_len = strlen(fname) + 1; // + NUL byte
268 *dir_part = NUL;
317 *end = NUL;
355 *(end++) = NUL;
365 *(end++) = NUL;
    [all...]
parse-duration.c 34 #ifndef NUL
35 #define NUL '\0'
130 if (*pz != NUL)
205 buf[4] = NUL;
210 buf[2] = NUL;
215 buf[2] = NUL;
255 if (*pz != NUL)
303 buf[2] = NUL;
308 buf[2] = NUL;
313 buf[2] = NUL;
    [all...]
putshell.c 43 * @returns the count, including the terminating NUL byte.
49 * Start by counting the start and end quotes, plus the NUL.
68 case NUL:
147 if (*text != NUL) {
157 case NUL:
163 *(out++) = NUL;
212 if ((str == NULL) || (*str == NUL)) {
222 if (*str == NUL)
245 if (*str == NUL)
289 while (*pz != NUL) {
    [all...]
enum.c 176 if ((*pz == NUL) && (val < name_ct))
184 if (IS_INVERSION_CHAR(*name) && (name[2] == NUL)) {
197 if (paz_names[idx][len] == NUL)
369 *pz = NUL;
389 *pz = NUL;
412 if ((arg == NULL) || (*arg == NUL))
473 nm_buf[len] = NUL;
558 while (*arg != NUL) {
reset.c 94 if ((pzArg == NULL) || (*pzArg == NUL)) {
103 if (pzArg[1] == NUL) {
makeshell.c 161 if ((script_trailer != NULL) && (*script_trailer != NUL))
368 if ((*pzPN++ = (char)tolower((unsigned char)*pz++)) == NUL)
657 *pz = NUL;
660 if (name[nm_ix] == NUL) {
661 *pz = NUL;
756 *scan = NUL;
790 *(scn++) = NUL;
875 while (*pz != NUL) {
find.c 48 case NUL: return res;
53 buf[res] = NUL;
130 if (pOD->pz_Name[ nm_len ] == NUL) {
150 if (pOD->pz_DisableName[ nm_len ] == NUL) {
467 if (*++(opts->pzCurOpt) == NUL)
526 if (*++pOpts->pzCurOpt != NUL)
673 if ((opts->pzCurOpt != NULL) && (*opts->pzCurOpt != NUL))
718 if (*(opts->pzCurOpt) == NUL)
731 if (*++(opts->pzCurOpt) == NUL)
numeric.c 140 case NUL: pz--; break;
154 if (*pz != NUL)
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
strchr.c 42 } while (*(++s) != NUL);
pathfind.c 257 pzDest[-1] = NUL;
259 case NUL:
270 if (*pzDir == NUL)
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
project.h 76 #undef NUL
77 #define NUL '\0'
  /src/external/bsd/ntp/dist/include/
ascii.h 43 #define NUL 0
  /src/external/bsd/flex/dist/examples/
debflex.awk 105 if ("end of buffer or a NUL)" == field[i]) {
  /src/usr.bin/fpr/
fpr.c 54 #define NUL '\000'
107 cc = NUL;
111 cc = NUL;
124 cc = NUL;
138 cc = NUL;
143 cc = NUL;
160 cc = NUL;
330 if (cc != NUL)
  /src/external/gpl3/gcc.old/dist/fixincludes/
fixlib.c 30 result is the NUL terminated contents of the file. The file
37 int space_left = -1; /* allow for terminating NUL */
75 pz_data[ space_used ] = NUL;
104 case NUL:
164 case NUL:
241 smax--; /* adjust for trailing NUL */
264 case NUL:
275 *pz_d = NUL;
  /src/external/gpl3/gcc/dist/fixincludes/
fixlib.c 30 result is the NUL terminated contents of the file. The file
37 int space_left = -1; /* allow for terminating NUL */
75 pz_data[ space_used ] = NUL;
104 case NUL:
164 case NUL:
241 smax--; /* adjust for trailing NUL */
264 case NUL:
275 *pz_d = NUL;
  /src/lib/libc/arch/m68k/string/
memccpy.S 45 jeq Lmcloop | handle ASCII NUL specially
73 movb (%a1)+,(%a0)+ | move a byte; was it NUL?
  /src/sys/arch/amiga/dev/
kbdmap.h 32 #define NUL 0
  /src/sys/arch/atari/dev/
kbdmap.h 36 #define NUL 0

Completed in 157 milliseconds

1 2 3