Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dinput-scrub.c56 #define AFTER_STRING ("\0") /* memcpy of 0 chars might choke. */ macro
202 know (strlen (AFTER_STRING) == AFTER_SIZE in input_scrub_begin()
203 || (AFTER_STRING[0] == '\0' && AFTER_SIZE == 1)); in input_scrub_begin()
380 memcpy (partial_where, AFTER_STRING, (int) AFTER_SIZE); in input_scrub_next_buffer()
/openbsd/gnu/usr.bin/binutils/gas/
H A Dinput-scrub.c56 #define AFTER_STRING ("\0") /* memcpy of 0 chars might choke. */ macro
203 know (strlen (AFTER_STRING) == AFTER_SIZE in input_scrub_begin()
204 || (AFTER_STRING[0] == '\0' && AFTER_SIZE == 1)); in input_scrub_begin()
381 memcpy (partial_where, AFTER_STRING, (int) AFTER_SIZE); in input_scrub_next_buffer()