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

  /src/external/bsd/tcpdump/dist/missing/
snprintf.c 63 int (*append_char)(struct state *, unsigned char); member in struct:state
121 if((*state->append_char)(state, rep[num % base]))
129 if((*state->append_char)(state, '0'))
142 if((*state->append_char)(state, '0'))
150 if((*state->append_char)(state, rep[10] + 23)) /* XXX */
152 if((*state->append_char)(state, '0'))
157 if((*state->append_char)(state, '-'))
161 if((*state->append_char)(state, '+'))
165 if((*state->append_char)(state, ' '))
178 if((*state->append_char)(state, ' ')
225 append_char(struct state *state, function
    [all...]
  /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/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/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/lib/libedit/
filecomplete.c 208 const char *append_char = NULL; local
296 append_char = app_func(filename);
298 if (append_char[0] == ' ') {
300 escaped_str[offset++] = append_char[0];
302 escaped_str[offset++] = append_char[0];
306 if (single_match && (append_char && append_char[0] == ' ')) {
  /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/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 28 milliseconds