Home
last modified time | relevance | path

Searched refs:UTMP_FILE (Results 1 – 25 of 173) sorted by relevance

1234567

/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/sysutils/runit-faster/freebsd-runit-2.1.3.7/runit/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/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/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 Dutmplines.c33 fd = open(UTMP_FILE,O_RDONLY,0);
43 fd = open(UTMP_FILE,O_RDONLY,0);
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dreadutmp.h148 # if !defined UTMP_FILE && defined _PATH_UTMP
149 # define UTMP_FILE _PATH_UTMP macro
157 # undef UTMP_FILE
158 # define UTMP_FILE UTMPX_FILE macro
166 # ifndef UTMP_FILE
167 # define UTMP_FILE "/etc/utmp" macro
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dreadutmp.h150 # if !defined UTMP_FILE && defined _PATH_UTMP
151 # define UTMP_FILE _PATH_UTMP macro
159 # undef UTMP_FILE
160 # define UTMP_FILE UTMPX_FILE macro
168 # ifndef UTMP_FILE
169 # define UTMP_FILE "/etc/utmp" macro
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dreadutmp.h150 # if !defined UTMP_FILE && defined _PATH_UTMP
151 # define UTMP_FILE _PATH_UTMP macro
159 # undef UTMP_FILE
160 # define UTMP_FILE UTMPX_FILE macro
168 # ifndef UTMP_FILE
169 # define UTMP_FILE "/etc/utmp" macro
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dreadutmp.h151 # if !defined UTMP_FILE && defined _PATH_UTMP
152 # define UTMP_FILE _PATH_UTMP
160 # undef UTMP_FILE
161 # define UTMP_FILE UTMPX_FILE
169 # ifndef UTMP_FILE
170 # define UTMP_FILE "/etc/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/security/dropbear/dropbear-2020.81/
H A Dloginrec.h39 #ifndef UTMP_FILE
41 # define UTMP_FILE _PATH_UTMP macro
44 # define UTMP_FILE CONF_UTMP_FILE macro
79 # if defined(HAVE_UTMP_H) && defined(UTMP_FILE) && !defined(DISABLE_UTMP)
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dutmp.c37 #ifndef UTMP_FILE
39 # define UTMP_FILE _PATH_UTMP /* FreeBSD and NetBSD */ macro
41 # define UTMP_FILE "/etc/utmp" /* SunOS and NeXT */ macro
87 fp = fopen( UTMP_FILE, "r"); in _P0()
90 lprintf(L_ERROR, "get_cu: %s", UTMP_FILE ); in _P0()
/dports/x11/sessreg/sessreg-1.1.2/
H A Dsessreg.h88 #ifndef UTMP_FILE
90 # define UTMP_FILE _PATH_UTMP macro
92 # define UTMP_FILE "/etc/utmp" macro
/dports/mail/qmail-dk/qmail-1.03/
H A Dqbiff.c4 #ifndef UTMP_FILE
6 #define UTMP_FILE _PATH_UTMP macro
8 #define UTMP_FILE "/etc/utmp" macro
91 fdutmp = open_read(UTMP_FILE); in main()
/dports/security/krb5-appl/krb5-appl-1.0.3/libpty/
H A Dupdate_utmp.c322 #if !defined(UTMP_FILE) && defined(_PATH_UTMP)
323 #define UTMP_FILE _PATH_UTMP macro
327 #ifndef UTMP_FILE
328 #define UTMP_FILE "/etc/utmp" macro
683 fd = open(UTMP_FILE, O_RDONLY); in pty_update_utmp()
701 fd = open(UTMP_FILE, O_WRONLY); in pty_update_utmp()
/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/net-mgmt/net-snmp/net-snmp-5.9/include/net-snmp/system/
H A Dfreebsd.h18 #define UTMP_FILE _PATH_UTMP macro
20 #define UTMP_FILE "/var/run/utmp" macro
/dports/sysutils/whowatch/whowatch-1.8.6/src/
H A Dulist.h1 #ifndef UTMP_FILE
2 #define UTMP_FILE "/var/run/utmp" macro
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A Dwho.c98 # ifdef UTMP_FILE
99 # define UTMP UTMP_FILE
120 # ifdef UTMP_FILE
121 # define UTMP UTMP_FILE
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A Dwho.c98 # ifdef UTMP_FILE
99 # define UTMP UTMP_FILE
120 # ifdef UTMP_FILE
121 # define UTMP UTMP_FILE
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A Dwho.c98 # ifdef UTMP_FILE
99 # define UTMP UTMP_FILE
120 # ifdef UTMP_FILE
121 # define UTMP UTMP_FILE
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Determ_utmp.h85 # ifdef UTMP_FILE
86 # define UTMP_FILENAME UTMP_FILE
/dports/x11/eterm/Eterm-0.9.6/src/
H A Determ_utmp.h85 # ifdef UTMP_FILE
86 # define UTMP_FILENAME UTMP_FILE
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Determ_utmp.h85 # ifdef UTMP_FILE
86 # define UTMP_FILENAME UTMP_FILE
/dports/sysutils/libptytty/libptytty-2.0/src/
H A Dlogging.C169 #if !defined(UTMP_FILE)
171 # define UTMP_FILE _PATH_UTMP macro
173 # define UTMP_FILE PT_UTMP_FILE macro
317 write_record (UTMP_FILE, utmp_pos, &ut, sizeof (ut)); in log_session()

1234567