HomeSort by relevance Sort by last modified time
    Searched refs:getservent (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getservbyport.c 57 while ( NULL != (p = getservent()) ) {
getservbyname.c 57 while ( NULL != (p = getservent()) ) {
getservent.c 35 static char sccsid[] = "@(#)getservent.c 8.1 (Berkeley) 6/4/93";
106 /* getservent() expects lines terminated with \n -- make it happy */
137 /* getservent() expects lines terminated with \n -- make it happy */
179 /* getservent() expects lines terminated with \n -- make it happy */
209 getservent() function
  /bionic/tests/
netdb_test.cpp 427 while (getservent() != nullptr) {
434 // Calling getservbyname shouldn't affect getservent's iteration order.
436 while (getservent() != nullptr) {
442 // Calling getservbyport shouldn't affect getservent's iteration order.
444 while (getservent() != nullptr) {
451 std::string first_service(getservent()->s_name);
453 ASSERT_EQ(first_service, std::string(getservent()->s_name));
458 std::string first_service(getservent()->s_name);
460 ASSERT_EQ(first_service, std::string(getservent()->s_name));
  /bionic/libc/dns/net/
getservent.c 116 struct servent* getservent(void) { function
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 253 struct servent *getservent (void);
  /bionic/libc/include/
netdb.h 239 struct servent* getservent(void);
  /bionic/tests/headers/posix/
netdb_h.c 122 FUNCTION(getservent, struct servent* (*f)(void));
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 330 #define getservent _getservent
  /external/tcpdump/
addrtoname.c 769 while ((sv = getservent()) != NULL) {
    [all...]

Completed in 177 milliseconds