HomeSort by relevance Sort by last modified time
    Searched defs:gmatch (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/lib/libgen/common/
gmatch.c 47 gmatch(const char *s, const char *p) function
126 return (ok ? gmatch(s, p) : 0);
139 return (scc > 0 ? gmatch(s, p) : 0);
149 if (gmatch(s, p))
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
Collate.pm 1012 ## arrayref matching parts = gmatch(string, substring)
1014 sub gmatch subroutine
    [all...]
  /onnv/onnv-gate/usr/src/cmd/backup/restore/
utilities.c 828 static int gmatch(wchar_t *, wchar_t *);
831 static int gmatch();
921 if (gmatch(w_fname, w_pname)) {
967 gmatch(wchar_t *s, wchar_t *p) function
982 return (ok ? gmatch(s, p) : 0);
1017 return (scc ? gmatch(s, p) : 0);
1024 if (gmatch(s++, p))
  /onnv/onnv-gate/usr/src/uts/common/os/
modctl.c 4394 gmatch(const char *s, const char *p) function
    [all...]

Completed in 300 milliseconds