Home
last modified time | relevance | path

Searched refs:UTMP_FILE (Results 1 – 25 of 173) sorted by last modified time

1234567

/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/gnome-pty-helper/
H A Dgnome-utmp.c62 # if defined(UTMP_FILE)
63 # define UTMP_OUTPUT_FILENAME UTMP_FILE
/dports/x11-toolkits/vte/vte-0.28.2/gnome-pty-helper/
H A Dgnome-utmp.c62 # if defined(UTMP_FILE)
63 # define UTMP_OUTPUT_FILENAME UTMP_FILE
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Drxvt.h422 # if !defined(UTMP_FILE) && defined(_PATH_UTMP)
423 # define UTMP_FILE _PATH_UTMP macro
425 # if !defined(UTMP_FILENAME) && defined(UTMP_FILE)
426 # define UTMP_FILENAME UTMP_FILE
/dports/x11/aterm/aterm-1.0.1/src/
H A Drxvt.h613 # ifdef UTMP_FILE
614 # define UTMP_FILENAME UTMP_FILE
/dports/x11/xdm/xdm-1.1.12/
H A DMakefile.in374 UTMP_FILE = @UTMP_FILE@
H A Dconfigure20665 withval=$with_utmp_file; UTMP_FILE="$withval"
20668 if test "x$UTMP_FILE" = "xyes" ; then
20669 UTMP_FILE=""
20670 elif test "x$UTMP_FILE" = "xno" ; then
20671 UTMP_FILE="none"
20675 if test "x$UTMP_FILE" = "x" ; then
20679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $UTMP_FILE" >&5
20680 $as_echo "$UTMP_FILE" >&6; }
20682 if test x$UTMP_FILE != x; then
/dports/x11/xdm/xdm-1.1.12/config/
H A DMakefile.in277 UTMP_FILE = @UTMP_FILE@
/dports/sysutils/msyslog/msyslog-v1.08g/src/modules/
H A Dom_classic.c73 # ifdef UTMP_FILE
74 # define _PATH_UTMP UTMP_FILE
/dports/sysutils/screen/screen-4.8.0/
H A Dos.h283 # ifdef UTMP_FILE
284 # define UTMPFILE UTMP_FILE
H A Dutmp.c807 # if defined(BUGGYGETLOGIN) && defined(UTMP_FILE)
821 if ((tty == NULL) || CheckTtyname(tty) || ((fd = open(UTMP_FILE, O_RDONLY)) < 0)) in getlogin()
/dports/sysutils/pies/pies-1.5/src/
H A Dutmp.c59 # if !defined(UTMP_FILE) || !defined(WTMP_FILE)
63 # if !defined(UTMP_FILE)
67 # define UTMP_FILE _PATH_UTMP macro
79 # define UTMPX_FILE UTMP_FILE
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/sysdeps/
H A Ddragonfly.c212 #define UTMP_FILE _PATH_UTMP in gkrellm_sys_proc_read_users() macro
215 #define UTMP_FILE "/var/run/utx.active" in gkrellm_sys_proc_read_users() macro
219 if (stat(UTMP_FILE, &s) != 0 || s.st_mtime == utmp_mtime) in gkrellm_sys_proc_read_users()
H A Dfreebsd.c374 #define UTMP_FILE _PATH_UTMP in gkrellm_sys_proc_read_users() macro
377 #define UTMP_FILE "/var/run/utx.active" in gkrellm_sys_proc_read_users() macro
381 if (stat(UTMP_FILE, &s) != 0 || s.st_mtime == utmp_mtime) in gkrellm_sys_proc_read_users()
/dports/sysutils/runit/admin/runit-2.1.2/src/
H A Duw_tmp.h112 /* AIX only has UTMP_FILE */
13 #ifdef UTMP_FILE
14 #define UW_TMP_UFILE UTMP_FILE
17 #error neither _PATH_UTMP nor UTMP_FILE defined.
/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dulist.h1 #ifndef UTMP_FILE
2 #define UTMP_FILE "/var/run/utmp" macro
/dports/sysutils/doinkd/doinkd-0.02/
H A Ddoinkd.h41 #ifndef UTMP_FILE
43 # define UTMP_FILE _PATH_UTMP macro
45 # define UTMP_FILE "/etc/utmp" /* name of utmp file */ macro
57 # undef UTMP_FILE
58 # define UTMP_FILE UTMPX_FILE macro
H A Ddoinkd.c295 if ((utmpfd = open (UTMP_FILE, O_RDONLY, 0)) == SYSERROR)
297 logfile ("%19.19s: Cannot open %s.",ctime(&tempus),UTMP_FILE);
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dwatch.c44 #if !defined(REAL_UTMP_FILE) && defined(UTMP_FILE)
45 # define REAL_UTMP_FILE UTMP_FILE
/dports/security/openssh-portable/openssh-8.8p1/
H A Dconfigure.ac5418 AC_MSG_CHECKING([if your system defines UTMP_FILE])
5425 ]], [[ char *utmp = UTMP_FILE; ]])],
/dports/net/freeradius3/freeradius-server-3.0.25/src/include/
H A Dsysutmp.h50 # ifndef UTMP_FILE
51 # define UTMP_FILE _PATH_UTMPX macro
56 # ifndef UTMP_FILE
57 # define UTMP_FILE "/var/run/utmp" macro
94 #define UTMP_FILE "/var/run/utmp"
/dports/net/gnu-radius/radius-1.6.1/radwho/
H A Dradwho.c52 # undef UTMP_FILE
67 # ifndef UTMP_FILE
68 # define UTMP_FILE "/var/run/utmp" macro
74 # define UTMP_FILE _PATH_UTMPX macro
79 # define UTMP_FILE "/var/run/utmp" macro
336 if ((fp = fopen(UTMP_FILE, "r")) == NULL) {
338 UTMP_FILE);
/dports/net/msend/msend-3.0/
H A Dcommon.h89 #ifndef UTMP_FILE
92 #define _PATH_UTMP UTMP_FILE
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dutmp.c172 # if defined (UTMP_FILE)
173 UTMP_FILE ;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dhostinfo_unix.cpp2054 #elif defined(UTMP_FILE) in getutent()
2055 if ((ufp = fopen(UTMP_FILE, "r")) == NULL) in getutent()
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dmain.c340 #ifdef UTMP_FILE
341 #define UTMP_FILENAME UTMP_FILE

1234567