Home
last modified time | relevance | path

Searched refs:getutent (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/dports/misc/orville-write/orville-write-2.55/
H A DMakefile.in28 wrt_tty.c wrt_hist.c lib_common.c getutent.c
30 wrt_tty.o wrt_hist.o lib_common.o getutent.o
44 getutent.o: getutent.c getutent.h wrttmp.h config.h orville.h
51 mesg: mesg.o lib_common.o getutent.o
52 $(CC) $(LDFLAGS) -o mesg mesg.o lib_common.o getutent.o
54 amin: amin.o lib_common.o getutent.o
55 $(CC) $(LDFLAGS) -o amin amin.o lib_common.o getutent.o
57 huh: huh.o lib_common.o getutent.o
58 $(CC) $(LDFLAGS) -o huh huh.o lib_common.o getutent.o
60 helpers: helpers.o getutent.o
[all …]
H A Dgetutent.h17 struct utmpx *getutent(void);
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dgetutent.texi1 @node getutent
2 @subsection @code{getutent}
3 @findex getutent
5 …https://refspecs.linuxbase.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getutent-3.html}
17 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/getutent.3.html,,man getutent}.
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dmg_utmp.h12 # define getutent getutxent macro
24 struct utmp * getutent(); /* AIX 3.2.5 doesn't declare these */
38 # define getutent getutxent macro
77 struct utmp *getutent _PROTO((void));
H A Dutmp.c118 while ((utmp = getutent()) != (struct utmp *) NULL)
184 while ((utmp = getutent()) != (struct utmp *) NULL) in _P0()
/dports/mail/mailutils/mailutils-3.13/am/
H A Dutmp.m41 dnl MU_CHECK_UTMP -- Check for the presence of utmp.h, setutent, getutent
6 # The three functions setutent,getutent and endutent depend on each other,
7 # so it seems reasonable to provide replacements for all three if getutent
9 AC_CHECK_FUNC(getutent,
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dgetutent.texi1 @node getutent
2 @subsection @code{getutent}
3 @findex getutent
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/compat/gen/
H A Dcompat_utmp.c49 __warn_references(getutent,
63 getutent(void) in getutent() function
/dports/net/pfinger/pfinger-0.7.10/src/
H A Dutmplib.h62 struct utmp *getutent(void);
70 #define my_getutent getutent
/dports/devel/dev86/dev86-0.16.20/libc/getent/
H A Dutent.c22 getutent(void) in getutent() function
65 while ((utmp=getutent())!=NULL) in getutid()
95 while ((utmp=getutent())!=NULL) in getutline()
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dusers.cc41 while ((usr = getutent()) != nullptr) { in user_name()
54 while ((usr = getutent()) != nullptr) { in user_num()
63 while ((usr = getutent()) != nullptr) { in user_term()
77 while ((usr = getutent()) != nullptr) { in user_time()
/dports/sysutils/conky/conky-1.12.2/src/
H A Dusers.cc41 while ((usr = getutent()) != nullptr) { in user_name()
54 while ((usr = getutent()) != nullptr) { in user_num()
63 while ((usr = getutent()) != nullptr) { in user_term()
77 while ((usr = getutent()) != nullptr) { in user_time()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/compat/
H A DMakefile.am8 lib/compat/getutent.h \
24 lib/compat/getutent.c \
H A Dgetutent.h39 struct utmp *getutent(void);
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dreadutmp.h76 struct utmp *getutent (void);
81 # define GET_UTMP_ENT getutent
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dreadutmp.h78 struct utmp *getutent (void);
83 # define GET_UTMP_ENT getutent
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dreadutmp.h78 struct utmp *getutent (void);
83 # define GET_UTMP_ENT getutent
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dreadutmp.h79 struct utmp *getutent (void);
84 # define GET_UTMP_ENT getutent
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tools/
H A Domusrmsg.c172 # define getutent(void) getutxent(void) macro
185 STRUCTUTMP* getutent(void)
236 while((uptr = getutent())) { in wallmsg()
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dutmph.inc15 function getutent:Putmp;cdecl;external clib name 'getutent';
/dports/net-mgmt/net-snmp/net-snmp-5.9/agent/mibgroup/host/
H A Dhr_system.c91 struct utmp *getutent(void);
682 #define getutent getutxent in count_users() macro
690 while ((utmp_p = getutent()) != NULL) { in count_users()
748 getutent(void) in getutent() function
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Dgetutent.cc12 while (struct utmp *ut = getutent()) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Dgetutent.cpp12 while (struct utmp *ut = getutent()) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Dgetutent.cpp12 while (struct utmp *ut = getutent()) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Dgetutent.cpp12 while (struct utmp *ut = getutent()) in main()

12345678910>>...27