Lines Matching refs:errorSyntax

118         return errorSyntax(USAGE_DHCPSERVER, "Not enough parameters");
158 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netname once.");
160 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ifname for identifying the DHCP server.");
168 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ifname once.");
170 return errorSyntax(USAGE_DHCPSERVER, "You can either use a --netname or --ipname for identifying the DHCP server.");
178 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --ip once.");
186 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --netmask once.");
194 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --lowerip once.");
202 return errorSyntax(USAGE_DHCPSERVER, "You can only specify --upperip once.");
210 return errorSyntax(USAGE_DHCPSERVER, "You can specify either --enable or --disable once.");
218 return errorSyntax(USAGE_DHCPSERVER, "You can specify either --enable or --disable once.");
225 return errorSyntax(USAGE_DHCPSERVER, "unhandled parameter: %s", ValueUnion.psz);
235 return errorSyntax(USAGE_DHCPSERVER,
248 return errorSyntax(USAGE_DHCPSERVER,
260 return errorSyntax(USAGE_DHCPSERVER,
270 return errorSyntax(USAGE_DHCPSERVER,
280 return errorSyntax(USAGE_DHCPSERVER,
284 return errorSyntax(USAGE_DHCPSERVER,
288 return errorSyntax(USAGE_DHCPSERVER,
303 return errorSyntax(USAGE_DHCPSERVER, "unhandled option: -%c", c);
305 return errorSyntax(USAGE_DHCPSERVER, "unhandled option: %i", c);
308 return errorSyntax(USAGE_DHCPSERVER, "unknown option: %s", ValueUnion.psz);
310 return errorSyntax(USAGE_DHCPSERVER, "%s: %Rrs", ValueUnion.pDef->pszLong, c);
312 return errorSyntax(USAGE_DHCPSERVER, "%Rrs", c);
317 return errorSyntax(USAGE_DHCPSERVER, "You need to specify either --netname or --ifname to identify the DHCP server");
326 return errorSyntax(USAGE_DHCPSERVER, "You need to specify --ip option");
329 return errorSyntax(USAGE_DHCPSERVER, "You need to specify --netmask option");
332 return errorSyntax(USAGE_DHCPSERVER, "You need to specify --lowerip option");
335 return errorSyntax(USAGE_DHCPSERVER, "You need to specify --upperip option");
440 return errorSyntax(USAGE_DHCPSERVER, "Not enough parameters");
451 result = errorSyntax(USAGE_DHCPSERVER, "Invalid parameter '%s'", Utf8Str(a->argv[0]).c_str());