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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2987 char my_cmd_str[11]; /* sizeof(acct_cmd) + 1 for '\0' if acct_cmd is bogus */ local
2997 memccpy(my_cmd_str, my_ac_comm, '\0', 10);
2998 my_cmd_str[10] = '\0'; /* In case ac_comm was bogus */
3001 printf( "my_acctp->ac_comm = \"%s\" (should begin with: \"tr\")\n", my_cmd_str);

Completed in 23 milliseconds