HomeSort by relevance Sort by last modified time
    Searched full:tacct (Results 1 - 1 of 1) sorted by null

  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 40 static char *tacct = NULL; variable
226 tacct = "root";
233 tacct = p->pw_name;
236 if (tacct) {
237 printf("%-5d %-5d %-10s", n->ppid, n->pid, tacct);

Completed in 73 milliseconds