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

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

Completed in 47 milliseconds