Searched refs:GLOB_APPEND (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/posix/ | ||
H A D | glob.h | 61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro |
/haiku/src/system/libroot/posix/ | ||
H A D | glob.c | 182 if (!(flags & GLOB_APPEND)) { in glob() |