Home
last modified time | relevance | path

Searched refs:getnetent (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dgetnetent.texi1 @node getnetent
2 @section @code{getnetent}
3 @findex getnetent
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getnetent.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dgetnetent.texi1 @node getnetent
2 @section @code{getnetent}
3 @findex getnetent
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/getnetent.ht…
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/net/
H A DMakefile.inc8 getnetnamadr.c getnetent.c getpeereid.c \
45 getnetent.3 getprotoent.3 getpeereid.3 \
61 MLINKS+=getnetent.3 endnetent.3 getnetent.3 getnetbyaddr.3 \
62 getnetent.3 getnetbyname.3 getnetent.3 setnetent.3
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dconcurrency-mt-unsafe.rst20 // getnetent(3) maintains global state with DB connection, etc.
21 // If a concurrent green thread calls getnetent(3), the global state is corrupted.
22 netent = getnetent();
24 netent = getnetent();
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/BsdSocketLib/
H A Dgetnetbyht.c90 getnetent() in getnetent() function
144 while ( NULL != (p = getnetent()) ) { in _getnetbyhtname()
163 while ( NULL != (p = getnetent()) ) in _getnetbyhtaddr()
/dports/dns/libbind/libbind-6.0/doc/
H A DMakefile.in48 LIB_NETWORK_BASE = gethostbyname inet_cidr resolver hesiod getnetent \
54 getnetent.${LIB_NETWORK_EXT} \
63 getnetent.${LIB_NETWORK_MAN_EXT} \
72 getnetent.${LIB_NETWORK_CAT_EXT} \
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dgetnetbyht.c94 getnetent() in getnetent() function
151 while ( (p = getnetent()) ) { in _ht_getnetbyname()
176 while ( (p = getnetent()) ) in _ht_getnetbyaddr()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/net/
H A Dgetnetbyht.c94 getnetent() in getnetent() function
151 while ( (p = getnetent()) ) { in _ht_getnetbyname()
176 while ( (p = getnetent()) ) in _ht_getnetbyaddr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dnetent.cpp19 struct netent *ntp = getnetent(); in test1()
47 struct netent *ntp = getnetent(); in test4()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cc12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1()
56 struct netent *ntp = getnetent(); in test4()

12345678910>>...16