Searched refs:do_scrub_chars (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dinput-file.c207 /* This function is passed to do_scrub_chars. */
238 size = do_scrub_chars (input_file_get, where, BUFFER_SIZE);
H A Dsb.c126 /* Run the sb at s through do_scrub_chars and add the result to the sb
136 ptr->len += do_scrub_chars (scrub_from_sb, ptr->ptr + ptr->len, s->len);
H A Das.h547 int do_scrub_chars (int (*get) (char *, int), char *, int);
H A Dapp.c44 comment in do_scrub_chars. */
52 See the comment in do_scrub_chars. */
126 in state 5 of do_scrub_chars must be changed. */
339 do_scrub_chars (int (*get) (char *, int), char *tostart, int tolen) function
H A Dread.c1080 size = do_scrub_chars (scrub_from_string, new_tmp, space);
1658 do_scrub_chars when a preprocessor # line comment is seen with a
1716 do_scrub_chars when a preprocessor # line comment is seen. This

Completed in 139 milliseconds