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

  /bionic/libc/bionic/
netdb.cpp 47 netent* getnetent() { function
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getnetbyht.c 41 * from getnetent.c 1.1 (Coimbra) 93/06/02
45 static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93";
46 static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp";
90 getnetent() function
144 while ( NULL != (p = getnetent()) ) {
163 while ( NULL != (p = getnetent()) )
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 247 struct netent *getnetent (void);
  /bionic/libc/include/
netdb.h 225 struct netent* getnetent(void) __INTRODUCED_IN(28);
  /bionic/tests/headers/posix/
netdb_h.c 116 FUNCTION(getnetent, struct netent* (*f)(void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 212 extern struct netent *getnetent (void);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 567 #define getnetent(...) (pthread_testcancel(), getnetent(__VA_ARGS__)) macro
    [all...]
  /bionic/tests/
netdb_test.cpp 394 while (getnetent() != nullptr) {
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 299 #define getnetent _getnetent

Completed in 209 milliseconds