Lines Matching refs:service
45 static char * _Lwords[] = {"service", "max", "system", "mode"};
60 * scan the Limits file and get the limit for the given service.
64 scanlimit(service, limitval)
65 char *service;
89 if (strcmp(service, "uucico") == SAME)
98 if (siteindep(tokens, service, limitval) == SUCCESS)
157 * service=uucico max=5
161 * FAIL - service's value does not match or wrong format
164 siteindep(flds, service, limitval)
166 char *service;
170 if (!EQUALS(flds[U_SERVICE], service) || (flds[U_MAX] == CNULL))
185 * service=uucico system=ihnp1:ihnp3 [max=5] [mode=master]