Home
last modified time | relevance | path

Searched refs:NUL (Results 1 – 25 of 259) sorted by relevance

1234567891011

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dstreqvcmp.c43 NUL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, '\a',
112 if (u1 == NUL) in strneqvcmp()
122 if (u1 == NUL) in strneqvcmp()
158 if (u1 == NUL) in streqvcmp()
168 if (u1 == NUL) in streqvcmp()
245 if ((s != NULL) && (*s != NUL)) { in strequate()
247 while (*s != NUL) in strequate()
276 } while (*(s++) != NUL); in strtransform()
Dnested.c85 case NUL: return; in remove_continuation()
103 if (ch == NUL) in scan_q_str()
114 if (ch == NUL) in scan_q_str()
122 if (*(pzTxt++) == NUL) in scan_q_str()
162 if (ch == NUL) goto data_copy_done; in add_string()
168 *pzDst = NUL; in add_string()
171 pNV->v.strVal[0] = NUL; in add_string()
178 pNV->pzName[ nm_len ] = NUL; in add_string()
219 new_val->pzName[ nm_len ] = NUL; in add_bool()
256 new_val->pzName[ nm_len ] = NUL; in add_number()
[all …]
Dparse-duration.c34 #ifndef NUL
35 #define NUL '\0' macro
130 if (*pz != NUL) in parse_hr_min_sec()
205 buf[4] = NUL; in parse_yearmonthday()
210 buf[2] = NUL; in parse_yearmonthday()
215 buf[2] = NUL; in parse_yearmonthday()
255 if (*pz != NUL) in parse_YMWD()
303 buf[2] = NUL; in parse_hourminutesecond()
308 buf[2] = NUL; in parse_hourminutesecond()
313 buf[2] = NUL; in parse_hourminutesecond()
[all …]
Dload.c145 if ( (*(dst++) = *(src++)) == NUL) in optionMakePath()
158 case NUL: in optionMakePath()
167 if (program_pkgdatadir[0] == NUL) in optionMakePath()
198 case NUL: in add_prog_path()
268 *dir_part = NUL; in add_env_val()
317 *end = NUL; in munge_str()
355 *(end++) = NUL; in assemble_arg_val()
365 *(end++) = NUL; in assemble_arg_val()
506 if (*opt_state->pzOptArg != NUL) in load_opt_line()
511 if (*opt_state->pzOptArg == NUL) in load_opt_line()
[all …]
Dtokenize.c42 case NUL: *ppSrc = NULL; return; in copy_cooked()
70 case NUL: *ppSrc = NULL; return; in copy_raw()
78 case NUL: *ppSrc = NULL; return; in copy_raw()
122 if (*str == NUL) goto enoent_res; in alloc_token_list()
136 } while (*pz != NUL); in alloc_token_list()
267 case NUL: in ao_string_tokenize()
279 *(pzDest++) = NUL; in ao_string_tokenize()
280 } while (*str != NUL); in ao_string_tokenize()
Dconfigfile.c42 return (*txt == NUL) ? NULL : txt; in skip_unkn()
487 *pzEnd++ = NUL; in handle_cfg()
515 case NUL: in handle_cfg()
520 *pcD = NUL; in handle_cfg()
537 *(pzEnd++) = NUL; in handle_cfg()
623 ftxt[len] = NUL; in aoflags_directive()
659 if (*txt == NUL) in program_directive()
692 z[++len] = NUL; in handle_section()
767 return NUL; in parse_xml_encoding()
783 return NUL; in parse_xml_encoding()
[all …]
Dputshell.c68 case NUL: in string_size()
147 if (*text != NUL) { in optionQuoteString()
157 case NUL: in optionQuoteString()
163 *(out++) = NUL; in optionQuoteString()
212 if ((str == NULL) || (*str == NUL)) { in print_quot_str()
222 if (*str == NUL) in print_quot_str()
245 if (*str == NUL) in print_quot_str()
289 while (*pz != NUL) { in print_membership()
298 else if (ch == NUL) { pz--; goto name_done; } in print_membership()
467 || (pOD->optArg.argString[0] == NUL) ) { in optionPutShell()
Dsort.c54 if (*arg_txt != NUL) in must_arg()
91 if (*arg_txt != NUL) in maybe_arg()
124 while (*arg_txt != NUL) { in short_opt_ck()
139 if (arg_txt[1] != NUL) in short_opt_ck()
153 if (arg_txt[1] == NUL) { in short_opt_ck()
227 case NUL: in optionSort()
239 if (arg_txt[2] == NUL) { in optionSort()
Dcook.c66 case NUL: /* NUL - end of input string */ in ao_string_cook_escape_char()
96 z[ct] = NUL; in ao_string_cook_escape_char()
121 z[ct] = NUL; in ao_string_cook_escape_char()
260 *pzD = NUL; /* This is probably the end of the line */ in ao_string_cook()
269 case NUL: in ao_string_cook()
Dsave-flags.c54 #ifndef NUL
55 #define NUL '\0' macro
170 if (map->svfl_name[len] == NUL) in find_save_flags_bnm()
222 case NUL: return res; in save_flags_str2mask()
232 if (*str == NUL) in save_flags_str2mask()
Denum.c176 if ((*pz == NUL) && (val < name_ct)) in find_name()
184 if (IS_INVERSION_CHAR(*name) && (name[2] == NUL)) { in find_name()
197 if (paz_names[idx][len] == NUL) in find_name()
369 *pz = NUL; in set_memb_names()
389 *pz = NUL; in set_memb_names()
412 if ((arg == NULL) || (*arg == NUL)) in check_membership_start()
473 nm_buf[len] = NUL; in find_member_bit()
558 while (*arg != NUL) { in optionSetMembers()
Dfind.c48 case NUL: return res; in parse_opt()
53 buf[res] = NUL; in parse_opt()
130 if (pOD->pz_Name[ nm_len ] == NUL) { in opt_match_ct()
150 if (pOD->pz_DisableName[ nm_len ] == NUL) { in opt_match_ct()
467 if (*++(opts->pzCurOpt) == NUL) in get_opt_arg_must()
526 if (*++pOpts->pzCurOpt != NUL) in get_opt_arg_may()
673 if ((opts->pzCurOpt != NULL) && (*opts->pzCurOpt != NUL)) in find_opt()
718 if (*(opts->pzCurOpt) == NUL) in find_opt()
731 if (*++(opts->pzCurOpt) == NUL) in find_opt()
Dmakeshell.c161 if ((script_trailer != NULL) && (*script_trailer != NUL)) in optionParseShell()
368 if ((*pzPN++ = (char)tolower((unsigned char)*pz++)) == NUL) in emit_usage()
657 *pz = NUL; in emit_match_expr()
660 if (name[nm_ix] == NUL) { in emit_match_expr()
661 *pz = NUL; in emit_match_expr()
756 *scan = NUL; in load_old_output()
790 *(scn++) = NUL; in open_out()
875 while (*pz != NUL) { in genshelloptUsage()
Dboolean.c67 if ((val != 0) || (*pz != NUL)) in optionBooleanVal()
75 case NUL: in optionBooleanVal()
Dreset.c94 if ((pzArg == NULL) || (*pzArg == NUL)) { in optionResetOpt()
103 if (pzArg[1] == NUL) { in optionResetOpt()
Dsave.c53 if ((dir != NULL) && (*dir != NUL)) { in find_dir_name()
60 if (*dir != NUL) in find_dir_name()
79 case NUL: in find_dir_name()
144 z[dirchp - res] = NUL; in find_file_name()
372 case NUL: goto string_done; in prt_string()
848 temp_str[flen] = NUL; in optionSaveFile()
/netbsd/src/usr.bin/fpr/
Dfpr.c54 #define NUL '\000' macro
107 cc = NUL; in main()
111 cc = NUL; in main()
124 cc = NUL; in main()
138 cc = NUL; in main()
143 cc = NUL; in main()
160 cc = NUL; in main()
330 if (cc != NUL) in flush()
/netbsd/src/external/gpl3/gcc/dist/fixincludes/
Dfixlib.c75 pz_data[ space_used ] = NUL; in load_file_data()
104 case NUL: in is_cxx_header()
164 case NUL: in skip_quote()
264 case NUL: in make_raw_shell_str()
275 *pz_d = NUL; in make_raw_shell_str()
Dfixfixes.c101 if (*text == NUL) in print_quote()
114 case NUL: in print_quote()
146 *pD = *pd = NUL; in emit_gnu_type()
182 while ((c = (unsigned)*(format++)) != NUL) { in format_write()
202 case NUL: in format_write()
655 if (ch == NUL) in FIX_PROC_HEAD()
804 if ((*pz != NUL) || ((unsigned)idx >= FIX_COUNT)) in main()
Dfixincl.c134 if (*file_name_buf == NUL) in main()
152 *pz_end = NUL; in main()
269 if ((pz_find_base[0] != '.') || (pz_find_base[1] != NUL)) in initialize()
492 *pz_dir = NUL; in create_file()
677 while (*pz_data != NUL) { in cksum_test()
991 if (ch == NUL) in fix_with_system()
1172 if (*pz_scan == NUL) in fix_applies()
1247 if ((pz_text == (char*)NULL) || (*pz_text == NUL)) in write_replacement()
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/compat/
Dpathfind.c257 pzDest[-1] = NUL; in extract_colon_unit()
259 case NUL: in extract_colon_unit()
270 if (*pzDir == NUL) in extract_colon_unit()
/netbsd/src/crypto/external/bsd/libsaslc/dist/ref/
Drfc4616.txt104 followed by a NUL (U+0000) character, followed by the authentication
105 identity (identity whose password will be used), followed by a NUL
126 UTF8NUL = %x00 ; UTF-8 encoded NUL character
129 ;; any UTF-8 encoded Unicode character except NUL
131 UTF1 = %x01-7F ;; except NUL
140 (authcid), password (passwd), and NUL character deliminators SHALL be
142 the NUL (U+0000) character is used as a deliminator, the NUL (U+0000)
294 respectively. "<NUL>" represents a single NUL (U+0000) character.
309 C: <NUL>tim<NUL>tanstaaftanstaaf
324 C: Ursel<NUL>Kurt<NUL>xipj3plmq
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Dproject.h76 #undef NUL
77 #define NUL '\0' macro
/netbsd/src/external/bsd/top/dist/
Dap_snprintf.c74 #define NUL '\0' macro
701 prefix_char = NUL; in ap_vformatter()
1033 prefix_char = NUL; in ap_vformatter()
1076 case NUL: in ap_vformatter()
1083 prefix_char = NUL; in ap_vformatter()
1088 case NUL: in ap_vformatter()
1115 if (prefix_char != NUL && s != S_NULL && s != char_buf) { in ap_vformatter()
1121 if (pad_char == '0' && prefix_char != NUL) { in ap_vformatter()
/netbsd/src/external/bsd/bzip2/dist/
Dlibbz2.dsp46 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
47 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
72 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
73 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32

1234567891011