| /openbsd/src/gnu/usr.bin/texinfo/info/ |
| D | infomap.c | 847 #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 …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | fixinc.winnt | 83 if ln -s X $LIB/ShouldNotExist 2>NUL; then 119 if egrep "!__STDC__" $file >NUL; then 121 cp $file $2/$file >NUL 2>&1 || echo "Can't copy $file" 134 if cmp $file $2/$file >NUL 2>&1; then 161 if cmp $file_to_fix /tmp/$base >NUL 2>&1; then \ 186 if cmp $file_to_fix /tmp/$base >NUL 2>&1; then \ 214 if cmp $file_to_fix /tmp/$base >NUL 2>&1; then \ 229 rmdir $LIB/$file > NUL 2>&1
|
| D | fixlib.c | 77 pz_data[ space_used ] = NUL; 108 case NUL: 170 case NUL: 283 case NUL: 294 *pz_d = NUL;
|
| D | fixfixes.c | 105 if (*text == NUL) 118 case NUL: 153 *pD = *pd = NUL; 193 while ((c = (unsigned)*(format++)) != NUL) { 213 case NUL: 625 if (ch == NUL) in FIX_PROC_HEAD() 774 if ((*pz != NUL) || ((unsigned)idx >= FIX_COUNT))
|
| D | fixincl.c | 151 if (*file_name_buf == NUL) 169 *pz_end = NUL; 303 if ((pz_find_base[0] != '.') || (pz_find_base[1] != NUL)) 581 *pz_dir = NUL; in create_file() 985 if (ch == NUL) 1237 if ((pz_text == (char*)NULL) || (*pz_text == NUL))
|
| D | fixlib.h | 81 #define NUL '\0' macro
|
| D | server.c | 136 *pz_scan = NUL;
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | xilinx | 16 # It is followed by a NUL 26 # And then NUL / 'c' / Build Data / NUL / 'd' / Date / NUL / 'e' / Data Length
|
| D | adventure | 64 # 2-byte length N, the N-char name of the game file *without* a NUL (darn!),
|
| /openbsd/src/gnu/gcc/fixincludes/ |
| D | fixlib.c | 76 pz_data[ space_used ] = NUL; in load_file_data() 105 case NUL: in is_cxx_header() 165 case NUL: in skip_quote() 265 case NUL: in make_raw_shell_str() 276 *pz_d = NUL; in make_raw_shell_str()
|
| D | fixfixes.c | 102 if (*text == NUL) in print_quote() 115 case NUL: in print_quote() 147 *pD = *pd = NUL; in emit_gnu_type() 183 while ((c = (unsigned)*(format++)) != NUL) { in format_write() 203 case NUL: in format_write() 615 if (ch == NUL) in FIX_PROC_HEAD() 762 if ((*pz != NUL) || ((unsigned)idx >= FIX_COUNT)) in main()
|
| D | fixincl.c | 144 if (*file_name_buf == NUL) in main() 162 *pz_end = NUL; in main() 279 if ((pz_find_base[0] != '.') || (pz_find_base[1] != NUL)) in initialize() 548 *pz_dir = NUL; in create_file() 954 if (ch == NUL) in fix_with_system() 1200 if ((pz_text == (char*)NULL) || (*pz_text == NUL)) in write_replacement()
|
| D | fixlib.h | 100 #define NUL '\0' macro
|
| D | server.c | 126 *pz_scan = NUL; in load_data()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | mbchar.c | 38 typedef enum {ESCAPE, DOLLAR, BRACKET, AT, B, J, NUL, JIS_CHAR, OTHER, enumerator 217 ch = NUL;
|
| /openbsd/src/gnu/gcc/gcc/config/m32c/ |
| D | blkmov.md | 209 ;; the NUL at the end of the string. This is not what gcc expects; it 210 ;; expects the address registers to point *at* the NUL. The expander 213 ;; 0 = target: set to &NUL in dest
|
| /openbsd/src/regress/usr.bin/mandoc/char/unicode/ |
| D | nogroff.out_ascii | 8 <NUL><NUL> <control> NULL
|
| D | input.out_ascii | 10 U+0000 0x00 <NUL>? lowest ASCII
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/t/ |
| D | Unicode_trailing_nul.t | 30 is( $output, "/var/ffffff/users/superman", 'UTF-16 decodes with trailing NUL' );
|
| /openbsd/src/bin/ed/ |
| D | POSIX | 48 NUL character is written, a newline is not appended if it did not 52 For example, to create a file with ed containing a single NUL character:
|
| /openbsd/src/usr.bin/yacc/ |
| D | reader.c | 295 cachec(NUL); in keyword() 769 cachec(NUL); in get_literal() 794 if (*s == NUL) in is_reserved() 809 cachec(NUL); in get_name() 853 cachec(NUL); in get_tag()
|
| D | defs.h | 71 #define NUL '\0' /* the null character */ macro
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perl5261delta.pod | 146 C<my_atof2> no longer reads beyond the terminating NUL, which previously 147 occurred if the decimal point is immediately before the NUL.
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | utf8 | 443 to read past a NUL, making it much less likely to read 444 off the end of the buffer. A NUL indicates the start 446 NUL-terminated, the function remains unsafe, as it 451 ? utf8_to_uvchr_buf(s,((s)+1), lp) /* Handle single NUL specially */ \
|
| /openbsd/src/usr.bin/lex/ |
| D | flex.skl | 1109 /* This used to be an fputs(), but since the string might contain NUL's, 1408 * already have been incremented past the NUL character 1414 { /* This was really a NUL. */ 1421 /* Okay, we're now positioned to make the NUL 1436 /* Consume the NUL. */ 1793 /* yy_try_NUL_trans - try to make a transition on the NUL character 1892 * valid NUL; if not, then we've hit the end of the buffer. 1895 /* This was really a NUL. */ 2354 * @param yystr a NUL-terminated string to scan 2357 * @note If you want to scan bytes that may contain NUL values, then use
|