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

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile171 setlogin.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c1933 * setlogin
1949 setlogin(proc_t p, struct setlogin_args *uap, __unused int32_t *retval) function
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c2739 * Test getlogin, setlogin system calls.
2764 * child process - do getlogin and setlogin testing.
2793 my_err = setlogin( my_new_namep );
2795 printf( "When setting new login name, setlogin failed with error %d - \"%s\" \n", errno, strerror( errno) );
2809 printf( "setlogin failed to set the new name \n" );
2818 my_err = setlogin( my_namep );
2820 printf( "When resetting login name, setlogin failed with error %d - \"%s\" \n", errno, strerror( errno) );
3205 * child process - do getlogin and setlogin testing.

Completed in 29 milliseconds