Home
last modified time | relevance | path

Searched refs:toend (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/binutils-2.27/gas/
H A Dapp.c359 char *toend = tostart + tolen; in do_scrub_chars() local
445 if (to >= toend) \ in do_scrub_chars()
563 if (len > toend - to) in do_scrub_chars()
564 len = toend - to; in do_scrub_chars()
570 if (to >= toend) in do_scrub_chars()
910 if (to + 1 < toend) in do_scrub_chars()
1369 if (to + 1 < toend in do_scrub_chars()
1397 if (len > (toend - to) - 1) in do_scrub_chars()
1398 len = (toend - to) - 1; in do_scrub_chars()
1406 if (to >= toend) in do_scrub_chars()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dapp.c370 char *toend = tostart + tolen; in do_scrub_chars() local
456 if (to >= toend) \ in do_scrub_chars()
574 if (len > toend - to) in do_scrub_chars()
575 len = toend - to; in do_scrub_chars()
581 if (to >= toend) in do_scrub_chars()
920 if (to + 1 < toend) in do_scrub_chars()
1377 if (to + 1 < toend in do_scrub_chars()
1405 if (len > (toend - to) - 1) in do_scrub_chars()
1406 len = (toend - to) - 1; in do_scrub_chars()
1414 if (to >= toend) in do_scrub_chars()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.func.c61 static void toend (void);
480 toend(); in dobreak()
601 toend(); in dowhile()
1107 toend(void) in toend() function