OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aplist
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/missing/
getaddrinfo.c
517
char **
aplist
= NULL, *apbuf = NULL;
local
595
aplist
= hp->h_addr_list;
604
aplist
= (char **)malloc(sizeof(
aplist
[0]) * naddrs);
606
if (
aplist
== NULL || apbuf == NULL) {
610
memset(
aplist
, 0, sizeof(
aplist
[0]) * naddrs);
613
aplist
[i] = NULL;
618
aplist
[i] = &apbuf[i * hp->h_length];
622
for (i = 0;
aplist
[i] != NULL; i++)
[
all
...]
/external/srec/srec/crec/
astar.c
532
stack->active_paths = (partial_path**)CALLOC_CLR(stack->max_active_paths, sizeof(partial_path*), "search.astar.
aplist
");
[
all
...]
/external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c
[
all
...]
Completed in 173 milliseconds