Home
last modified time | relevance | path

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

123

/NextBSD/contrib/gcc/
HDipa-cp.c183 ipcp_cval_get_cvalue_type (struct ipcp_formal *cval) in ipcp_cval_get_cvalue_type() argument
185 return cval->cval_type; in ipcp_cval_get_cvalue_type()
204 ipcp_cval_set_cvalue_type (struct ipcp_formal *cval, enum cvalue_type type) in ipcp_cval_set_cvalue_type() argument
206 cval->cval_type = type; in ipcp_cval_set_cvalue_type()
211 ipcp_cval_get_cvalue (struct ipcp_formal *cval) in ipcp_cval_get_cvalue() argument
213 return &(cval->cvalue); in ipcp_cval_get_cvalue()
218 ipcp_cval_set_cvalue (struct ipcp_formal *cval, union parameter_info *value, in ipcp_cval_set_cvalue() argument
222 cval->cvalue.value = value->value; in ipcp_cval_set_cvalue()
257 ipcp_cval_meet (struct ipcp_formal *cval, struct ipcp_formal *cval1, in ipcp_cval_meet() argument
263 ipcp_cval_set_cvalue_type (cval, BOTTOM); in ipcp_cval_meet()
[all …]
/NextBSD/contrib/byacc/test/
HDinherit1.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 */
HDerr_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()
HDerr_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()
HDinherit2.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()
HDerr_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()
HDerr_inherit1.y22 %token <cval> GLOBAL LOCAL
26 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
27 %type <cval> class
41 class cval; member
HDerr_inherit4.y23 %token <cval> GLOBAL LOCAL
27 %type <nlist> declaration namelist(<cval>, <tval>) locnamelist(<tval>)
29 %type <cval> class
43 class cval; member
HDbtyacc_destroy2.y29 %token <cval> GLOBAL LOCAL
35 %type <cval> class
52 class cval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
HDbtyacc_destroy3.y32 %token <cval> GLOBAL LOCAL
38 %type <cval> class
55 class cval;
79 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
HDbtyacc_destroy1.y29 %token <cval> GLOBAL LOCAL
35 %type <cval> class
52 class cval;
76 { $$->s = mksymbol($<tval>0, $<cval>0, $2);
/NextBSD/usr.sbin/kldxref/
HDkldxref.c365 parse_entry(struct mod_metadata *md, const char *cval, in parse_entry() argument
383 printf(" depends on %s.%d (%d,%d)\n", cval, in parse_entry()
389 printf(" interface %s.%d\n", cval, mdv.mv_version); in parse_entry()
392 record_string(cval); in parse_entry()
399 printf(" module %s\n", cval); in parse_entry()
402 record_string(cval); in parse_entry()
412 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry()
420 cval, descr, pnp.num_entry, pnp.entry_len); in parse_entry()
428 record_string(cval); in parse_entry()
536 char kldmodname[MAXMODNAME + 1], cval[MAXMODNAME + 1], *cp; in read_kld() local
[all …]
/NextBSD/sys/fs/nfsclient/
HDnfs_clport.c627 u_int8_t cval[4]; in nfscl_filllockowner() member
639 *cp++ = tl.cval[0]; in nfscl_filllockowner()
640 *cp++ = tl.cval[1]; in nfscl_filllockowner()
641 *cp++ = tl.cval[2]; in nfscl_filllockowner()
642 *cp++ = tl.cval[3]; in nfscl_filllockowner()
644 *cp++ = tl.cval[0]; in nfscl_filllockowner()
645 *cp++ = tl.cval[1]; in nfscl_filllockowner()
646 *cp++ = tl.cval[2]; in nfscl_filllockowner()
647 *cp++ = tl.cval[3]; in nfscl_filllockowner()
649 *cp++ = tl.cval[0]; in nfscl_filllockowner()
[all …]
/NextBSD/crypto/openssl/crypto/engine/
HDeng_cnf.c205 CONF_VALUE *cval; in int_engine_module_init() local
221 cval = sk_CONF_VALUE_value(elist, i); in int_engine_module_init()
222 if (!int_engine_configure(cval->name, cval->value, cnf)) in int_engine_module_init()
/NextBSD/sbin/camcontrol/
HDmodeedit.c237 char *cval; /* Pointer to new string value. */ in editentry_set() local
282 if ((cval = malloc(dest->size + 1)) == NULL) in editentry_set()
284 bzero(cval, dest->size + 1); in editentry_set()
285 strncpy(cval, newvalue, dest->size); in editentry_set()
290 for (convertend2 = cval + dest->size; in editentry_set()
291 convertend2 >= cval; convertend2--) { in editentry_set()
298 if (strncmp(dest->value.svalue, cval, dest->size) == 0) { in editentry_set()
300 free(cval); in editentry_set()
308 dest->value.svalue = cval; in editentry_set()
/NextBSD/usr.bin/cksum/
HDsum1.c47 csum1(int fd, uint32_t *cval, off_t *clen) in csum1() argument
69 *cval = lcrc; in csum1()
HDsum2.c46 csum2(int fd, uint32_t *cval, off_t *clen) in csum2() argument
71 *cval = lcrc; in csum2()
HDcrc32.c101 crc32(int fd, uint32_t *cval, off_t *clen) in crc32() argument
119 *cval = ~lcrc ; in crc32()
HDcrc.c112 crc(int fd, uint32_t *cval, off_t *clen) in crc() argument
140 *cval = ~lcrc; in crc()
/NextBSD/contrib/bsnmp/snmpd/
HDexport.c273 u_char **cval; in index_decode() local
280 cval = va_arg(ap, u_char **); in index_decode()
285 if ((*cval = malloc(*sval)) == NULL) { in index_decode()
289 octs[nocts++] = *cval; in index_decode()
293 (*cval)[i] = oid->subs[sub++]; in index_decode()
/NextBSD/contrib/mtree/
HDcrc.c120 crc(int fd, u_int32_t *cval, u_int32_t *clen) in crc() argument
159 *cval = ~thecrc; in crc()
/NextBSD/contrib/byacc/test/btyacc/
HDerr_inherit3.error8 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
11 { $$->s = mksymbol($<tval>t, $<cval>c, $2);
/NextBSD/contrib/libreadline/
HDisearch.c326 int n, wstart, wlen, limit, cval; local
468 cval = _rl_char_value (rl_line_buffer, wstart);
469 if (_rl_walphabetic (cval) == 0)
477 cval = _rl_char_value (rl_line_buffer, n);
478 if (_rl_walphabetic (cval) == 0)
/NextBSD/sys/sys/
HDmodule.h109 #define MODULE_METADATA(uniquifier, type, data, cval) \ argument
114 cval \
/NextBSD/usr.bin/join/
HDjoin.c121 int aflag, ch, cval, vflag; in main() local
236 cval = cmp(F1->set, F1->joinf, F2->set, F2->joinf); in main()
237 if (cval == 0) { in main()
243 } else if (cval < 0) { in main()

123