HomeSort by: relevance | last modified time | path
    Searched refs:lastlog (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/sessreg/dist/
sessreg.h 75 # include <lastlog.h>
99 # define LLOG_FILE "/usr/adm/lastlog"
sessreg.c 53 * Lastlog support and dynamic utmp entry allocation
64 * [ -L <lastlog-file> ] / #ifdef USE_LASTLOG
136 " [-L lastlog-file]"
426 struct lastlog ll;
429 != -1, "seeking lastlog entry");
438 == sizeof (ll), "write lastlog entry");
  /xsrc/external/mit/xterm/dist/
main.c 379 #include <lastlog.h> /* caution: glibc includes utmp.h here */
414 #define LASTLOG_FILENAME "/usr/adm/lastlog" /* only on BSD systems */
3974 struct lastlog lastlog; local
5047 size_t size = sizeof(struct lastlog);
5050 memset(&lastlog, 0, size);
5051 copy_filled(lastlog.ll_line,
5053 sizeof(lastlog.ll_line));
5054 SetUtmpHost(lastlog.ll_host, screen);
5055 lastlog.ll_time = time((time_t *) 0)
    [all...]
configure 6555 for ac_header in lastlog.h paths.h
6603 echo "$as_me:6603: checking for lastlog path" >&5
6604 echo $ECHO_N "checking for lastlog path... $ECHO_C" >&6
6615 #include <lastlog.h>
6645 if test -f /usr/adm/lastlog ; then
6646 cf_cv_path_lastlog=/usr/adm/lastlog
6674 #include <lastlog.h> /* may conflict with utmpx.h on Linux */
6889 #include <lastlog.h> /* may conflict with utmpx.h on Linux */
7229 for ac_header in lastlog.h
7277 echo "$as_me:7277: checking for struct lastlog" >&
    [all...]

Completed in 11 milliseconds