Home
last modified time | relevance | path

Searched refs:cval (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/contrib/byacc/test/
H A Dinherit1.y24 %token <cval> GLOBAL LOCAL
29 %type <cval> class
34 class cval; member
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_inherit2.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
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; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
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; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
H A Dinherit2.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval; member
65 { $$->s = mksymbol($<tval>t, $<cval>c, $2); in namelist()
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; member
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; member
H A Dbtyacc_destroy1.y29 %token <cval> GLOBAL LOCAL
35 %type <cval> class
52 class cval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
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);
/freebsd/usr.sbin/kldxref/
H A Dkldxref.c521 record_pnp_info(struct elf_file *ef, const char *cval, in record_pnp_info() argument
533 cval, descr, pnp->num_entry, pnp->entry_len); in record_pnp_info()
541 record_string(cval); in record_pnp_info()
571 parse_entry(struct Gmod_metadata *md, const char *cval, in parse_entry() argument
589 printf(" depends on %s.%d (%d,%d)\n", cval, in parse_entry()
595 printf(" interface %s.%d\n", cval, mdv.mv_version); in parse_entry()
598 record_string(cval); in parse_entry()
605 printf(" module %s\n", cval); in parse_entry()
608 record_string(cval); in parse_entry()
617 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry()
[all …]
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c759 CONF_VALUE *cval; in random_conf_init() local
777 cval = sk_CONF_VALUE_value(elist, i); in random_conf_init()
778 if (OPENSSL_strcasecmp(cval->name, "random") == 0) { in random_conf_init()
779 if (!random_set_string(&dgbl->rng_name, cval->value)) in random_conf_init()
781 } else if (OPENSSL_strcasecmp(cval->name, "cipher") == 0) { in random_conf_init()
782 if (!random_set_string(&dgbl->rng_cipher, cval->value)) in random_conf_init()
784 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) { in random_conf_init()
785 if (!random_set_string(&dgbl->rng_digest, cval->value)) in random_conf_init()
787 } else if (OPENSSL_strcasecmp(cval->name, "properties") == 0) { in random_conf_init()
788 if (!random_set_string(&dgbl->rng_propq, cval->value)) in random_conf_init()
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clport.c711 u_int8_t cval[4]; in nfscl_filllockowner() member
723 *cp++ = tl.cval[0]; in nfscl_filllockowner()
724 *cp++ = tl.cval[1]; in nfscl_filllockowner()
725 *cp++ = tl.cval[2]; in nfscl_filllockowner()
726 *cp++ = tl.cval[3]; in nfscl_filllockowner()
728 *cp++ = tl.cval[0]; in nfscl_filllockowner()
729 *cp++ = tl.cval[1]; in nfscl_filllockowner()
730 *cp++ = tl.cval[2]; in nfscl_filllockowner()
731 *cp++ = tl.cval[3]; in nfscl_filllockowner()
733 *cp++ = tl.cval[0]; in nfscl_filllockowner()
[all …]
/freebsd/crypto/openssl/crypto/engine/
H A Deng_cnf.c150 CONF_VALUE *cval; in int_engine_module_init() local
163 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
164 if (!int_engine_configure(cval->name, cval->value, cnf)) in int_engine_module_init()
/freebsd/usr.bin/cksum/
H A Dsum1.c40 csum1(int fd, uint32_t *cval, off_t *clen) in csum1() argument
62 *cval = lcrc; in csum1()
H A Dsum2.c40 csum2(int fd, uint32_t *cval, off_t *clen) in csum2() argument
65 *cval = lcrc; in csum2()
H A Dcrc32.c98 crc32(int fd, uint32_t *cval, off_t *clen) in crc32() argument
116 *cval = ~lcrc ; in crc32()
H A Dcrc.c106 crc(int fd, uint32_t *cval, off_t *clen) in crc() argument
134 *cval = ~lcrc; in crc()
/freebsd/contrib/bsnmp/snmpd/
H A Dexport.c278 u_char **cval; in index_decode() local
285 cval = va_arg(ap, u_char **); in index_decode()
290 if ((*cval = malloc(*sval)) == NULL) { in index_decode()
294 octs[nocts++] = *cval; in index_decode()
298 (*cval)[i] = oid->subs[sub++]; in index_decode()
/freebsd/contrib/mtree/
H A Dcrc.c120 crc(int fd, u_int32_t *cval, u_int32_t *clen) in crc() argument
159 *cval = ~thecrc; in crc()
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c354 CONF_VALUE *cval; in provider_conf_init() local
369 cval = sk_CONF_VALUE_value(elist, i); in provider_conf_init()
371 cval->name, cval->value, cnf)) in provider_conf_init()
/freebsd/contrib/byacc/test/btyacc/
H A Derr_inherit3.error8 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
11 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
/freebsd/sbin/camcontrol/
H A Dmodeedit.c288 char *cval; /* Pointer to new string value. */ in editentry_set() local
330 if ((cval = calloc(1, dest->size + 1)) == NULL) in editentry_set()
332 strlcpy(cval, newvalue, dest->size + 1); in editentry_set()
337 for (convertend2 = cval + dest->size; in editentry_set()
338 convertend2 >= cval; convertend2--) { in editentry_set()
345 if (strncmp(dest->value.svalue, cval, dest->size) == 0) { in editentry_set()
347 free(cval); in editentry_set()
355 dest->value.svalue = cval; in editentry_set()
/freebsd/sys/sys/
H A Dmodule.h110 #define MODULE_METADATA(uniquifier, type, data, cval) \ argument
115 cval \
/freebsd/usr.bin/join/
H A Djoin.c109 int aflag, ch, cval, vflag; in main() local
224 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
225 if (cval == 0) { in main()
231 } else if (cval < 0) { in main()

12