Home
last modified time | relevance | path

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

123456

/freebsd-10-stable/contrib/texinfo/info/
Dinfomap.c847 #define NUL '\0' macro
852 TAB, NUL, A_info_move_to_next_xref,
853 LFD, NUL, A_info_select_reference_this_line,
854 RET, NUL, A_info_select_reference_this_line,
855 SPC, NUL, A_info_scroll_forward,
856 CONTROL('a'), NUL, A_info_beginning_of_line,
857 CONTROL('b'), NUL, A_info_backward_char,
858 CONTROL('e'), NUL, A_info_end_of_line,
859 CONTROL('f'), NUL, A_info_forward_char,
860 CONTROL('g'), NUL, A_info_abort_key,
[all …]
/freebsd-10-stable/contrib/ntp/sntp/libopts/
Dstreqvcmp.c41 NUL, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, '\a',
110 if (u1 == NUL) in strneqvcmp()
120 if (u1 == NUL) in strneqvcmp()
156 if (u1 == NUL) in streqvcmp()
166 if (u1 == NUL) in streqvcmp()
243 if ((s != NULL) && (*s != NUL)) { in strequate()
245 while (*s != NUL) in strequate()
274 } while (*(s++) != NUL); in strtransform()
Dload.c163 if ( (*(dst++) = *(src++)) == NUL) in optionMakePath()
176 case NUL: in optionMakePath()
185 if (program_pkgdatadir[0] == NUL) in optionMakePath()
214 case NUL: in add_prog_path()
282 *dir_part = NUL; in add_env_val()
325 *pzE = NUL; in munge_str()
363 *(end++) = NUL; in assemble_arg_val()
373 *(end++) = NUL; in assemble_arg_val()
514 if (*opt_state->pzOptArg != NUL) in load_opt_line()
519 if (*opt_state->pzOptArg == NUL) in load_opt_line()
[all …]
Dparse-duration.c32 #ifndef NUL
33 #define NUL '\0' macro
134 if (*pz != NUL) in parse_hr_min_sec()
209 buf[4] = NUL; in parse_yearmonthday()
214 buf[2] = NUL; in parse_yearmonthday()
219 buf[2] = NUL; in parse_yearmonthday()
259 if (*pz != NUL) in parse_YMWD()
307 buf[2] = NUL; in parse_hourminutesecond()
312 buf[2] = NUL; in parse_hourminutesecond()
317 buf[2] = NUL; in parse_hourminutesecond()
[all …]
Dtokenize.c57 case NUL: *ppSrc = NULL; return; in copy_cooked()
85 case NUL: *ppSrc = NULL; return; in copy_raw()
93 case NUL: *ppSrc = NULL; return; in copy_raw()
137 if (*str == NUL) goto enoent_res; in alloc_token_list()
151 } while (*pz != NUL); in alloc_token_list()
282 case NUL: in ao_string_tokenize()
294 *(pzDest++) = NUL; in ao_string_tokenize()
295 } while (*str != NUL); in ao_string_tokenize()
Dnested.c125 case NUL: return; in remove_continuation()
143 if (ch == NUL) in scan_q_str()
154 if (ch == NUL) in scan_q_str()
162 if (*(pzTxt++) == NUL) in scan_q_str()
202 if (ch == NUL) goto data_copy_done; in add_string()
208 *pzDst = NUL; in add_string()
211 pNV->v.strVal[0] = NUL; in add_string()
218 pNV->pzName[ nm_len ] = NUL; in add_string()
259 new_val->pzName[ nm_len ] = NUL; in add_bool()
296 new_val->pzName[ nm_len ] = NUL; in add_number()
[all …]
Dputshell.c89 case NUL: in string_size()
166 if (*text != NUL) { in optionQuoteString()
176 case NUL: in optionQuoteString()
182 *out = NUL; in optionQuoteString()
226 if ((str == NULL) || (*str == NUL)) { in print_quot_str()
236 if (*str == NUL) in print_quot_str()
259 if (*str == NUL) in print_quot_str()
303 while (*pz != NUL) { in print_membership()
312 else if (ch == NUL) { pz--; goto name_done; } in print_membership()
481 || (pOD->optArg.argString[0] == NUL) ) { in optionPutShell()
Dconfigfile.c84 return (*txt == NUL) ? NULL : txt; in skip_unkn()
528 *pzEnd++ = NUL; in handle_cfg()
556 case NUL: in handle_cfg()
561 *pcD = NUL; in handle_cfg()
578 *(pzEnd++) = NUL; in handle_cfg()
664 ftxt[len] = NUL; in aoflags_directive()
707 if (*txt == NUL) { in program_directive()
815 return NUL; in parse_xml_encoding()
831 return NUL; in parse_xml_encoding()
866 *etext = NUL; in trim_xml_text()
[all …]
Dcook.c69 case NUL: /* NUL - end of input string */ in ao_string_cook_escape_char()
99 z[ct] = NUL; in ao_string_cook_escape_char()
124 z[ct] = NUL; in ao_string_cook_escape_char()
263 *pzD = NUL; /* This is probably the end of the line */ in ao_string_cook()
272 case NUL: in ao_string_cook()
Dsort.c66 if (*arg_txt != NUL) in must_arg()
103 if (*arg_txt != NUL) in maybe_arg()
136 while (*arg_txt != NUL) { in short_opt_ck()
151 if (arg_txt[1] != NUL) in short_opt_ck()
165 if (arg_txt[1] == NUL) { in short_opt_ck()
239 case NUL: in optionSort()
251 if (arg_txt[2] == NUL) { in optionSort()
Denum.c198 if ((*pz == NUL) && (val < name_ct)) in find_name()
206 if (IS_INVERSION_CHAR(*name) && (name[2] == NUL)) { in find_name()
219 if (paz_names[idx][len] == NUL) in find_name()
391 *pz = NUL; in set_memb_names()
411 *pz = NUL; in set_memb_names()
434 if ((arg == NULL) || (*arg == NUL)) in check_membership_start()
495 nm_buf[len] = NUL; in find_member_bit()
580 while (*arg != NUL) { in optionSetMembers()
Dfind.c76 case NUL: return res; in parse_opt()
81 buf[res] = NUL; in parse_opt()
158 if (pOD->pz_Name[ nm_len ] == NUL) { in opt_match_ct()
178 if (pOD->pz_DisableName[ nm_len ] == NUL) { in opt_match_ct()
495 if (*++(opts->pzCurOpt) == NUL) in get_opt_arg_must()
554 if (*++pOpts->pzCurOpt != NUL) in get_opt_arg_may()
686 if ((opts->pzCurOpt != NULL) && (*opts->pzCurOpt != NUL)) in find_opt()
731 if (*(opts->pzCurOpt) == NUL) in find_opt()
744 if (*++(opts->pzCurOpt) == NUL) in find_opt()
Dboolean.c65 if ((val != 0) || (*pz != NUL)) in optionBooleanVal()
73 case NUL: in optionBooleanVal()
Dmakeshell.c197 if ((script_trailer != NULL) && (*script_trailer != NUL)) in optionParseShell()
404 if ((*pzPN++ = (char)tolower((unsigned char)*pz++)) == NUL) in emit_usage()
693 *pz = NUL; in emit_match_expr()
696 if (name[nm_ix] == NUL) { in emit_match_expr()
697 *pz = NUL; in emit_match_expr()
792 *scan = NUL; in load_old_output()
826 *(scn++) = NUL; in open_out()
912 while (*pz != NUL) { in genshelloptUsage()
Dreset.c92 if ((pzArg == NULL) || (*pzArg == NUL)) { in optionResetOpt()
101 if (pzArg[1] == NUL) { in optionResetOpt()
Dnumeric.c137 case NUL: pz--; break; in optionNumericVal()
151 if (*pz != NUL) in optionNumericVal()
Dversion.c152 && (od->optArg.argString[0] != NUL)) in print_ver()
162 case NUL: /* arg provided, but empty */ in print_ver()
Dstack.c89 *pzEq = NUL; in optionUnstackArg()
135 *pzEq = NUL; in optionUnstackArg()
Dusage.c120 if (*txt == NUL) in parse_usage_flags()
148 case NUL: in parse_usage_flags()
299 help[2] = NUL; in print_offer_usage()
540 *scan = NUL; in optionPrintParagraphs()
731 if (*pzArgType == NUL) in prt_one_vendor()
972 if (*ini_file != NUL) { in prt_ini_list()
/freebsd-10-stable/contrib/ntp/sntp/libopts/compat/
Dpathfind.c266 pzDest[-1] = NUL; in extract_colon_unit()
268 case NUL: in extract_colon_unit()
279 if (*pzDir == NUL) in extract_colon_unit()
Dcompat.h218 #ifndef NUL
219 # define NUL '\0' macro
/freebsd-10-stable/crypto/openssl/doc/crypto/
DEVP_EncodeInit.pod57 additional byte for a NUL terminator. EVP_EncodeUpdate() may be called
66 65 bytes plus an additional NUL terminator (i.e. 66 bytes in total).
72 divisible by 4. Additionally a NUL terminator character will be added. For
74 created plus 1 byte for a NUL terminator (i.e. 25 bytes in total). The length of
75 the data generated I<without> the NUL terminator is returned from the function.
113 EVP_EncodeBlock() returns the number of bytes encoded excluding the NUL
/freebsd-10-stable/contrib/apr/strings/
Dapr_snprintf.c55 #define NUL '\0' macro
742 prefix_char = NUL; in apr_vformatter()
1134 prefix_char = NUL; in apr_vformatter()
1271 case NUL: in apr_vformatter()
1278 prefix_char = NUL; in apr_vformatter()
1284 case NUL: in apr_vformatter()
1311 if (prefix_char != NUL && s != S_NULL && s != char_buf) { in apr_vformatter()
1317 if (pad_char == '0' && prefix_char != NUL) { in apr_vformatter()
/freebsd-10-stable/contrib/sqlite3/tea/win/
Drules.vc38 ERRNULL = 2>NUL
40 CPY = echo y | xcopy /i >NUL
41 COPY = copy >NUL
43 CPY = xcopy /i /y >NUL
44 COPY = copy /y >NUL
47 CPY = xcopy /i >_JUNK.OUT # On Win98 NUL does not work here.
48 COPY = copy >_JUNK.OUT # On Win98 NUL does not work here.
50 NULL = \NUL # Used in testing directory existence
51 ERRNULL = >NUL # Win9x shell cannot redirect stderr
/freebsd-10-stable/contrib/dtc/Documentation/
Ddts-format.txt33 elements, as NUL-terminated strings, as bytestrings or a combination of these.
54 * A NUL-terminated string value is represented using double quotes
55 (the property value is considered to include the terminating NUL

123456