Searched refs:getservent (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgetservbyport.c57 while ( NULL != (p = getservent()) ) {
H A Dgetservbyname.c57 while ( NULL != (p = getservent()) ) {
H A Dgetservent.c35 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
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dnetdb.h312 struct servent *getservent(void);
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dnamespace.h330 #define getservent _getservent

Completed in 235 milliseconds