Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ fnmatch(5) — UnixWare 2.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought






       fnmatch(5)                                                fnmatch(5)


       NAME
             fnmatch - filename-matching utilities

       SYNOPSIS
             #include <fnmatch.h>

       DESCRIPTION
             The fnmatch header declares the following constants:
       FNM_NOSYS       The function is not supported by the implementation.
       FNM_NOMATCH     The pattern specified does not correspond to the string
       FNM_PATHNAME    A slash found in string only matches a slash in pattern
       FNM_PERIOD      Leading period in pattern must exactly match a period in string
       FNM_NOESCAPE    Disable backslash escaping
             The following function is declared:
             int fnmatch(const char *pattern, const char *string,int
             flags);
































                           Copyright 1994 Novell, Inc.               Page 1








Typewritten Software • bear@typewritten.org • Edmonds, WA 98026