Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/Include/
Dglob.h92 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c393 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()