| /freebsd/contrib/byacc/test/ |
| H A D | inherit1.y | 24 %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 D | err_inherit2.y | 22 %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 D | err_inherit3.y | 22 %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 D | err_inherit5.y | 22 %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 D | inherit2.y | 22 %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 D | err_inherit1.y | 22 %token <cval> GLOBAL LOCAL 26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>) 27 %type <cval> class 41 class cval; member
|
| H A D | err_inherit4.y | 23 %token <cval> GLOBAL LOCAL 27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>) 29 %type <cval> class 43 class cval; member
|
| H A D | btyacc_destroy1.y | 29 %token <cval> GLOBAL LOCAL 35 %type <cval> class 52 class cval; 76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
|
| H A D | btyacc_destroy2.y | 29 %token <cval> GLOBAL LOCAL 35 %type <cval> class 52 class cval; 76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
|
| H A D | btyacc_destroy3.y | 32 %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 D | kldxref.c | 521 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 D | rand_lib.c | 983 CONF_VALUE *cval; in random_conf_init() local 1002 cval = sk_CONF_VALUE_value(elist, i); in random_conf_init() 1003 if (OPENSSL_strcasecmp(cval->name, "random") == 0) { in random_conf_init() 1004 if (!random_set_string(&dgbl->rng_name, cval->value)) in random_conf_init() 1006 } else if (OPENSSL_strcasecmp(cval->name, "cipher") == 0) { in random_conf_init() 1007 if (!random_set_string(&dgbl->rng_cipher, cval->value)) in random_conf_init() 1009 } else if (OPENSSL_strcasecmp(cval->name, "digest") == 0) { in random_conf_init() 1010 if (!random_set_string(&dgbl->rng_digest, cval->value)) in random_conf_init() 1012 } else if (OPENSSL_strcasecmp(cval->name, "properties") == 0) { in random_conf_init() 1013 if (!random_set_string(&dgbl->rng_propq, cval->value)) in random_conf_init() [all …]
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clport.c | 711 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 D | eng_cnf.c | 149 CONF_VALUE *cval; in int_engine_module_init() local 162 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init() 163 if (!int_engine_configure(cval->name, cval->value, cnf)) in int_engine_module_init()
|
| /freebsd/usr.bin/cksum/ |
| H A D | sum1.c | 40 csum1(int fd, uint32_t *cval, off_t *clen) in csum1() argument 62 *cval = lcrc; in csum1()
|
| H A D | sum2.c | 40 csum2(int fd, uint32_t *cval, off_t *clen) in csum2() argument 65 *cval = lcrc; in csum2()
|
| H A D | crc32.c | 98 crc32(int fd, uint32_t *cval, off_t *clen) in crc32() argument 116 *cval = ~lcrc ; in crc32()
|
| H A D | crc.c | 106 crc(int fd, uint32_t *cval, off_t *clen) in crc() argument 134 *cval = ~lcrc; in crc()
|
| /freebsd/contrib/bsnmp/snmpd/ |
| H A D | export.c | 278 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 D | crc.c | 120 crc(int fd, uint32_t *cval, uint32_t *clen) in crc() argument 159 *cval = ~thecrc; in crc()
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | provider_conf.c | 402 CONF_VALUE *cval; in provider_conf_init() local 417 cval = sk_CONF_VALUE_value(elist, i); in provider_conf_init() 419 cval->name, cval->value, cnf)) in provider_conf_init()
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | err_inherit3.error | 8 { $$->s = mksymbol($<tval>t, $<cval>c, $2); 11 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
|
| H A D | inherit2.tab.h | 17 class cval; member
|
| H A D | btyacc_destroy1.tab.h | 17 class cval; member
|
| /freebsd/sbin/camcontrol/ |
| H A D | modeedit.c | 288 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()
|