Home
last modified time | relevance | path

Searched refs:tflags (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/mandoc/
H A Dhtml.c640 int style_written, tflags; in print_otag() local
642 tflags = htmltags[tag].flags; in print_otag()
646 if ((tflags & HTML_INPHRASE) == 0) { in print_otag()
660 } else if (tflags & HTML_TOPHRASE && h->tag->tag == TAG_SECTION) in print_otag()
665 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()
675 if (tflags & HTML_NLBEFORE) in print_otag()
788 if (tflags & HTML_NLBEGIN) in print_otag()
793 if (tflags & HTML_INDENT) in print_otag()
795 if (tflags & HTML_NOINDENT) in print_otag()
847 int tflags; in print_ctag() local
[all …]
/freebsd/sbin/ipfw/
H A Dtables.c354 table_parse_type(uint8_t ttype, char *p, uint8_t *tflags) in table_parse_type() argument
366 *tflags = fset; in table_parse_type()
376 table_print_type(char *tbuf, size_t size, uint8_t type, uint8_t tflags) in table_print_type() argument
390 if (tflags != 0) { in table_print_type()
393 print_flags_buffer(tbuf, size, flowtypecmds, tflags); in table_print_type()
441 error = table_parse_type(val, p, &xi.tflags); in table_create()
506 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
799 table_print_type(ttype, sizeof(ttype), i->type, i->tflags); in table_show_info()
1185 uint8_t tflags) in tentry_fill_key_type() argument
1278 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type()
[all …]
/freebsd/sys/security/mac_do/
H A Dmac_do.c526 flags_t *tflags; in parse_target_clause() local
566 tflags = &rule->gid_flags; in parse_target_clause()
576 if ((*tflags & MDF_HAS_PRIMARY_CLAUSE) != 0) { in parse_target_clause()
583 *tflags |= gid_flags | MDF_ANY; in parse_target_clause()
596 if ((*tflags & MDF_HAS_SUPP_CLAUSE) != 0) { in parse_target_clause()
603 *tflags |= gid_flags | MDF_ANY_SUPP; in parse_target_clause()
612 if ((*tflags & MDF_ANY) != 0) { in parse_target_clause()
619 } else if ((*tflags & MDF_ANY_SUPP) != 0 && in parse_target_clause()
627 *tflags |= gid_flags; in parse_target_clause()
641 tflags in parse_target_clause()
[all...]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c475 unsigned long tflags = flags; in X509_chain_check_suiteb() local
496 return check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
506 rv = check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
520 rv = check_suite_b(pk, sign_nid, &tflags); in X509_chain_check_suiteb()
526 rv = check_suite_b(pk, X509_get_signature_nid(x), &tflags); in X509_chain_check_suiteb()
538 if (rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED && flags != tflags) in X509_chain_check_suiteb()
/freebsd/contrib/pjdfstest/
H A Dpjdfstest.c447 str2flags(struct flag *tflags, char *sflags) in str2flags() argument
457 for (i = 0; tflags[i].f_str != NULL; i++) { in str2flags()
458 if (strcmp(tflags[i].f_str, f) == 0) in str2flags()
461 if (tflags[i].f_str == NULL) { in str2flags()
465 flags |= tflags[i].f_flag; in str2flags()
472 flags2str(struct flag *tflags, long long flags) in flags2str() argument
478 for (i = 0; tflags[i].f_str != NULL; i++) { in flags2str()
479 if (flags & tflags[i].f_flag) { in flags2str()
482 strlcat(sflags, tflags[i].f_str, sizeof(sflags)); in flags2str()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c69 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
944 uint8_t tflags; in flush_table() local
971 tflags = tc->tflags; in flush_table()
977 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table()
1109 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()
1565 tc = alloc_table_config(ch, ti, ta, aname, i->tflags); in create_table_internal()
1743 i->tflags = tc->tflags; in export_table_info()
2596 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config() argument
2622 tc->tflags = tflags; in alloc_table_config()
2629 error = ta->init(ch, &tc->astate, &tc->ti_copy, aname, tflags); in alloc_table_config()
H A Dip_fw_table.h45 uint8_t tflags; /* type flags */ member
99 struct table_info *ti, char *data, uint8_t tflags);
H A Dip_fw_table_algo.c386 struct table_info *ti, char *data, uint8_t tflags);
450 char *data, uint8_t tflags) in ta_init_addr_radix() argument
973 struct table_info *ti, char *data, uint8_t tflags);
1280 char *data, uint8_t tflags) in ta_init_chash() argument
1947 struct table_info *ti, char *data, uint8_t tflags);
2103 char *data, uint8_t tflags) in ta_init_ifidx() argument
2648 struct table_info *ti, char *data, uint8_t tflags);
2721 char *data, uint8_t tflags) in ta_init_numarray() argument
3110 struct table_info *ti, char *data, uint8_t tflags);
3260 char *data, uint8_t tflags) in ta_init_fhash() argument
[all …]
/freebsd/crypto/openssl/apps/
H A Dcms.c1062 int tflags = flags | CMS_KEY_PARAM; in cms_main() local
1073 ri = CMS_add1_recipient(cms, x, key, originator, tflags); in cms_main()
1178 int tflags = flags; in cms_main() local
1195 tflags |= CMS_KEY_PARAM; in cms_main()
1199 si = CMS_add1_signer(cms, signer, key, sign_md, tflags); in cms_main()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1323 uint32_t tflags; local
1325 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES;
1341 aggdata->dtada_flags &= ~tflags;
1418 aggdata->dtada_flags |= (t->dtada_flags & tflags);
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c653 uint64_t tflags = get_tcb_tflags(tcb); in update_tcb_histent() local
671 if (tflags & V_TF_RECV_SCALE(1)) in update_tcb_histent()
677 if (tflags & V_TF_CCTRL_ECN(1)) { in update_tcb_histent()
684 if (tflags & V_TF_CCTRL_ECE(1)) in update_tcb_histent()
692 if (tflags & (V_TF_CCTRL_CWR(1) | V_TF_CCTRL_RFR(1))) in update_tcb_histent()
/freebsd/sys/netinet/
H A Dip_fw.h1077 uint8_t tflags; /* type flags */ member
/freebsd/contrib/sqlite3/
H A Dsqlite3.h13663 int tflags, /* Mask of FTS5_TOKEN_* flags */
13687 int tflags, /* Mask of FTS5_TOKEN_* flags */
H A Dsqlite3.c13982 int tflags, /* Mask of FTS5_TOKEN_* flags */
14006 int tflags, /* Mask of FTS5_TOKEN_* flags */
235433 int tflags, /* Mask of FTS5_TOKEN_* flags */
235457 int tflags, /* Mask of FTS5_TOKEN_* flags */
238178 int tflags, /* Mask of FTS5_TOKEN_* flags */
238190 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
238353 int tflags, /* Mask of FTS5_TOKEN_* flags */
238364 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
242110 int tflags, /* Mask of FTS5_TOKEN_* flags */
242127 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
[all …]
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_torus.c757 bool parse_size(unsigned *tsz, unsigned *tflags, unsigned mask, in parse_size() argument
768 *tflags &= ~mask; in parse_size()
770 *tflags |= mask; in parse_size()
779 *tflags |= mask; in parse_size()