Searched refs:FNM_PATHNAME (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 118 if (sc == '/' && (flags & FNM_PATHNAME)) in fnmatch1() 122 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1() 134 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1() 139 if (flags & FNM_PATHNAME) in fnmatch1() 144 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch1() 164 if (sc == '/' && flags & FNM_PATHNAME) in fnmatch1() 172 if (sc == '/' && (flags & FNM_PATHNAME)) in fnmatch1() 176 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch1() 254 } else if (*pattern == '/' && (flags & FNM_PATHNAME)) { in rangematch()
|
/titanic_41/usr/src/lib/libast/common/comp/ |
H A D | fnmatch.h | 35 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro 46 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
|
H A D | fnmatch.c | 44 FNM_PATHNAME, REG_SHELL_PATH,
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | fnmatch.h | 44 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro 55 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | fnmatch.h | 44 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro 55 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | fnmatch.h | 44 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro 55 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fnmatch.h | 44 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro 55 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
|
/titanic_41/usr/src/head/ |
H A D | fnmatch.h | 35 #define FNM_PATHNAME 0x01 /* Slash in str only matches slash in pattern */ macro
|
/titanic_41/usr/src/cmd/bart/ |
H A D | rules.c | 149 if (fnmatch(pattern, ptr, FNM_PATHNAME) == 0) { in exclude_fname() 274 FNM_PATHNAME) == 0) { in exclude_fname() 324 FNM_PATHNAME) == 0) { in exclude_fname() 699 FNM_PATHNAME) == 0) { in add_subtree_rule() 1076 match = fnmatch(rule, fname_cp, FNM_PATHNAME); in match_subtree()
|
/titanic_41/usr/src/cmd/svc/lsvcrun/ |
H A D | lsvcrun.c | 108 if (fnmatch("/etc/rc[0-6S].d/S*", path, FNM_PATHNAME) != 0) { in start_pg_name() 136 if (fnmatch("/etc/rc[0-6S].d/[SK]*", path, FNM_PATHNAME) != 0) { in script_suffix()
|
/titanic_41/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 102 if (fnmatch(pc, pcrule, FNM_PATHNAME) == 0 || in match()
|
/titanic_41/usr/src/cmd/zoneadm/ |
H A D | zoneadm.c | 3152 s_devtab.zone_dev_match, FNM_PATHNAME) == 0 || in warn_dev_match() 3154 t_devtab.zone_dev_match, FNM_PATHNAME) == 0) { in warn_dev_match()
|
/titanic_41/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 13390 FNM_PATHNAME) == 0)) in listtmpl()
|