Searched refs:append_char (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/tcpdump/missing/ |
H A D | snprintf.c | 63 int (*append_char)(struct state *, unsigned char); member 121 if((*state->append_char)(state, rep[num % base])) in append_number() 129 if((*state->append_char)(state, '0')) in append_number() 142 if((*state->append_char)(state, '0')) in append_number() 150 if((*state->append_char)(state, rep[10] + 23)) /* XXX */ 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() [all …]
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | snprintf.c | 61 void (*append_char)(struct snprintf_state *, unsigned char); member 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() 227 (*state->append_char)(state, rep[10] + 23); /* XXX */ in append_number() 241 (*state->append_char)(state, nstr[nstart++]); in append_number() 276 (*state->append_char) (state, *arg++); in append_string() 281 (*state->append_char) (state, *arg++); in append_string() 291 append_char(struct snprintf_state *state, in append_char() function 299 (*state->append_char) (state, ' ') ; in append_char() [all …]
|
/freebsd/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/usr.sbin/bhyve/ |
H A D | gdb.c | 631 append_char(uint8_t v) in append_char() function 721 append_char('0'); in append_integer() 749 append_char('E'); in send_error() 790 append_char('S'); in report_stop() 796 append_char('T'); in report_stop() 800 append_char(';'); in report_stop() 1730 append_char('1'); in gdb_query() 1748 append_char('m'); in gdb_query() 1756 append_char(','); in gdb_query() 1762 append_char('l'); in gdb_query() [all …]
|
/freebsd/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()
|