logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

fnmatch.h.0p (2121B)


  1. '\" et
  2. .TH fnmatch.h "0P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. fnmatch.h
  12. \(em filename-matching types
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. #include <fnmatch.h>
  17. .fi
  18. .SH DESCRIPTION
  19. The
  20. .IR <fnmatch.h>
  21. header shall define the following symbolic constants:
  22. .IP FNM_NOMATCH 14
  23. The string does not match the specified pattern.
  24. .IP FNM_PATHNAME 14
  25. <slash>
  26. in
  27. .IR string
  28. only matches
  29. <slash>
  30. in
  31. .IR pattern .
  32. .IP FNM_PERIOD 14
  33. Leading
  34. <period>
  35. in
  36. .IR string
  37. must be exactly matched by
  38. <period>
  39. in
  40. .IR pattern .
  41. .IP FNM_NOESCAPE 14
  42. Disable backslash escaping.
  43. .P
  44. The following shall be declared as a function and may also be defined
  45. as a macro. A function prototype shall be provided.
  46. .sp
  47. .RS 4
  48. .nf
  49. int fnmatch(const char *, const char *, int);
  50. .fi
  51. .P
  52. .RE
  53. .LP
  54. .IR "The following sections are informative."
  55. .SH "APPLICATION USAGE"
  56. None.
  57. .SH RATIONALE
  58. None.
  59. .SH "FUTURE DIRECTIONS"
  60. None.
  61. .SH "SEE ALSO"
  62. The System Interfaces volume of POSIX.1\(hy2017,
  63. .IR "\fIfnmatch\fR\^(\|)"
  64. .\"
  65. .SH COPYRIGHT
  66. Portions of this text are reprinted and reproduced in electronic form
  67. from IEEE Std 1003.1-2017, Standard for Information Technology
  68. -- Portable Operating System Interface (POSIX), The Open Group Base
  69. Specifications Issue 7, 2018 Edition,
  70. Copyright (C) 2018 by the Institute of
  71. Electrical and Electronics Engineers, Inc and The Open Group.
  72. In the event of any discrepancy between this version and the original IEEE and
  73. The Open Group Standard, the original IEEE and The Open Group Standard
  74. is the referee document. The original Standard can be obtained online at
  75. http://www.opengroup.org/unix/online.html .
  76. .PP
  77. Any typographical or formatting errors that appear
  78. in this page are most likely
  79. to have been introduced during the conversion of the source files to
  80. man page format. To report such errors, see
  81. https://www.kernel.org/doc/man-pages/reporting_bugs.html .