HomeSort by: relevance | last modified time | path
    Searched defs:valp (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_pci.c 122 char *valp = val->value; local
135 if (CHECK_AND_SKIP_PREFIX(valp, "hex:")) {
136 unsigned char *tmp_data2 = OPENSSL_hexstr2buf(valp, &val_len);
164 } else if (CHECK_AND_SKIP_PREFIX(valp, "file:")) {
167 BIO *b = BIO_new_file(valp, "r");
202 } else if (CHECK_AND_SKIP_PREFIX(valp, "text:")) {
203 val_len = strlen(valp);
  /src/crypto/external/apache2/openssl/dist/test/testutil/
testutil_init.c 117 char *valp = val; local
120 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) {
  /src/crypto/external/bsd/openssl/dist/test/testutil/
testutil_init.c 115 char *valp = val; local
118 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) {
  /src/external/bsd/openldap/dist/servers/slapd/
slapacl.c 321 *valp = NULL; local
336 valp = &val;
381 rc = access_allowed_mask( op, ep, desc, valp, access,
  /src/sbin/wsconsctl/
wsconsctl.h 54 void *valp; member in struct:field
  /src/sys/arch/atari/stand/binpatch/
binpatch.c 121 void *valp; local
248 valp = mappedfile + valoff;
257 uval8 = *(uint8_t *)valp;
258 sval8 = *(int8_t *)valp;
265 uval16 = *(uint16_t *)valp;
266 sval16 = *(int16_t *)valp;
273 uval32 = *(uint32_t *)valp;
274 sval32 = *(int32_t *)valp;
281 uval64 = *(uint64_t *)valp;
282 sval64 = *(int64_t *)valp;
    [all...]
  /src/libexec/ld.elf_so/arch/mips/
mips_reloc.c 116 uint8_t *valp = (void *)&val; local
117 (void)memcpy(valp + sizeof(val) - len, where, len);
139 const uint8_t *valp = (const void *)&val; local
140 (void)memcpy(where, valp + sizeof(val) - len, len);
  /src/sys/dev/dm/
device-mapper.c 551 unsigned int secsize, *valp = data; local
559 *valp = secsize;
566 off_t *valp = data; local
576 *valp = (off_t) secsize * numsec;
  /src/usr.bin/audio/ctl/
ctl.c 73 void *valp; member in struct:field
175 printf("%s", (const char*)p->valp);
178 printf("%d", *(const int*)p->valp);
181 printf("%u", *(const u_int*)p->valp);
184 printf("0x%x", *(const u_int*)p->valp);
187 printf("%u", *(const u_char*)p->valp);
190 printf("%lu", *(const u_long*)p->valp);
193 v = *(const u_int*)p->valp;
206 v = *(u_int*)p->valp;
214 v = *(u_int*)p->valp;
    [all...]
  /src/usr.bin/mixerctl/
mixerctl.c 54 mixer_ctrl_t *valp; member in struct:field
93 m = p->valp;
157 m = p->valp;
223 m = p->valp;
295 val = *p->valp;
301 if (ioctl(fd, AUDIO_MIXER_WRITE, p->valp) == -1)
304 *p->valp = val;
306 if (ioctl(fd, AUDIO_MIXER_READ, p->valp) == -1)
410 rfields[i].valp = &values[i];
  /src/crypto/external/apache2/openssl/dist/apps/
openssl.c 212 char *valp = val; local
215 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) {
  /src/crypto/external/bsd/openssl/dist/apps/
openssl.c 211 char *valp = val; local
214 for (valp = val; (item = strtok(valp, ",")) != NULL; valp = NULL) {
  /src/libexec/telnetd/
state.c 1266 char *cp, *varp, *valp; local
1400 valp = 0;
1414 cp = valp = (char *)subpointer;
1421 if (valp)
1422 (void)setenv(varp, valp, 1);
1427 valp = 0;
1442 if (valp)
1443 (void)setenv(varp, valp, 1);
  /src/usr.bin/tftp/
tftp.c 93 char *opt, *endp, *nextopt, *valp; local
104 valp = opt + l;
106 if (valp < endp) {
107 val = strtoul(valp, NULL, 10);
108 l = strlen(valp) + 1;
109 nextopt = valp + l;
140 strlcpy(multicast, valp, sizeof(multicast));
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
monitor.c 730 BerVarray *valp = (BerVarray *)v_valp; local
769 ber_bvarray_add( valp, &bv );
  /src/sys/net/npf/
npf_impl.h 190 int * valp; member in struct:__anon7067
  /src/sys/external/bsd/libnv/dist/
nvpair.c 173 void *olddata, *data, *valp; local
183 valp = (unsigned char *)data + oldlen;
184 memcpy(valp, value, valsize);
  /src/external/bsd/bc/dist/
number.c 676 signed char *accp, *valp; local
687 valp = (signed char *)(val->n_value + val->n_len - 1);
693 *accp -= *valp-- + carry;
712 *accp += *valp-- + carry;
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 344 struct value *valp = NULL;
349 &valp, &symp, static_memfuncp, 0, noside);
351 if (valp)
352 return valp;
343 struct value *valp = NULL; variable in typeref:struct:value
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 344 struct value *valp = NULL;
349 &valp, &symp, static_memfuncp, 0, noside);
351 if (valp)
352 return valp;
343 struct value *valp = NULL; variable in typeref:struct:value
  /src/sbin/route/
route.c 400 uint64_t noval, *valp = &noval; local
404 case x: valp = (uint64_t *)&rt_metrics.z; flag = y; break
419 *valp = strtoul(value, NULL, 0);
  /src/sys/fs/nfs/common/
nfsclstate.h 341 uint8_t *valp; local
345 valp = (uint8_t *)&ndi->nfsdi_data[ndi->nfsdi_addrcnt];
346 valp += pos;
347 return ((int)*valp);
356 uint8_t *valp; local
360 valp = (uint8_t *)&ndi->nfsdi_data[ndi->nfsdi_addrcnt];
361 valp += pos;
362 *valp = val;
  /src/usr.bin/telnet/
telnet.c 1129 cc_t *valp;
1147 spcp->valp = 0;
1153 if ((spcp->valp = tcval(func)) != NULL){ \
1154 spcp->val = *spcp->valp; \
1252 if (spcp->valp)
1253 spcp->val = *spcp->valp;
1337 if (spcp->valp && spcp->val != *spcp->valp) {
1338 spcp->val = *spcp->valp;
1405 if (spcp->valp && (*spcp->valp != spcp->val))
1126 cc_t *valp; member in struct:spc
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
threadstest.c 371 uint64_t *valp; local
382 valp = ossl_rcu_deref(&writer_ptr);
383 val = (valp == NULL) ? 0 : *valp;
387 if (valp == NULL)
  /src/external/gpl3/gcc/dist/gcc/cp/
tree.cc 3459 tree *valp = &ce->value;
3460 tree type = TREE_TYPE (*valp);
3468 if (TREE_CODE (*valp) == CONSTRUCTOR
3477 if (TREE_CODE (*valp) == TARGET_EXPR)
3478 valp = &TARGET_EXPR_INITIAL (*valp);
3481 cp_walk_tree (valp, replace_placeholders_r, data_, NULL);
3453 tree *valp = &ce->value; local

Completed in 59 milliseconds

1 2