Searched refs:str_flags (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | print.c | 83 if (m->str_flags) { in file_mdump() 85 if (m->str_flags & STRING_COMPACT_WHITESPACE) in file_mdump() 87 if (m->str_flags & STRING_COMPACT_OPTIONAL_WHITESPACE) in file_mdump() 90 if (m->str_flags & STRING_IGNORE_LOWERCASE) in file_mdump() 92 if (m->str_flags & STRING_IGNORE_UPPERCASE) in file_mdump() 94 if (m->str_flags & REGEX_OFFSET_START) in file_mdump() 96 if (m->str_flags & STRING_TEXTTEST) in file_mdump() 98 if (m->str_flags & STRING_BINTEST) in file_mdump() 100 if (m->str_flags & PSTRING_1_BE) in file_mdump() 102 if (m->str_flags & PSTRING_2_BE) in file_mdump() [all …]
|
| H A D | apprentice.c | 1258 if (mstart->str_flags & STRING_TEXTTEST) in set_test_type() 1266 if (mstart->str_flags & STRING_BINTEST) in set_test_type() 1268 if (mstart->str_flags & STRING_TEXTTEST) in set_test_type() 1731 if ((m->type != FILE_REGEX || (m->str_flags & REGEX_LINE_COUNT) == 0) && in string_modifier_check() 1732 (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0)) { in string_modifier_check() 1740 if (m->str_flags != 0) { in string_modifier_check() 1748 if ((m->str_flags & REGEX_OFFSET_START) != 0) { in string_modifier_check() 1765 if ((m->str_flags & STRING_COMPACT_WHITESPACE) != 0) { in string_modifier_check() 1770 if ((m->str_flags & STRING_COMPACT_OPTIONAL_WHITESPACE) != 0) { in string_modifier_check() 1888 m->str_flags |= INDIRECT_RELATIVE; in parse_indirect_modifier() [all …]
|
| H A D | softmagic.c | 247 ((text && (m->str_flags & FLT) == STRING_BINTEST) || in match() 248 (!text && (m->str_flags & FLT) == STRING_TEXTTEST))) || in match() 673 if (m->str_flags & STRING_TRIM) in mprint() 782 scp = (m->str_flags & STRING_TRIM) ? file_strtrim(cp) : cp; in mprint() 938 if ((m->str_flags & REGEX_OFFSET_START) != 0) in moffset() 946 if ((m->str_flags & REGEX_OFFSET_START) != 0) in moffset() 1362 if (m->str_flags & REGEX_LINE_COUNT) { in mcopy() 1882 if (m->str_flags & INDIRECT_RELATIVE) in mget() 2093 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0)); in alloc_regex() 2236 sizeof(p->s), m->str_flags); in magiccheck() [all …]
|
| H A D | file.h | 367 #define str_flags _u._s._flags macro
|
| /netbsd-src/games/fortune/strfile/ |
| H A D | strfile.c | 230 Tbl.str_flags |= STR_ROTATED; in main() 249 Tbl.str_flags = h2nl(Tbl.str_flags); in main() 376 Tbl.str_flags |= STR_ORDERED; in do_order() 443 Tbl.str_flags |= STR_RANDOM; in randomize()
|
| H A D | strfile.h | 51 uint32_t str_flags; /* bit field for flags */ member
|
| /netbsd-src/games/fortune/unstr/ |
| H A D | unstr.c | 102 BE32TOH(tbl.str_flags); in main() 103 if (!(tbl.str_flags & (STR_ORDERED | STR_RANDOM))) { in main()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 94 return p->str_flags; in ASN1_PCTX_get_str_flags() 99 p->str_flags = flags; in ASN1_PCTX_set_str_flags() 531 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags); in asn1_primitive_print()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/asn1/ |
| H A D | tasn_prn.c | 94 return p->str_flags; in ASN1_PCTX_get_str_flags() 99 p->str_flags = flags; in ASN1_PCTX_set_str_flags() 531 ret = ASN1_STRING_print_ex(out, str, pctx->str_flags); in asn1_primitive_print()
|
| /netbsd-src/games/fortune/fortune/ |
| H A D | fortune.c | 263 if (fp->tbl.str_flags & STR_ROTATED) in display() 280 if (!(Fortfile->tbl.str_flags & (STR_RANDOM | STR_ORDERED))) in fortlen() 1117 BE32TOH(fp->tbl.str_flags); in get_tbl() 1310 if (fp->tbl.str_flags & STR_ROTATED) in matches_in_list() 1323 if (fp->tbl.str_flags & STR_ROTATED) in matches_in_list()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| H A D | asn1.h | 110 unsigned long str_flags; member
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
| H A D | asn1.h | 129 unsigned long str_flags; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | ChangeLog-0001 | 131 (s_flag, ldr_flags, str_flags, byte_flag, cmp_flags, ldm_flags) 4123 (str_flags): Support 'd' flag for double word stored.
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | ChangeLog-0001 | 131 (s_flag, ldr_flags, str_flags, byte_flag, cmp_flags, ldm_flags) 4123 (str_flags): Support 'd' flag for double word stored.
|