Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/pfexecd/
H A Dpfexecd.c141 #define NMATCH 2 macro
146 regmatch_t match[NMATCH]; in removeisapath()
148 if (!cansplice || regexec(&regc, path, NMATCH, match, 0) != 0) in removeisapath()