Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/mandoc/
H A Dhtml.c588 int style_written, tflags; in print_otag() local
590 tflags = htmltags[tag].flags; in print_otag()
604 if (tflags & HTML_NLBEFORE) in print_otag()
714 if (tflags & HTML_NLBEGIN) in print_otag()
719 if (tflags & HTML_INDENT) in print_otag()
721 if (tflags & HTML_NOINDENT) in print_otag()
730 int tflags; in print_ctag() local
740 if (tflags & HTML_INDENT) in print_ctag()
742 if (tflags & HTML_NOINDENT) in print_ctag()
744 if (tflags & HTML_NLEND) in print_ctag()
[all …]
/freebsd-13.1/sbin/ipfw/
H A Dtables.c365 *tflags = fset; in table_parse_type()
389 if (tflags != 0) { in table_print_type()
505 xi.tflags != xie.tflags || xi.vmask != xie.vmask || ( in table_create()
1186 uint8_t tflags) in tentry_fill_key_type() argument
1260 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type()
1282 if ((tflags & IPFW_TFFLAG_PROTO) != 0) { in tentry_fill_key_type()
1306 if ((tflags & IPFW_TFFLAG_SRCPORT) != 0) { in tentry_fill_key_type()
1324 if ((tflags & IPFW_TFFLAG_DSTIP) != 0) { in tentry_fill_key_type()
1438 uint8_t type, tflags; in tentry_fill_key() local
1443 tflags = 0; in tentry_fill_key()
[all …]
/freebsd-13.1/crypto/openssl/crypto/x509/
H A Dx509_cmp.c360 unsigned long tflags = flags; in X509_chain_check_suiteb() local
381 return check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
391 rv = check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
405 rv = check_suite_b(pk, sign_nid, &tflags); in X509_chain_check_suiteb()
411 rv = check_suite_b(pk, X509_get_signature_nid(x), &tflags); in X509_chain_check_suiteb()
422 if (rv == X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED && flags != tflags) in X509_chain_check_suiteb()
/freebsd-13.1/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-13.1/sys/netpfil/ipfw/
H A Dip_fw_table.c76 uint8_t tflags; /* type flags */ member
99 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
1216 uint8_t tflags; in flush_table() local
1250 tflags = tc->tflags; in flush_table()
1267 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table()
1415 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()
1887 tc = alloc_table_config(ch, ti, ta, aname, i->tflags); in create_table_internal()
2072 i->tflags = tc->tflags; in export_table_info()
3157 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config() argument
3183 tc->tflags = tflags; in alloc_table_config()
[all …]
H A Dip_fw_table_algo.c438 char *data, uint8_t tflags) in ta_init_radix() argument
1268 char *data, uint8_t tflags) in ta_init_chash() argument
2091 char *data, uint8_t tflags) in ta_init_ifidx() argument
2712 char *data, uint8_t tflags) in ta_init_numarray() argument
3255 char *data, uint8_t tflags) in ta_init_fhash() argument
3274 if (tflags & IPFW_TFFLAG_SRCIP) { in ta_init_fhash()
3278 if (tflags & IPFW_TFFLAG_DSTIP) { in ta_init_fhash()
3282 if (tflags & IPFW_TFFLAG_SRCPORT) { in ta_init_fhash()
3286 if (tflags & IPFW_TFFLAG_DSTPORT) { in ta_init_fhash()
3290 if (tflags & IPFW_TFFLAG_PROTO) { in ta_init_fhash()
[all …]
H A Dip_fw_table.h78 struct table_info *ti, char *data, uint8_t tflags);
/freebsd-13.1/crypto/openssl/apps/
H A Dcms.c824 int tflags = flags; in cms_main() local
828 tflags |= CMS_KEY_PARAM; in cms_main()
832 ri = CMS_add1_recipient_cert(cms, x, tflags); in cms_main()
923 int tflags = flags; in cms_main() local
939 tflags |= CMS_KEY_PARAM; in cms_main()
943 si = CMS_add1_signer(cms, signer, key, sign_md, tflags); in cms_main()
/freebsd-13.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c637 uint64_t tflags = get_tcb_tflags(tcb); in update_tcb_histent() local
655 if (tflags & V_TF_RECV_SCALE(1)) in update_tcb_histent()
661 if (tflags & V_TF_CCTRL_ECN(1)) { in update_tcb_histent()
668 if (tflags & V_TF_CCTRL_ECE(1)) in update_tcb_histent()
676 if (tflags & (V_TF_CCTRL_CWR(1) | V_TF_CCTRL_RFR(1))) in update_tcb_histent()
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1311 uint32_t tflags; local
1313 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES;
1329 aggdata->dtada_flags &= ~tflags;
1406 aggdata->dtada_flags |= (t->dtada_flags & tflags);
/freebsd-13.1/sys/netinet/
H A Dip_fw.h980 uint8_t tflags; /* type flags */ member
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.h12425 int tflags, /* Mask of FTS5_TOKEN_* flags */
H A Dsqlite3.c12731 int tflags, /* Mask of FTS5_TOKEN_* flags */
217363 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
217498 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
221149 int tflags = 0;
221155 tflags = FTS5_TOKEN_COLOCATED;
222213 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
231770 int tflags,
231779 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
233038 int tflags,
233487 int tflags,
[all …]
/freebsd-13.1/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()