Searched refs:append_char (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/tcpdump/missing/ |
| H A D | snprintf.c | 129 if((*state->append_char)(state, '0')) in append_number() 152 if((*state->append_char)(state, '0')) in append_number() 157 if((*state->append_char)(state, '-')) in append_number() 161 if((*state->append_char)(state, '+')) in append_number() 165 if((*state->append_char)(state, ' ')) in append_number() 178 if((*state->append_char)(state, ' ')) in append_number() 225 append_char(struct state *state, in append_char() function 234 if((*state->append_char) (state, arg)) in append_char() 420 if ((*state->append_char)(state, c)) in xyzprintf() 425 || (*state->append_char)(state, c)) in xyzprintf() [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | snprintf.c | 127 (*state->append_char)(state, c); in pad() 222 (*state->append_char)(state, signchar); in append_number() 226 (*state->append_char)(state, '0'); in append_number() 299 (*state->append_char) (state, ' ') ; in append_char() 302 (*state->append_char) (state, arg); in append_char() 305 (*state->append_char) (state, ' '); in append_char() 516 (*state->append_char)(state, c); in xyzprintf() 520 (*state->append_char)(state, '%'); in xyzprintf() 521 (*state->append_char)(state, c); in xyzprintf() 526 (*state->append_char) (state, c); in xyzprintf() [all …]
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | filecomplete.c | 208 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()
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 634 append_char('0'); in append_integer() 662 append_char('E'); in send_error() 703 append_char('S'); in report_stop() 709 append_char('T'); in report_stop() 713 append_char(';'); in report_stop() 1584 append_char('1'); in gdb_query() 1602 append_char('m'); in gdb_query() 1616 append_char('l'); in gdb_query() 1697 append_char('l'); in gdb_query() 1699 append_char('l'); in gdb_query() [all …]
|
| /freebsd-14.2/contrib/libucl/include/ |
| H A D | ucl++.h | 55 append_char (unsigned char c, size_t nchars, void *ud) in append_char() function 96 Ucl::append_char, in default_emit_funcs()
|