Searched refs:PSTRING_LEN (Results 1 – 2 of 2) sorted by relevance
328 #define PSTRING_LEN \ macro
1412 (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0)) { in string_modifier_check()1644 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier()3206 switch (m->str_flags & PSTRING_LEN) {3225 switch (m->str_flags & PSTRING_LEN) {
Completed in 13 milliseconds