Searched defs:cf_options (Results 1 - 1 of 1) sorted by relevance

/external/dhcpcd-6.8.2/
H A Dif-options.c104 const struct option cf_options[] = { variable in typeref:struct:option
2027 for (i = 0; i < sizeof(cf_options) / sizeof(cf_options[0]); i++) {
2028 if (!cf_options[i].name ||
2029 strcmp(cf_options[i].name, opt) != 0)
2032 if (cf_options[i].has_arg == required_argument && !line) {
2039 return parse_option(ctx, ifname, ifo, cf_options[i].val, line,
2341 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1)

Completed in 264 milliseconds