Home
last modified time | relevance | path

Searched refs:SERVICE_MAX (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetnamadr.c48 #define SERVICE_MAX SERVICE_NIS macro
67 static enum service_type service_order[SERVICE_MAX + 1];
93 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
110 } while(cp != NULL && cc < SERVICE_MAX); in init_services()
Dgethostnamadr.c52 #define SERVICE_MAX SERVICE_NIS macro
71 static enum service_type service_order[SERVICE_MAX + 1];
98 while (fgets(buf, BUFSIZ, fd) != NULL && cc < SERVICE_MAX) { in init_services()
115 } while(cp != NULL && cc < SERVICE_MAX); in init_services()