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

/darwin-on-arm/xnu/bsd/man/man2/
H A DMakefile79 getlogin.2 \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c1886 * getlogin
1909 getlogin(proc_t p, struct getlogin_args *uap, __unused int32_t *retval) function
1944 * Notes: This is a utility system call to support getlogin().
/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.
2770 my_namep = getlogin( );
2772 printf( "getlogin returned NULL name pointer \n" );
2801 my_namep = getlogin( );
2803 printf( "getlogin returned NULL name pointer \n" );
3205 * child process - do getlogin and setlogin testing.

Completed in 98 milliseconds