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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dglob.h95 #define GLOB_NO_DOTDIRS 0x4000 /* Make . and .. vanish from wildcards. */ macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/
H A Dglob.c21 * GLOB_NO_DOTDIRS:
745 * If GLOB_NO_DOTDIRS is set, . and .. vanish.
747 if ((pglob->gl_flags & GLOB_NO_DOTDIRS) &&

Completed in 33 milliseconds