Home
last modified time | relevance | path

Searched refs:IF_OPTS (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Dif-options.h46 #define IF_OPTS "146bc:de:f:gh:i:j:kl:m:no:pqr:s:t:u:v:wxy:z:" \ macro
48 #define NOERR_IF_OPTS ":" IF_OPTS
H A Ddhcpcd.c1576 while ((opt = getopt_long(argc, argv, IF_OPTS, cf_options, &oi)) != -1) in dhcpcd_handleargs()
2034 ctx.options & DHCPCD_PRINT_PIDFILE ? NOERR_IF_OPTS : IF_OPTS, in main()
H A Dif-options.c2775 ctx->options & DHCPCD_PRINT_PIDFILE ? NOERR_IF_OPTS : IF_OPTS, in add_options()