Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:opt

311 parse_option(int opt, char *oarg, struct options *options)
318 switch(opt) {
583 parse_config_line(const char *opt, char *line, struct options *options)
589 strcmp(longopts[i].name, opt) != 0)
595 opt);
602 fprintf(stderr, PACKAGE ": unknown option -- %s\n", opt);
632 int opt;
691 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS,
694 switch (opt) {
792 while ((opt = getopt_long(argc, argv, OPTS EXTRA_OPTS,
795 switch (opt) {
847 i = parse_option(opt, optarg, options);