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

/freebsd-11-stable/lib/libc/gen/
H A Dgetlogin.c85 getlogin_r(char *logname, int namelen) function
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getlogin.c46 atf_tc_set_md_var(tc, "descr", "Test errors from getlogin_r(2)");
53 ATF_REQUIRE(getlogin_r(small, sizeof(small)) == ERANGE);
59 atf_tc_set_md_var(tc, "descr", "getlogin(2) vs. getlogin_r(2)");
72 ATF_REQUIRE(getlogin_r(buf, sizeof(buf)) == 0);
75 atf_tc_fail("getlogin(2) and getlogin_r(2) differ");
/freebsd-11-stable/include/
H A Dunistd.h400 int getlogin_r(char *, int);
/freebsd-11-stable/lib/libc/sys/
H A DMakefile.inc379 MLINKS+=getlogin.2 getlogin_r.3
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dconfigure4423 for ac_func in getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r

Completed in 125 milliseconds