Home
last modified time | relevance | path

Searched defs:GLOB_APPEND (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Dglob.h61 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/dragonfly/include/
H A Dglob.h71 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/dragonfly/lib/libssh/openbsd-compat/
H A Dglob.h78 #define GLOB_APPEND 0x0001 /* Append to output from previous call. */ macro
/dragonfly/contrib/cvs-1.12/lib/
H A Dglob-libc.h54 #define GLOB_APPEND (1 << 5)/* Append to results of a previous call. */ macro