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

  /bionic/libc/bionic/
netdb.cpp 59 protoent* getprotoent() { function
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getproto.c 48 while ( NULL != (p = getprotoent()) )
getprotoname.c 50 while ( NULL != (p = getprotoent()) ) {
getprotoent.c 35 static char sccsid[] = "@(#)getprotoent.c 8.1 (Berkeley) 6/4/93";
74 getprotoent() function
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 250 struct protoent *getprotoent (void);
  /bionic/libc/include/
netdb.h 232 struct protoent* getprotoent(void) __INTRODUCED_IN(28);
  /bionic/tests/headers/posix/
netdb_h.c 119 FUNCTION(getprotoent, struct protoent* (*f)(void));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 353 extern struct protoent *getprotoent (void);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 571 #define getprotoent(...) (pthread_testcancel(), getprotoent(__VA_ARGS__)) macro
    [all...]
  /bionic/tests/
netdb_test.cpp 410 while (getprotoent() != nullptr) {
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 311 #define getprotoent _getprotoent
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 267 milliseconds