Searched refs:STRING_LIMIT (Results 1 – 7 of 7) sorted by relevance
136 #define STRING_LIMIT ((unsigned) 256) macro200 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
74 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
82 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
69 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
378 #define STRING_LIMIT ((unsigned) 256) macro457 if (p < limit && (p - _ascii_bytes) <= (long)STRING_LIMIT) \
3319 * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
2335 (STRING_LIMIT): Same.