NAME
nst_strmatch1 -- match string against file name pattern
PROTOTYPE
int nst_strmatch1( const char *pcStr, const char *pcPattern)
ARGUMENTS
- const char *pcStr
- the string
- const char *pcPattern
- the file name pattern. Allowed wildcards are * (any substring), ? (any single char), [..] (range specification) and [^..] (forbidden range)
DESCRIPTION:
Same as nst_strmatch, but allows pcStr to have any trailing
number of non-matching characters after the matching initial
portion. Return value is the length of the matching initial
piece, or 0, if no match occurred.
FILE
/local/homes/rhaschke/nst7/man/../o.linx86//../nstsrc/nst0.c