Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dglob.h61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/haiku/src/system/libroot/posix/
H A Dglob.c182 if (!(flags & GLOB_APPEND)) { in glob()