Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c613 char xcomm[9]; in cmatch() local
619 xcomm[i] = comm[i]; in cmatch()
621 xcomm[i] = '\0'; in cmatch()
623 return (regex(cstr,xcomm) ? 1 : 0); in cmatch()