Searched refs:strgrpmatch (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libast/common/string/
H A Dstrmatch.c78 strgrpmatch(const char* b, const char* p, int* sub, int n, register int flags) function
154 return strgrpmatch(s, p, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT);
162 * OBSOLETE: use strgrpmatch()
170 return strgrpmatch(s, p, match, 1, (flags ? STR_MAXIMAL : 0)|STR_LEFT) ? (char*)s + match[1] : (char*)0;
H A Dccmapid.c147 if (strgrpmatch(name, mp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h338 #undef strgrpmatch macro
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h157 * strgrpmatch() flags
348 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch macro
318 #define strgrpmatch _ast_strgrpmatch macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h338 #undef strgrpmatch macro
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h157 * strgrpmatch() flags
348 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch macro
318 #define strgrpmatch _ast_strgrpmatch macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h338 #undef strgrpmatch macro
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h157 * strgrpmatch() flags
348 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch macro
318 #define strgrpmatch _ast_strgrpmatch macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h338 #undef strgrpmatch macro
339 #define strgrpmatch _ast_strgrpmatch macro
H A Dast.h157 * strgrpmatch() flags
348 extern __MANGLE__ int strgrpmatch __PROTO__((const char*, const char*, int*, int, int));
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h317 #undef strgrpmatch macro
318 #define strgrpmatch _ast_strgrpmatch macro
/osnet-11/usr/src/lib/libast/common/include/
H A Dast.h148 * strgrpmatch() flags
330 extern int strgrpmatch(const char*, const char*, int*, int, int);
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dtest.c102 n = strgrpmatch(str, pat, match, m, STR_GROUP|STR_MAXIMAL|STR_LEFT|STR_RIGHT);
/osnet-11/usr/src/lib/libast/common/comp/
H A Diconv.c452 if (strgrpmatch(m, cp->match, sub, elementsof(sub) / 2, STR_MAXIMAL|STR_LEFT|STR_ICASE))
/osnet-11/usr/src/lib/libast/common/misc/
H A Dfastfind.c909 if (!fp->decode.match || strgrpmatch(fp->decode.path, fp->decode.pattern, NiL, 0, STR_MAXIMAL|STR_LEFT|STR_RIGHT|ignorecase))
H A Dfts.c1517 return !strgrpmatch(fmtfs(ent->fts_statp), "([an]fs|samb)", NiL, 0, STR_LEFT|STR_ICASE);
H A Dmagic.c47 #define match(s,p) strgrpmatch(s,p,NiL,0,STR_LEFT|STR_RIGHT|STR_ICASE)

Completed in 311 milliseconds