PSTRING_LEN       987 fileinfo/libmagic/apprentice.c 	if (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0) {
PSTRING_LEN      1418 fileinfo/libmagic/apprentice.c 					m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_1_LE;
PSTRING_LEN      1423 fileinfo/libmagic/apprentice.c 					m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_BE;
PSTRING_LEN      1428 fileinfo/libmagic/apprentice.c 					m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_LE;
PSTRING_LEN      1433 fileinfo/libmagic/apprentice.c 					m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_BE;
PSTRING_LEN      1438 fileinfo/libmagic/apprentice.c 					m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_LE;
PSTRING_LEN      2523 fileinfo/libmagic/apprentice.c 	switch (m->str_flags & PSTRING_LEN) {
PSTRING_LEN      2542 fileinfo/libmagic/apprentice.c 	switch (m->str_flags & PSTRING_LEN) {