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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/djgpp/
H A Dgetpwnam.c24 rv.pw_name = getlogin();
37 rv.pw_gecos = getlogin();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dcvsuser.c13 char * getlogin (void) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dsu.c44 /* The utmp entry (via getlogin) is probably the best way to identify
46 But getlogin can fail -- usually due to lack of utmp entry.
48 old_user = xstrdup(USE_FEATURE_UTMP(getlogin() ? : ) (pw = getpwuid(cur_uid)) ? pw->pw_name : "");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmisc.c42 * first we call getlogin.
52 username = getlogin();
57 /* if we can't getlogin, look up the pwent by uid */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c264 extern char *getlogin __P((void));
501 p = getlogin();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c986 /* 2. attempt: getpwnam(getlogin()) */
987 username = getlogin ();

Completed in 609 milliseconds