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

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getservbyport.c 50 extern char *___getservbyproto_yp;
53 ___getservbyproto_yp = (char *)proto;
68 ___getservbyproto_yp = NULL;
getservbyname.c 50 extern char *___getservbyproto_yp;
53 ___getservbyproto_yp = (char *)proto;
73 ___getservbyproto_yp = NULL;
getservent.c 63 char *___getservbyproto_yp = NULL; variable
77 ___getservbyproto_yp);
80 ___getservbyproto_yp = NULL;
127 ___getservbyproto_yp);
130 ___getservbyproto_yp = NULL;

Completed in 52 milliseconds