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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2865 struct acct * my_acctp; local
2956 my_acctp = (struct acct *) &my_buffer[0];
2959 if ( getuid( ) != my_acctp->ac_uid || getgid( ) != my_acctp->ac_gid ||
2960 my_acctp->ac_comm[0] != 't' || my_acctp->ac_comm[1] != 'r' ) {
2962 printf( "my_acctp->ac_uid = %lu (should be: %lu)\n", (unsigned long) my_acctp->ac_uid, (unsigned long) getuid() );
2963 printf( "my_acctp->ac_gid = %lu (should be: %lu)\n", (unsigned long) my_acctp
[all...]

Completed in 23 milliseconds