Searched refs:toend (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/
H A Dapp.c342 char *toend = tostart + tolen; local
428 if (to >= toend) \
546 if (len > toend - to)
547 len = toend - to;
553 if (to >= toend)
876 if (to + 1 < toend)
1289 if (to + 1 < toend
1317 if (len > (toend - to) - 1)
1318 len = (toend - to) - 1;
1326 if (to >= toend)
[all...]
/freebsd-10-stable/contrib/tcsh/
H A Dsh.func.c65 static void toend (void);
484 toend();
605 toend();
1111 toend(void) function

Completed in 170 milliseconds