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

/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-scrub.c36 * by AFTER_STRING, as sentinels. The last character before AFTER_STRING
56 #define AFTER_STRING ("\0") /* memcpy of 0 chars might choke. */
68 /* Because we need AFTER_STRING just after last full line, it clobbers
207 know (strlen (AFTER_STRING) == AFTER_SIZE
208 || (AFTER_STRING[0] == '\0' && AFTER_SIZE == 1));
388 memcpy (partial_where, AFTER_STRING, (int) AFTER_SIZE);
55 #define AFTER_STRING macro

Completed in 43 milliseconds