Home
last modified time | relevance | path

Searched refs:getutxent (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetutxent.texi1 @node getutxent
2 @section @code{getutxent}
3 @findex getutxent
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getutxent.ht…
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetutxent.texi1 @node getutxent
2 @section @code{getutxent}
3 @findex getutxent
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getutxent.html}
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/legacy/
H A Dutmpx.c14 struct utmpx *getutxent(void) in getutxent() function
46 weak_alias(getutxent, getutent);
/dports/misc/orville-write/orville-write-2.55/
H A Dgetutent.c76 if ((ut = getutxent()) != NULL) in getutent()
101 while ((ut = getutxent()) != NULL) in getutline()
/dports/comms/mgetty+sendfax/mgetty-1.1.37/
H A Dmg_utmp.h12 # define getutent getutxent
38 # define getutent getutxent
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dutmpxh.inc10 function getutxent:Putmpx;cdecl;external clib name 'getutxent';
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dutmpx.c118 getutxent(void) in getutxent() function
211 } while (getutxent() != NULL); in getutxid()
235 } while (getutxent() != NULL); in getutxline()
265 (void)getutxent(); in pututxline()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/compat/gen/
H A Dcompat_utmpx.c49 __warn_references(getutxent,
96 getutxent(void) in getutxent() function
/dports/accessibility/yasr/yasr-0.6.9/acclogin/
H A Dacclogin.c92 while ((u = getutxent()) != NULL) { in set_utmp_entry()
130 while ((up = getutxent()) != NULL && (up = getutxid(&ut)) != NULL) { in reset_utmp_entry()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/msan/
H A Dgetutent.cc18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/msan/
H A Dgetutent.cpp18 while (struct utmpx *utx = getutxent()) in main()

12345678910>>...41