Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcsh-6/
H A Dglob.h65 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */ macro
/dflybsd-src/include/
H A Dglob.h75 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */ macro
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dglob.h82 #define GLOB_NOCHECK 0x0010 /* Return pattern itself if nothing matches. */ macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dglob-libc.h53 #define GLOB_NOCHECK (1 << 4)/* If nothing matches, return the pattern. */ macro