Searched refs:optflags (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/i2c/
H A Di2c.c745 const char *optflags = "a:f:d:o:iw:c:m:n:sbvrh"; local
764 while ((ch = getopt(argc, argv, optflags)) != -1) {
786 case 'a': optflags = "a:f:d:w:o:c:m:bv"; break;
787 case 'i': optflags = "iv"; break;
788 case 'r': optflags = "rf:v"; break;
789 case 's': optflags = "sf:n:v"; break;
796 while ((ch = getopt(argc, argv, optflags)) != -1) {
/freebsd-current/usr.sbin/rtadvd/
H A Drtadvd.c1406 union nd_opt *ndopts, uint32_t optflags)
1437 if ((ndopt_flags[hdr->nd_opt_type] & optflags) == 0) {
1405 nd6_options(struct nd_opt_hdr *hdr, int limit, union nd_opt *ndopts, uint32_t optflags) argument

Completed in 122 milliseconds