OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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