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

/seL4-refos-master/libs/libmuslc/src/unistd/
H A Dgetlogin.c4 char *getlogin(void) function
H A Dgetlogin_r.c7 char *logname = getlogin();
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h136 #define getlogin() ((char *)0) macro
H A Dhack.h298 #define getlogin() ((char *)0) macro
H A Dwceconf.h172 #define getlogin() ((char *)0) macro
H A Dsystem.h359 E char *getlogin();
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dntconf.h136 #define getlogin() ((char *)0) macro
H A Dhack.h298 #define getlogin() ((char *)0) macro
H A Dwceconf.h172 #define getlogin() ((char *)0) macro
H A Dsystem.h359 E char *getlogin();
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c320 user = getlogin();
480 * 3. Use getlogin() (if 2. fails)
495 if(!*plname && (s = getlogin()))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c320 user = getlogin();
480 * 3. Use getlogin() (if 2. fails)
495 if(!*plname && (s = getlogin()))
/seL4-refos-master/libs/libmuslc/include/
H A Dunistd.h117 char *getlogin(void);

Completed in 88 milliseconds