HomeSort by: relevance | last modified time | path
    Searched refs:append_char (Results 1 - 8 of 8) sorted by relevancy

  /src/tools/compat/
snprintf.c 75 void (*append_char)(struct state *, unsigned char); member in struct:state
166 (*state->append_char)(state, rep[n % base]);
173 (*state->append_char)(state, '0');
185 (*state->append_char)(state, '0');
192 (*state->append_char)(state, rep[10] + 23); /* XXX */
193 (*state->append_char)(state, '0');
197 (*state->append_char)(state, '-');
200 (*state->append_char)(state, '+');
203 (*state->append_char)(state, ' ');
215 (*state->append_char)(state, ' ')
273 append_char(struct state *state, function
    [all...]
  /src/external/bsd/iscsi/dist/src/lib/
snprintf.c 77 void (*append_char)(struct state *, unsigned char); member in struct:state
168 (*state->append_char)(state, rep[n % base]);
175 (*state->append_char)(state, '0');
187 (*state->append_char)(state, '0');
194 (*state->append_char)(state, rep[10] + 23); /* XXX */
195 (*state->append_char)(state, '0');
199 (*state->append_char)(state, '-');
202 (*state->append_char)(state, '+');
205 (*state->append_char)(state, ' ');
217 (*state->append_char)(state, ' ')
275 append_char(struct state *state, function
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
snprintf.c 63 void (*append_char)(struct snprintf_state *, unsigned char); member in struct:snprintf_state
133 (*state->append_char)(state, c);
228 (*state->append_char)(state, signchar);
232 (*state->append_char)(state, '0');
233 (*state->append_char)(state, rep[10] + 23); /* XXX */
247 (*state->append_char)(state, nstr[nstart++]);
282 (*state->append_char) (state, *arg++);
287 (*state->append_char) (state, *arg++);
297 append_char(struct snprintf_state *state, function
305 (*state->append_char) (state, ' ')
    [all...]
  /src/external/bsd/flex/dist/tests/
yyextra.l 46 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 )
  /src/external/gpl2/texinfo/dist/makeinfo/
html.c 56 append_char (buffer_type *buf, int c)
113 append_char (import_text, c);
142 append_char (inline_text, c);
154 append_char (import_text, c); /* include this import char */
157 append_char (import_text, '\n'); /* make the output nice */
166 append_char (inline_text, c);
55 append_char (buffer_type *buf, int c) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
completion-support.exp 279 # APPEND_CHAR is the character expected to be appended after
293 proc test_gdb_complete_unique_re { input_line complete_line_re {append_char " "} {max_completions false} {testname ""} } {
294 set append_char_re [string_to_regexp $append_char]
335 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions false} {testname ""} } {
337 test_gdb_complete_unique_re $input_line $complete_line_re $append_char $max_completions $testname
  /src/external/gpl3/gdb/dist/gdb/testsuite/lib/
completion-support.exp 279 # APPEND_CHAR is the character expected to be appended after
293 proc test_gdb_complete_unique_re { input_line complete_line_re {append_char " "} {max_completions false} {testname ""} } {
294 set append_char_re [string_to_regexp $append_char]
335 proc test_gdb_complete_unique { input_line complete_line {append_char " "} {max_completions false} {testname ""} } {
337 test_gdb_complete_unique_re $input_line $complete_line_re $append_char $max_completions $testname
  /src/external/gpl2/groff/dist/src/roff/troff/
column.cpp 144 void append_char(unsigned char c);
259 void transparent_output_line::append_char(unsigned char c) function in class:transparent_output_line
367 tl->append_char(c);

Completed in 20 milliseconds