HomeSort by relevance Sort by last modified time
    Searched defs:EOS (Results 1 - 3 of 3) sorted by null

  /bionic/libc/unistd/
fnmatch.c 45 #define EOS '\0'
62 case EOS:
65 return (*string == EOS ? 0 : FNM_NOMATCH);
67 if (*string == EOS)
89 if (c == EOS) {
103 while ((test = *string) != EOS) {
112 if (*string == EOS)
135 if ((c = *pattern++) == EOS) {
182 if (c == EOS)
189 && (c2 = *(pattern+1)) != EOS && c2 != ']')
    [all...]
  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp     [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 200 EOS = 416,
365 #define EOS 416

Completed in 1326 milliseconds