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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 141 #define M_ALL META(L'*')
587 if (bufnext == patbuf || bufnext[-1] != M_ALL)
588 *bufnext++ = M_ALL;
926 case M_ALL:
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 153 #define M_ALL META('*')
505 if (bufnext == patbuf || bufnext[-1] != M_ALL)
506 *bufnext++ = M_ALL;
883 case M_ALL:

Completed in 92 milliseconds