Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/acct/
H A Dacctcom.c616 char xcomm[9]; in cmatch() local
622 xcomm[i] = comm[i]; in cmatch()
624 xcomm[i] = '\0'; in cmatch()
626 return (regex(cstr,xcomm) ? 1 : 0); in cmatch()