OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dp_fd
(Results
26 - 31
of
31
) sorted by null
1
2
/external/libnl/src/
nl-route-list.c
56
.
dp_fd
= stdout,
nl-route-delete.c
66
.
dp_fd
= stdout,
nl-tctree-list.c
124
params.
dp_fd
= stdout;
nf-queue.c
41
.
dp_fd
= stdout,
nl-addr-list.c
119
.
dp_fd
= stdout,
/external/libnl/lib/
utils.c
42
nl_debug_dp.
dp_fd
= stderr;
699
if (params->
dp_fd
)
700
fprintf(params->
dp_fd
, " ");
715
if (parms->
dp_fd
)
716
vfprintf(parms->
dp_fd
, fmt, args);
Completed in 76 milliseconds
1
2