Home
last modified time | relevance | path

Searched refs:FNM_LEADING_DIR (Results 1 – 12 of 12) sorted by last modified time

/openbsd/usr.bin/kstat/
H A Dkstat.c300 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH) in kstat_filter_entry()
309 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH) in kstat_filter_entry()
/openbsd/regress/lib/libc/fnmatch/
H A Dfnm_test.in183 # 'test' 'test/'; match if FNM_LEADING_DIR
/openbsd/lib/libc/gen/
H A Dfnmatch.c289 const int leading_dir = !!(flags & FNM_LEADING_DIR); in fnmatch()
/openbsd/include/
H A Dfnmatch.h47 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A DChangeLog38 (FNM_LEADING_DIR): Ditto.
/openbsd/gnu/usr.bin/binutils/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/openbsd/gnu/lib/libiberty/src/
H A Dfnmatch.c213 if ((flags & FNM_LEADING_DIR) && *n == '/') in fnmatch()
H A Dfnmatch.txh37 @item FNM_LEADING_DIR
H A Dfunctions.texi308 @item FNM_LEADING_DIR
/openbsd/gnu/lib/libiberty/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
/openbsd/gnu/gcc/include/
H A Dfnmatch.h54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro