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

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

Completed in 58 milliseconds