1fnmatch.h(3HEAD) Headers fnmatch.h(3HEAD)
2
3
4
6 fnmatch.h, fnmatch - filename-matching types
7
9 #include <fnmatch.h>
10
11
13 The <fnmatch.h> header defines the following constants:
14
15 FNM_NOMATCH The string does not match the specified pattern.
16
17
18 FNM_PATHNAME Slash in string only matches slash in pattern.
19
20
21 FNM_PERIOD Leading period in string must be exactly matched by
22 period in pattern.
23
24
25 FNM_NOESCAPE Disable backslash escaping.
26
27
28 FNM_NOSYS Reserved.
29
30
32 See attributes(5) for descriptions of the following attributes:
33
34
35
36
37 ┌─────────────────────────────┬─────────────────────────────┐
38 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
39 ├─────────────────────────────┼─────────────────────────────┤
40 │Interface Stability │Standard │
41 └─────────────────────────────┴─────────────────────────────┘
42
44 fnmatch(3C), attributes(5), standards(5)
45
46
47
48SunOS 5.11 10 Sep 2004 fnmatch.h(3HEAD)