Home
last modified time | relevance | path

Searched refs:ctag (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.bin/mg/
Dtags.c25 struct ctag;
30 static int ctagcmp(struct ctag *, struct ctag *);
35 static struct ctag *searchtag(char *);
42 struct ctag { struct
43 RB_ENTRY(ctag) entry;
48 RB_HEAD(tagtree, ctag) tags = RB_INITIALIZER(&tags); argument
49 RB_GENERATE(tagtree, ctag, entry, ctagcmp);
60 ctagcmp(struct ctag *s, struct ctag *t) in ctagcmp()
145 struct ctag *var, *nxt; in unloadtags()
164 struct ctag *res; in pushtag()
[all …]
/openbsd/src/sys/ntfs/
Dntfs_compr.c44 u_int32_t ctag; in ntfs_uncompblock() local
66 ctag = cbuf[cpos++]; in ntfs_uncompblock()
68 if (ctag & 1) { in ntfs_uncompblock()
85 ctag >>= 1; in ntfs_uncompblock()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dcrash12.C11 CenteringTag<C> ctag; in f() local
/openbsd/src/usr.sbin/unbound/smallapp/
Dunbound-anchor.c1223 BIO* ctag; member
1238 b = data->ctag; in xml_selectbio()
1404 (void)BIO_reset(data->ctag); in handle_keydigest()
1513 xml_append_bio(data->ds, data->ctag); in xml_append_ds()
1579 data->ctag = BIO_new(BIO_s_mem()); in xml_parse_setup()
1584 if(!data->ds || !data->ctag || !data->calgo || !data->czone || in xml_parse_setup()
1656 BIO_free(data.ctag); in xml_parse()