HomeSort by relevance Sort by last modified time
    Searched refs:oldnext (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 1046 const char *oldnext; local
1052 oldnext = p->next;
1063 p->next = oldnext;
1104 const char *oldnext; local
1110 oldnext = p->next;
1121 p->next = oldnext;
    [all...]
  /external/llvm/lib/Support/
regcomp.c 921 char *oldnext = p->next; local
934 p->next = oldnext;
963 char *oldnext = p->next; local
975 p->next = oldnext;
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 877 char *oldnext = p->next; local
890 p->next = oldnext;
919 char *oldnext = p->next; local
931 p->next = oldnext;
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 2906 mDNSu8 *oldnext; \/\/ for debugging local
    [all...]

Completed in 1419 milliseconds