Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dhtml.c634 int style_written, tflags; in print_otag() local
636 tflags = htmltags[tag].flags; in print_otag()
640 if ((tflags & HTML_INPHRASE) == 0) { in print_otag()
654 } else if (tflags & HTML_TOPHRASE && h->tag->tag == TAG_SECTION) in print_otag()
659 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()
669 if (tflags & HTML_NLBEFORE) in print_otag()
779 if (tflags & HTML_NLBEGIN) in print_otag()
784 if (tflags & HTML_INDENT) in print_otag()
786 if (tflags & HTML_NOINDENT) in print_otag()
838 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()
1188 uint8_t tflags) in tentry_fill_key_type() argument
1281 if ((tflags & IPFW_TFFLAG_SRCIP) != 0) { in tentry_fill_key_type()
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_cmp.c470 unsigned long tflags = flags; in X509_chain_check_suiteb() local
491 return check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
501 rv = check_suite_b(pk, -1, &tflags); in X509_chain_check_suiteb()
515 rv = check_suite_b(pk, sign_nid, &tflags); in X509_chain_check_suiteb()
521 rv = check_suite_b(pk, X509_get_signature_nid(x), &tflags); in X509_chain_check_suiteb()
532 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.c74 uint8_t tflags; /* type flags */ member
97 struct tid_info *ti, struct table_algo *ta, char *adata, uint8_t tflags);
1214 uint8_t tflags; in flush_table() local
1248 tflags = tc->tflags; in flush_table()
1265 error = ta->init(ch, &astate_new, &ti_new, pstate, tflags); in flush_table()
1413 if (tc_a->no.subtype!=tc_b->no.subtype || tc_a->tflags!=tc_b->tflags) { in swap_tables()
1869 tc = alloc_table_config(ch, ti, ta, aname, i->tflags); in create_table_internal()
2054 i->tflags = tc->tflags; in export_table_info()
3161 struct table_algo *ta, char *aname, uint8_t tflags) in alloc_table_config() argument
3187 tc->tflags = tflags; in alloc_table_config()
[all …]
H A Dip_fw_table_algo.c384 struct table_info *ti, char *data, uint8_t tflags);
448 char *data, uint8_t tflags) in ta_init_addr_radix() argument
971 struct table_info *ti, char *data, uint8_t tflags);
1278 char *data, uint8_t tflags) in ta_init_chash() argument
1945 struct table_info *ti, char *data, uint8_t tflags);
2101 char *data, uint8_t tflags) in ta_init_ifidx() argument
2646 struct table_info *ti, char *data, uint8_t tflags);
2719 char *data, uint8_t tflags) in ta_init_numarray() argument
3108 struct table_info *ti, char *data, uint8_t tflags);
3259 char *data, uint8_t tflags) in ta_init_fhash() argument
[all …]
H A Dip_fw_table.h76 struct table_info *ti, char *data, uint8_t tflags);
/freebsd/crypto/openssl/apps/
H A Dcms.c961 int tflags = flags | CMS_KEY_PARAM; in cms_main() local
972 ri = CMS_add1_recipient(cms, x, key, originator, tflags); in cms_main()
1068 int tflags = flags; in cms_main() local
1085 tflags |= CMS_KEY_PARAM; in cms_main()
1089 si = CMS_add1_signer(cms, signer, key, sign_md, tflags); in cms_main()
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c1317 uint32_t tflags; local
1319 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES;
1335 aggdata->dtada_flags &= ~tflags;
1412 aggdata->dtada_flags |= (t->dtada_flags & tflags);
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c646 uint64_t tflags = get_tcb_tflags(tcb); in update_tcb_histent() local
664 if (tflags & V_TF_RECV_SCALE(1)) in update_tcb_histent()
670 if (tflags & V_TF_CCTRL_ECN(1)) { in update_tcb_histent()
677 if (tflags & V_TF_CCTRL_ECE(1)) in update_tcb_histent()
685 if (tflags & (V_TF_CCTRL_CWR(1) | V_TF_CCTRL_RFR(1))) in update_tcb_histent()
/freebsd/sys/netinet/
H A Dip_fw.h1008 uint8_t tflags; /* type flags */ member
/freebsd/contrib/sqlite3/
H A Dsqlite3.h13358 int tflags, /* Mask of FTS5_TOKEN_* flags */
H A Dsqlite3.c13671 int tflags, /* Mask of FTS5_TOKEN_* flags */
231980 int tflags, /* Mask of FTS5_TOKEN_* flags */
234618 int tflags, /* Mask of FTS5_TOKEN_* flags */
234630 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
234785 int tflags, /* Mask of FTS5_TOKEN_* flags */
234796 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
238390 int tflags, /* Mask of FTS5_TOKEN_* flags */
238407 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
238604 int tflags = 0;
238607 rc = fts5ParseTokenize((void*)&sCtx,tflags,p->pTerm,p->nFullTerm,0,0);
[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()