Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/amd/amd/
Dget_args.c95 int opt_ch; in get_args() local
100 while ((opt_ch = getopt(c, v, "mnprva:c:d:h:k:l:t:w:x:y:C:D:")) != -1) in get_args()
101 switch (opt_ch) { in get_args()
/openbsd/src/usr.bin/sndiod/
Dsndiod.c97 void opt_ch(int *, int *);
162 opt_ch(int *rcmin, int *rcmax) in opt_ch() function
620 opt_ch(&pmin, &pmax); in main()
623 opt_ch(&rmin, &rmax); in main()
/openbsd/src/usr.sbin/amd/amq/
Damq.c226 int nodefault = 0, opt_ch, errs = 0, s; in main() local
235 while ((opt_ch = getopt(argc, argv, "fh:l:msuvx:D:")) != -1) in main()
236 switch (opt_ch) { in main()