Home
last modified time | relevance | path

Searched refs:append_char (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/bsd/libpcap/dist/missing/
H A Dsnprintf.c154 if((*state->append_char)(state, '0')) in append_number()
177 if((*state->append_char)(state, '0')) in append_number()
182 if((*state->append_char)(state, '-')) in append_number()
186 if((*state->append_char)(state, '+')) in append_number()
190 if((*state->append_char)(state, ' ')) in append_number()
250 append_char(struct state *state, in append_char() function
259 if((*state->append_char) (state, arg)) in append_char()
445 if ((*state->append_char)(state, c)) in xyzprintf()
450 || (*state->append_char)(state, c)) in xyzprintf()
581 state.append_char = as_append_char;
[all …]
/netbsd/external/bsd/tcpdump/dist/missing/
H A Dsnprintf.c150 if((*state->append_char)(state, '0')) in append_number()
173 if((*state->append_char)(state, '0')) in append_number()
178 if((*state->append_char)(state, '-')) in append_number()
182 if((*state->append_char)(state, '+')) in append_number()
186 if((*state->append_char)(state, ' ')) in append_number()
246 append_char(struct state *state, in append_char() function
255 if((*state->append_char) (state, arg)) in append_char()
441 if ((*state->append_char)(state, c)) in xyzprintf()
446 || (*state->append_char)(state, c)) in xyzprintf()
575 state.append_char = as_append_char;
[all …]
/netbsd/tools/compat/
H A Dsnprintf.c173 (*state->append_char)(state, '0'); in append_number()
193 (*state->append_char)(state, '0'); in append_number()
197 (*state->append_char)(state, '-'); in append_number()
200 (*state->append_char)(state, '+'); in append_number()
203 (*state->append_char)(state, ' '); in append_number()
273 append_char(struct state *state, in append_char() function
284 (*state->append_char) (state, arg); in append_char()
485 (*state->append_char)(state, c); in xyzprintf()
489 (*state->append_char)(state, '%'); in xyzprintf()
490 (*state->append_char)(state, c); in xyzprintf()
[all …]
/netbsd/external/bsd/iscsi/dist/src/lib/
H A Dsnprintf.c175 (*state->append_char)(state, '0'); in append_number()
195 (*state->append_char)(state, '0'); in append_number()
199 (*state->append_char)(state, '-'); in append_number()
202 (*state->append_char)(state, '+'); in append_number()
205 (*state->append_char)(state, ' '); in append_number()
275 append_char(struct state *state, in append_char() function
286 (*state->append_char) (state, arg); in append_char()
487 (*state->append_char)(state, c); in xyzprintf()
491 (*state->append_char)(state, '%'); in xyzprintf()
492 (*state->append_char)(state, c); in xyzprintf()
[all …]
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsnprintf.c133 (*state->append_char)(state, c); in pad()
228 (*state->append_char)(state, signchar); in append_number()
232 (*state->append_char)(state, '0'); in append_number()
305 (*state->append_char) (state, ' ') ; in append_char()
308 (*state->append_char) (state, arg); in append_char()
311 (*state->append_char) (state, ' '); in append_char()
525 (*state->append_char)(state, c); in xyzprintf()
529 (*state->append_char)(state, '%'); in xyzprintf()
530 (*state->append_char)(state, c); in xyzprintf()
535 (*state->append_char) (state, c); in xyzprintf()
[all …]
/netbsd/external/bsd/flex/dist/tests/
H A Dyyextra.l46 static void append_char (char c, yyscan_t scanner );
58 .|\r|\n { append_char (yytext[0],yyscanner); }
94 static void append_char (char c, yyscan_t scanner ) in append_char() function
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dhtml.c55 append_char (buffer_type *buf, int c) in append_char() function
112 append_char (import_text, c); in process_css_file()
141 append_char (inline_text, c); in process_css_file()
153 append_char (import_text, c); /* include this import char */ in process_css_file()
156 append_char (import_text, '\n'); /* make the output nice */ in process_css_file()
165 append_char (inline_text, c); in process_css_file()
/netbsd/lib/libedit/
H A Dfilecomplete.c208 const char *append_char = NULL; in escape_filename() local
296 append_char = app_func(filename); in escape_filename()
298 if (append_char[0] == ' ') { in escape_filename()
300 escaped_str[offset++] = append_char[0]; in escape_filename()
302 escaped_str[offset++] = append_char[0]; in escape_filename()
306 if (single_match && (append_char && append_char[0] == ' ')) { in escape_filename()
/netbsd/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp248 proc test_gdb_complete_unique_re { input_line complete_line_re {append_char " "} {max_completions 0…
249 set append_char_re [string_to_regexp $append_char]
284 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions 0}} {
286 test_gdb_complete_unique_re $input_line $complete_line_re $append_char $max_completions
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompletion-support.exp248 proc test_gdb_complete_unique_re { input_line complete_line_re {append_char " "} {max_completions 0…
249 set append_char_re [string_to_regexp $append_char]
284 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions 0}} {
286 test_gdb_complete_unique_re $input_line $complete_line_re $append_char $max_completions
/netbsd/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp144 void append_char(unsigned char c);
259 void transparent_output_line::append_char(unsigned char c) in append_char() function in transparent_output_line
367 tl->append_char(c); in transparent_char()
/netbsd/external/gpl2/texinfo/dist/
H A DChangeLog.4680 * makeinfo/html.c (append_char): forgot to increment length, duh.
100 * makeinfo/html.c (append_char): appease sgi compiler.
150 * makeinfo/html.c (append_char, process_css_file): new fns