Searched refs:ch (Results 501 - 525 of 1496) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/tools/tools/mcgrab/
H A Dmcgrab.cc159 char ch; ///< character from getopt() local
170 while ((ch = getopt(argc, argv, "g:i:n:bh")) != -1) {
171 switch (ch) {
/freebsd-11-stable/tools/tools/netrate/tcpp/
H A Dtcpp.c96 int ch; local
116 while ((ch = getopt(argc, argv, "b:c:hl:m:p:r:st:CM:PT")) != -1) {
117 switch (ch) {
/freebsd-11-stable/usr.bin/gcore/
H A Dgcore.c82 int ch, efd, fd, name[4]; local
90 while ((ch = getopt(argc, argv, "c:fs")) != -1) {
91 switch (ch) {
/freebsd-11-stable/usr.bin/ident/
H A Dident.c205 int ch, i; local
209 while ((ch = getopt(argc, argv, "qV")) != -1) {
210 switch (ch) {
/freebsd-11-stable/usr.bin/soelim/
H A Dsoelim.c139 int ch, i; local
147 while ((ch = getopt(argc, argv, "CrtvI:")) != -1) {
148 switch (ch) {
/freebsd-11-stable/usr.bin/tip/tip/
H A Dcu.c53 int ch, i, parity; local
82 while ((ch = getopt(argc, argv, "a:l:s:htoe")) != -1) {
83 switch (ch) {
/freebsd-11-stable/usr.bin/tput/
H A Dtput.c63 int ch, exitval, n; local
68 while ((ch = getopt(argc, argv, "T:")) != -1)
69 switch(ch) {
/freebsd-11-stable/usr.sbin/chroot/
H A Dchroot.c68 int ch, gids; local
74 while ((ch = getopt(argc, argv, "G:g:u:")) != -1) {
75 switch(ch) {
/freebsd-11-stable/usr.sbin/fmtree/
H A Dmtree.c65 int ch; local
76 while ((ch = getopt(argc, argv, "cdef:iK:k:LnPp:qrs:UuwxX:")) != -1)
77 switch((char)ch) {
/freebsd-11-stable/usr.sbin/lpr/lpq/
H A Dlpq.c84 int ch, aflag, lflag; local
98 while ((ch = getopt(argc, argv, "alP:")) != -1)
99 switch((char)ch) {
/freebsd-11-stable/usr.sbin/quotaon/
H A Dquotaon.c79 int ch, i, offmode = 0, errs = 0; local
86 while ((ch = getopt(argc, argv, "avug")) != -1) {
87 switch(ch) {
/freebsd-11-stable/tools/tools/ether_reflect/
H A Dether_reflect.c61 int ch; local
77 while ((ch = getopt(argc, argv, "a:e:i:t:pd")) != -1) {
78 switch (ch) {
/freebsd-11-stable/tools/tools/find-sb/
H A Dfind-sb.c37 char *ch; local
47 offset = strtoimax(optarg, &ch, 10);
48 if (*ch != '\0' || offset < 0)
/freebsd-11-stable/bin/kenv/
H A Dkenv.c64 int ch, error; local
68 while ((ch = getopt(argc, argv, "hNquv")) != -1) {
69 switch (ch) {
/freebsd-11-stable/crypto/openssh/regress/
H A Dmodpipe.c84 int ch; local
91 while ((ch = getopt(argc, argv, "wm:")) != -1) {
92 switch (ch) {
/freebsd-11-stable/sys/dev/uart/
H A Duart_bus_scc.c87 uintptr_t ch, cl, md, rs; local
110 if (BUS_READ_IVAR(parent, dev, SCC_IVAR_CHANNEL, &ch) ||
115 return (uart_bus_probe(dev, rs, 0, cl, 0, ch, 0));
/freebsd-11-stable/stand/common/
H A Dpnp.c38 int ch; local
48 while ((ch = getopt(argc, argv, "v")) != -1) {
49 switch(ch) {
/freebsd-11-stable/usr.bin/brandelf/
H A Dbrandelf.c69 int ch, change = 0, force = 0, listed = 0; local
71 while ((ch = getopt(argc, argv, "f:lt:v")) != -1)
72 switch (ch) {
/freebsd-11-stable/usr.bin/dc/
H A Ddc.c85 int ch, fd; local
89 while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) {
90 switch (ch) {
/freebsd-11-stable/usr.bin/head/
H A Dhead.c76 int ch; local
83 while ((ch = getopt_long(argc, argv, "+n:c:", long_opts, NULL)) != -1)
84 switch(ch) {
/freebsd-11-stable/usr.bin/pathchk/
H A Dpathchk.c61 int ch, rval; local
64 while ((ch = getopt(argc, argv, "pP")) > 0) {
65 switch (ch) {
/freebsd-11-stable/usr.sbin/fifolog/fifolog_reader/
H A Dfifolog_reader.c99 int ch, i; local
105 while ((ch = getopt(argc, argv, "b:B:e:E:o:R:tT:")) != -1) {
106 switch (ch) {
/freebsd-11-stable/usr.bin/truncate/
H A Dtruncate.c61 int ch, error, fd, oflags; local
68 while ((ch = getopt(argc, argv, "cr:s:")) != -1)
69 switch (ch) {
/freebsd-11-stable/usr.sbin/lastlogin/
H A Dlastlogin.c82 int ch, i, ulistsize; local
89 while ((ch = getopt(argc, argv, "f:rt")) != -1) {
90 switch (ch) {
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_evt.c97 int ch, error, fd, i, num_events, verbose; local
118 while ((ch = getopt(ac, av, "v")) != -1) {
119 switch (ch) {

Completed in 282 milliseconds

<<21222324252627282930>>