OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:id_ptr
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gmake/dist/
remote-stub.c
54
to nonzero if it will actually use STDIN_FD, zero if not, set *
ID_PTR
to
56
nonzero if it is remote (meaning *
ID_PTR
is a process ID). */
60
int *is_remote UNUSED, int *
id_ptr
UNUSED,
remote-cstms.c
138
will actually use STDIN_FD, zero if not, set *
ID_PTR
to a unique
140
if it is local (meaning *
ID_PTR
is a process ID). */
144
int *is_remote, int *
id_ptr
, int *used_stdin)
262
*
id_ptr
= pid;
implicit.c
270
struct idep **
id_ptr
;
594
id_ptr
= &deps;
596
for (; *
id_ptr
;
id_ptr
= &(*
id_ptr
)->next)
599
*
id_ptr
= (struct idep *)
614
for (d = *
id_ptr
; d != 0; d = d->next)
268
struct idep **
id_ptr
;
local
job.c
193
int *is_remote, int *
id_ptr
, int *used_stdin));
/src/external/bsd/libfido2/dist/tools/
credman.c
248
void *
id_ptr
= NULL;
local
253
if (base64_decode(id, &
id_ptr
, &id_len) < 0) {
257
if ((r = fido_credman_del_dev_rk(dev,
id_ptr
, id_len,
261
r = fido_credman_del_dev_rk(dev,
id_ptr
, id_len, pin);
272
free(
id_ptr
);
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc
564
u32 *
id_ptr
= (u32*)descr;
local
566
u32 id = *
id_ptr
;
580
*
id_ptr
= id;
/src/external/gpl3/gcc/dist/gcc/
collect2.cc
1931
element to insert.
id_ptr
iterates through the already sorted elements
1933
struct id *id, *id_next, **
id_ptr
;
1945
for (
id_ptr
= &(head_ptr->first); ;
id_ptr
= &((*
id_ptr
)->next))
1946
if (*
id_ptr
== NULL
1949
|| id->sequence > (*
id_ptr
)->sequence
1951
|| (id->sequence == (*
id_ptr
)->sequence
1952
&& strcmp (id->name, (*
id_ptr
)->name) > 0) */
1955
id->next = *
id_ptr
;
1924
struct id *id, *id_next, **
id_ptr
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
collect2.cc
1927
element to insert.
id_ptr
iterates through the already sorted elements
1929
struct id *id, *id_next, **
id_ptr
;
1941
for (
id_ptr
= &(head_ptr->first); ;
id_ptr
= &((*
id_ptr
)->next))
1942
if (*
id_ptr
== NULL
1945
|| id->sequence > (*
id_ptr
)->sequence
1947
|| (id->sequence == (*
id_ptr
)->sequence
1948
&& strcmp (id->name, (*
id_ptr
)->name) > 0) */
1951
id->next = *
id_ptr
;
1920
struct id *id, *id_next, **
id_ptr
;
local
[
all
...]
/src/external/bsd/libfido2/dist/src/
cred.c
815
fido_cred_exclude(fido_cred_t *cred, const unsigned char *
id_ptr
, size_t id_len)
822
if (fido_blob_set(&id_blob,
id_ptr
, id_len) < 0)
Completed in 25 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026