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

  /xsrc/external/mit/sessreg/dist/man/
filenames.sed.c 5 # define UTM utmpx
11 /* delete utmpx-only content */
  /xsrc/external/mit/sessreg/dist/
sessreg.h 56 /* Prefer POSIX standard utmpx interfaces if present, otherwise use utmp */
65 # include <utmpx.h>
sessreg.c 88 static void set_utmpx (struct utmpx *u, const char *line, const char *user,
224 struct utmpx utmpx_entry;
508 struct utmpx *u; /* pointer to entry in utmp file */
528 set_utmpx (struct utmpx *u, const char *line, const char *user,
584 struct utmpx *tmpu;
  /xsrc/external/mit/xterm/dist/
main.c 329 #define UTMP_STR utmpx
354 #include <utmpx.h>
2064 * utmpx as well as between multiple xterms. First, Legend uses all of the
configure 729 --with-utmp-setgid[=XXX] use setgid to match utmp/utmpx file
6668 for cf_header in utmpx utmp ; do
6674 #include <lastlog.h> /* may conflict with utmpx.h on Linux */
6719 char *name = x.ut_user; /* utmpx.h must declare this */
6761 test "$cf_cv_have_utmp" = utmpx &&
6889 #include <lastlog.h> /* may conflict with utmpx.h on Linux */
8780 echo "$as_me:8780: checking if you want to run xterm setgid to match utmp/utmpx file" >&5
8781 echo $ECHO_N "checking if you want to run xterm setgid to match utmp/utmpx file... $ECHO_C" >&6
8797 echo "$as_me:8797: checking for utmp/utmpx group" >&5
8798 echo $ECHO_N "checking for utmp/utmpx group... $ECHO_C" >&
    [all...]

Completed in 20 milliseconds