Home | History | Annotate | Download | only in services_mkdb

Lines Matching defs:svc

78 	StringList *sl, ***svc;
128 svc = parseservices(fname, sl = sl_init());
148 if (svc[port] == NULL)
153 if ((s = svc[port][proto]) == NULL)
158 free(svc[port]);
161 free(svc);
178 StringList ***svc, *s;
185 svc = ecalloc(PMASK + 1, sizeof(StringList **));
234 if (svc[pnum] == NULL)
235 svc[pnum] = ecalloc(PROTOMAX, sizeof(StringList *));
238 if (svc[pnum][pindex] == NULL)
239 s = svc[pnum][pindex] = sl_init();
241 s = svc[pnum][pindex];
268 return svc;