Home
last modified time | relevance | path

Searched refs:tostart (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c409 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen) in do_scrub_chars() argument
411 char *to = tostart; in do_scrub_chars()
412 char *toend = tostart + tolen; in do_scrub_chars()
1342 if ((to > tostart ? to[-1] : last_char) == '\\') in do_scrub_chars()
1521 if (to > tostart) in do_scrub_chars()
1523 return to - tostart; in do_scrub_chars()
1536 if (to > tostart) in do_scrub_chars()
1538 return to - tostart; in do_scrub_chars()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c409 do_scrub_chars (size_t (*get) (char *, size_t), char *tostart, size_t tolen) in do_scrub_chars() argument
411 char *to = tostart; in do_scrub_chars()
412 char *toend = tostart + tolen; in do_scrub_chars()
1342 if ((to > tostart ? to[-1] : last_char) == '\\') in do_scrub_chars()
1521 if (to > tostart) in do_scrub_chars()
1523 return to - tostart; in do_scrub_chars()
1536 if (to > tostart) in do_scrub_chars()
1538 return to - tostart; in do_scrub_chars()