Home
last modified time | relevance | path

Searched refs:list_ptr (Results 1 – 4 of 4) sorted by relevance

/openbsd/lib/libfido2/src/
H A Dassert.c579 fido_blob_t *list_ptr; in fido_assert_allow_cred() local
589 if (fido_blob_set(&id, ptr, len) < 0 || (list_ptr = in fido_assert_allow_cred()
596 list_ptr[assert->allow_list.len++] = id; in fido_assert_allow_cred()
597 assert->allow_list.ptr = list_ptr; in fido_assert_allow_cred()
H A Dcred.c731 fido_blob_t *list_ptr; in fido_cred_exclude() local
743 if ((list_ptr = recallocarray(cred->excl.ptr, cred->excl.len, in fido_cred_exclude()
749 list_ptr[cred->excl.len++] = id_blob; in fido_cred_exclude()
750 cred->excl.ptr = list_ptr; in fido_cred_exclude()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ppc.c3085 symbolS **list_ptr; local
3110 list_ptr = &ppc_text_csects;
3127 list_ptr = &ppc_data_csects;
3160 for (list = *list_ptr;
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.c3105 symbolS **list_ptr; local
3130 list_ptr = &ppc_text_csects;
3147 list_ptr = &ppc_data_csects;
3180 for (list = *list_ptr;