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

  /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()) )
  /external/libpcap/Win32/Src/
getnetent.c 19 static char sccsid[] = "@(#)getnetent.c 5.5 (Berkeley) 6/27/88";
58 getnetent() function
  /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...]

Completed in 517 milliseconds