NAME

nst_strmatch1 -- match string against file name pattern

PROTOTYPE

int nst_strmatch1( char *pcStr, char *pcPattern)

ARGUMENTS

char *pcStr
the string
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

/amnt/loge/users/nistaff02/nistaff/rhaschke/nst7/man/../o.linux//../nstsrc/nst0.c