Searched refs:PSTRING_LEN (Results 1 – 2 of 2) sorted by relevance
1740 (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0)) { in string_modifier_check()1975 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier()3666 switch (m->str_flags & PSTRING_LEN) { in file_pstring_length_size()3678 m->str_flags & PSTRING_LEN); in file_pstring_length_size()3690 switch (m->str_flags & PSTRING_LEN) { in file_pstring_get_length()3721 m->str_flags & PSTRING_LEN); in file_pstring_get_length()
404 #define PSTRING_LEN \ macro