HomeSort by relevance Sort by last modified time
    Searched full:aplist (Results 1 - 4 of 4) 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/chromium_org/content/browser/geolocation/
osx_wifi.h 96 CFArrayRef* apList,
  /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 183 milliseconds