Home
last modified time | relevance | path

Searched refs:GLOB_ERR (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dglob.h75 #define GLOB_ERR 0x0004 /* Return on error. */ macro
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c703 pglob->gl_flags & GLOB_ERR) in glob3()
712 if (pglob->gl_flags & GLOB_ERR) in glob3()
769 if (pglob->gl_flags & GLOB_ERR) { in glob3()
797 if ((error || errno) && (pglob->gl_flags & GLOB_ERR)) in glob3()