Searched refs:id_ptr (Results 1 – 9 of 9) sorted by relevance
| /netbsd-src/external/bsd/libfido2/dist/tools/ |
| H A D | credman.c | 245 void *id_ptr = NULL; in credman_delete_rk() local 250 if (base64_decode(id, &id_ptr, &id_len) < 0) { in credman_delete_rk() 254 if ((r = fido_credman_del_dev_rk(dev, id_ptr, id_len, in credman_delete_rk() 258 r = fido_credman_del_dev_rk(dev, id_ptr, id_len, pin); in credman_delete_rk() 269 free(id_ptr); in credman_delete_rk()
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | implicit.c | 268 struct idep **id_ptr; in pattern_search() local 592 id_ptr = &deps; in pattern_search() 594 for (; *id_ptr; id_ptr = &(*id_ptr)->next) in pattern_search() 597 *id_ptr = (struct idep *) in pattern_search() 612 for (d = *id_ptr; d != 0; d = d->next) in pattern_search()
|
| H A D | remote-cstms.c | 142 int *is_remote, int *id_ptr, int *used_stdin) in start_remote_job() argument 260 *id_ptr = pid; in start_remote_job()
|
| H A D | remote-stub.c | 58 int *is_remote UNUSED, int *id_ptr UNUSED, in start_remote_job()
|
| H A D | job.c | 193 int *is_remote, int *id_ptr, int *used_stdin));
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan.cc | 564 u32 *id_ptr = (u32*)descr; in __msan_set_alloca_origin4() local 566 u32 id = *id_ptr; in __msan_set_alloca_origin4() 580 *id_ptr = id; in __msan_set_alloca_origin4()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | collect2.c | 1932 struct id *id, *id_next, **id_ptr; in sort_ids() local 1944 for (id_ptr = &(head_ptr->first); ; id_ptr = &((*id_ptr)->next)) in sort_ids() 1945 if (*id_ptr == NULL in sort_ids() 1948 || id->sequence > (*id_ptr)->sequence in sort_ids() 1954 id->next = *id_ptr; in sort_ids() 1955 *id_ptr = id; in sort_ids()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | collect2.cc | 1920 struct id *id, *id_next, **id_ptr; in sort_ids() local 1932 for (id_ptr = &(head_ptr->first); ; id_ptr = &((*id_ptr)->next)) in sort_ids() 1933 if (*id_ptr == NULL in sort_ids() 1936 || id->sequence > (*id_ptr)->sequence in sort_ids() 1942 id->next = *id_ptr; in sort_ids() 1943 *id_ptr = id; in sort_ids()
|
| /netbsd-src/external/bsd/libfido2/dist/src/ |
| H A D | cred.c | 740 fido_cred_exclude(fido_cred_t *cred, const unsigned char *id_ptr, size_t id_len) in fido_cred_exclude() argument 747 if (fido_blob_set(&id_blob, id_ptr, id_len) < 0) in fido_cred_exclude()
|