Home | History | Annotate | Download | only in libiberty

Lines Matching refs:STRING_EMPTY

319 #define STRING_EMPTY(str)	((str) -> b == (str) -> p)
320 #define APPEND_BLANK(str) {if (!STRING_EMPTY(str)) \
322 #define LEN_STRING(str) ( (STRING_EMPTY(str))?0:((str)->p - (str)->b))
392 static int string_empty (string *);
3445 if (!STRING_EMPTY (result))
3581 if (!STRING_EMPTY (&decl)
3614 if (!STRING_EMPTY (&decl)
3747 if (!STRING_EMPTY (&decl))
3819 if (!STRING_EMPTY (&decl))
3870 if (!STRING_EMPTY (result))
4800 string_empty (string *s)