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

/xnu-2422.115.4/bsd/sys/
H A Dacct.h81 char ac_comm[10]; /* command name */ member in struct:acct
/xnu-2422.115.4/bsd/kern/
H A Dkern_acct.c242 bcopy(p->p_comm, an_acct.ac_comm, sizeof an_acct.ac_comm);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c2971 /* first letters in ac_comm should match the name of the executable */
2973 (!strncmp(my_acctp->ac_comm, test_bin_name, strlen(test_bin_name))) ) {
3018 my_cmd_str[10] = '\0'; /* In case ac_comm was bogus */
3021 printf( "my_acctp->ac_comm = \"%s\" (should begin with: \"tr\")\n", my_cmd_str);
3022 printf( "my_acctp->ac_comm = \"%s\"\n", my_hex_str);

Completed in 39 milliseconds