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

  /device/linaro/bootloader/edk2/StdLib/PosixLib/Gen/
dirname.c 70 while (lastp != path && isDirSep(*lastp))
75 if (isDirSep(*lastp)) {
77 while (lastp != path && isDirSep(*lastp))
90 if(isDirSep(lastp[1])) { /* Was ...":/"... so we want the root of the volume. */
access.c 69 WantDir = isDirSep(Path[PLength - 1]); // Does Path end in '/' or '\\' ?
  /device/linaro/bootloader/edk2/StdLib/Include/
ctype.h 186 int isDirSep(int c);
235 #define isDirSep(c) (__isCClass( (int)c, (_C0)))
  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CClass.c 268 isDirSep(int c)

Completed in 569 milliseconds