Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/iscsi/dist/src/lib/
H A Dsnprintf.c77 void (*append_char)(struct state *, unsigned char); member
168 (*state->append_char)(state, rep[n % base]); in append_number()
175 (*state->append_char)(state, '0'); in append_number()
187 (*state->append_char)(state, '0'); in append_number()
194 (*state->append_char)(state, rep[10] + 23); /* XXX */ 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()
217 (*state->append_char)(state, ' '); in append_number()
[all …]
/netbsd-src/tools/compat/
H A Dsnprintf.c75 void (*append_char)(struct state *, unsigned char); member
166 (*state->append_char)(state, rep[n % base]); in append_number()
173 (*state->append_char)(state, '0'); in append_number()
185 (*state->append_char)(state, '0'); in append_number()
192 (*state->append_char)(state, rep[10] + 23); /* XXX */ 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()
215 (*state->append_char)(state, ' '); in append_number()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsnprintf.c63 void (*append_char)(struct snprintf_state *, unsigned char); member
133 (*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()
233 (*state->append_char)(state, rep[10] + 23); /* XXX */ in append_number()
247 (*state->append_char)(state, nstr[nstart++]); in append_number()
282 (*state->append_char) (state, *arg++); in append_string()
287 (*state->append_char) (state, *arg++); in append_string()
297 append_char(struct snprintf_state *state, in append_char() function
305 (*state->append_char) (state, ' ') ; in append_char()
[all …]
/netbsd-src/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-src/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-src/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-src/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-src/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