Searched refs:valptr (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssl/fuzz/ |
| H A D | hashtable.c | 125 FUZZER_VALUE *valptr, *lval; in FuzzerTestOneInput() local 157 valptr = &prediction_table[keyval]; in FuzzerTestOneInput() 175 if (valptr->flags & FZ_FLAG_ALLOCATED) { in FuzzerTestOneInput() 180 memcpy(&valptr->value, &buf[3], sizeof(uint64_t)); in FuzzerTestOneInput() 186 valptr, &lval); in FuzzerTestOneInput() 189 valptr, NULL); in FuzzerTestOneInput() 198 valptr->flags |= FZ_FLAG_ALLOCATED; in FuzzerTestOneInput() 218 valptr = &prediction_table[keyval]; in FuzzerTestOneInput() 235 if (!(valptr->flags & FZ_FLAG_ALLOCATED)) in FuzzerTestOneInput() 258 OPENSSL_assert(!(valptr->flags & FZ_FLAG_ALLOCATED)); in FuzzerTestOneInput() [all …]
|
| /freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/ |
| H A D | _nvlist.py | 244 valptr = _ffi.new(typeinfo.ctype) 246 ret = cfunc(pair, valptr, lenptr) 252 val.append(typeinfo.convert(valptr[0][i])) 257 valptr = _ffi.new(typeinfo.ctype) 258 ret = cfunc(pair, valptr) 261 val = typeinfo.convert(valptr[0])
|
| /freebsd/contrib/diff/src/ |
| H A D | ifdef.c | 394 scan_char_literal (char const *lit, char *valptr) in scan_char_literal() argument 428 *valptr = value; in scan_char_literal()
|
| /freebsd/usr.sbin/ndp/ |
| H A D | ndp.c | 1036 char *valptr; \ in ifinfo() 1040 valptr = strchr(cp, '='); \ in ifinfo() 1041 if (valptr == NULL) \ in ifinfo() 1044 newval = strtoul(++valptr, NULL, 0); \ in ifinfo()
|