Home
last modified time | relevance | path

Searched refs:onematch (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Dstrmatch.c174 onematch(Match_t* mp, int g, char* s, char* p, char* e, char* r, int flags) in onematch() function
214 if (onematch(mp, g, s, p, e, NiL, flags)) in onematch()
241 if (onematch(mp, sc, s, p, e, oldp, flags)) in onematch()
308 if ((n || pc == sc) && onematch(mp, g, olds, p, e, NiL, flags)) in onematch()
529 for (a = p; onematch(mp, g, s, a, e, NiL, flags); a++) in grpmatch()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c420 int onematch; in sctp_compare_faddrsets() local
424 onematch = 0; in sctp_compare_faddrsets()
429 onematch = 1; in sctp_compare_faddrsets()
432 if (!onematch) { in sctp_compare_faddrsets()