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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dglob.h75 #define GLOB_ERR 0x0004 /* Return on error. */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c703 pglob->gl_flags & GLOB_ERR)
712 if (pglob->gl_flags & GLOB_ERR)
769 if (pglob->gl_flags & GLOB_ERR) {
797 if ((error || errno) && (pglob->gl_flags & GLOB_ERR))

Completed in 46 milliseconds