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

/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile74 getlogin.2 \
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_prot.c1839 * getlogin
1862 getlogin(proc_t p, struct getlogin_args *uap, __unused register_t *retval) function
1897 * Notes: This is a utility system call to support getlogin().
H A Dinit_sysent.c109 {AC(getlogin_args), 0, 0, (sy_call_t *)getlogin, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 49 = getlogin */
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dtests.c2739 * Test getlogin, setlogin system calls.
2763 * child process - do getlogin and setlogin testing.
2769 my_namep = getlogin( );
2771 printf( "getlogin returned NULL name pointer \n" );
2796 my_namep = getlogin( );
2798 printf( "getlogin returned NULL name pointer \n" );
3166 * child process - do getlogin and setlogin testing.
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h1747 int getlogin(struct proc *, struct getlogin_args *, int *);

Completed in 68 milliseconds