Searched refs:cval (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-current/contrib/byacc/test/
H A Dinherit1.y24 %token <cval> GLOBAL LOCAL
29 %type <cval> class
34 class cval;
58 { $$->s = mksymbol($<tval>0, $<cval>-1, $2);
62 { $$->s = mksymbol($<tval>0, $<cval>-1, $1);
68 { $<cval>$ = cLOCAL; } /* set up semantic stack for <class> = LOCAL */
H A Derr_inherit1.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval;
H A Derr_inherit3.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration(<id>) namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit5.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit2.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Dinherit2.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval;
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
H A Derr_inherit4.y23 %token <cval> GLOBAL LOCAL
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
29 %type <cval> class
43 class cval;
H A Dbtyacc_destroy2.y29 %token <cval> GLOBAL LOCAL
35 %type <cval> class
52 class cval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
H A Dbtyacc_destroy3.y32 %token <cval> GLOBAL LOCAL
38 %type <cval> class
55 class cval;
79 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
H A Dbtyacc_destroy1.y29 %token <cval> GLOBAL LOCAL
35 %type <cval> class
52 class cval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
/freebsd-current/usr.bin/cksum/
H A Dsum2.c40 csum2(int fd, uint32_t *cval, off_t *clen) argument
65 *cval = lcrc;
H A Dsum1.c40 csum1(int fd, uint32_t *cval, off_t *clen) argument
62 *cval = lcrc;
/freebsd-current/contrib/byacc/test/yacc/
H A Dok_syntax1.tab.h25 char * cval; member in union:__anon130
/freebsd-current/contrib/byacc/test/btyacc/
H A Derr_inherit3.tab.h17 class cval;
H A Dbtyacc_destroy1.tab.h17 class cval;
H A Dbtyacc_destroy2.tab.h17 class cval;
H A Dbtyacc_destroy3.tab.h17 class cval;
H A Dinherit1.tab.h17 class cval;
H A Dinherit2.tab.h17 class cval;
H A Dok_syntax1.tab.h28 char * cval; member in union:__anon81
H A Derr_inherit4.tab.h17 class cval;
/freebsd-current/usr.sbin/kldxref/
H A Dkldxref.c521 record_pnp_info(struct elf_file *ef, const char *cval, argument
533 cval, descr, pnp->num_entry, pnp->entry_len);
541 record_string(cval);
571 parse_entry(struct Gmod_metadata *md, const char *cval, argument
589 printf(" depends on %s.%d (%d,%d)\n", cval,
595 printf(" interface %s.%d\n", cval, mdv.mv_version);
598 record_string(cval);
605 printf(" module %s\n", cval);
608 record_string(cval);
617 cval, desc
638 char cval[MAXMODNAME + 1]; local
[all...]
/freebsd-current/crypto/openssl/crypto/engine/
H A Deng_cnf.c150 CONF_VALUE *cval; local
163 cval = sk_CONF_VALUE_value(elist, i);
164 if (!int_engine_configure(cval->name, cval->value, cnf))
/freebsd-current/crypto/openssl/crypto/rand/
H A Drand_lib.c759 CONF_VALUE *cval; local
777 cval = sk_CONF_VALUE_value(elist, i);
778 if (OPENSSL_strcasecmp(cval->name, "random") == 0) {
779 if (!random_set_string(&dgbl->rng_name, cval->value))
781 } else if (OPENSSL_strcasecmp(cval->name, "cipher") == 0) {
782 if (!random_set_string(&dgbl->rng_cipher, cval->value))
784 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) {
785 if (!random_set_string(&dgbl->rng_digest, cval->value))
787 } else if (OPENSSL_strcasecmp(cval->name, "properties") == 0) {
788 if (!random_set_string(&dgbl->rng_propq, cval
[all...]
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clport.c711 u_int8_t cval[4]; member in union:__anon64
723 *cp++ = tl.cval[0];
724 *cp++ = tl.cval[1];
725 *cp++ = tl.cval[2];
726 *cp++ = tl.cval[3];
728 *cp++ = tl.cval[0];
729 *cp++ = tl.cval[1];
730 *cp++ = tl.cval[2];
731 *cp++ = tl.cval[3];
733 *cp++ = tl.cval[
1232 u_int8_t cval[4]; member in union:__anon65
[all...]

Completed in 136 milliseconds

12