Searched refs:ch (Results 351 - 375 of 1297) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sbin/nfsiod/
H A Dnfsiod.c71 int ch; local
87 while ((ch = getopt(argc, argv, "n:")) != -1)
88 switch (ch) {
/freebsd-9.3-release/share/examples/ppi/
H A Dppilcd.c86 static void do_char(struct lcd_driver *driver, char ch);
100 int ch, i; local
110 while ((ch = getopt(argc, argv, "Dd:f:o:v")) != -1) {
111 switch(ch) {
160 while ((ch = fgetc(stdin)) != EOF)
161 do_char(driver, (char)ch);
198 do_char(struct lcd_driver *driver, char ch) argument
203 switch(ch) {
226 driver->l_command(ch);
231 if (ch
[all...]
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-netcell.c91 struct ata_channel *ch = device_get_softc(dev); local
98 ch->flags |= ATA_USE_16BIT;
100 ch->flags |= ATA_CHECKS_CABLE;
H A Data-highpoint.c147 struct ata_channel *ch = device_get_softc(dev); local
152 ch->flags |= ATA_ALWAYS_DMASTAT;
153 ch->flags |= ATA_CHECKS_CABLE;
155 ch->flags |= ATA_NO_ATAPI_DMA;
164 struct ata_channel *ch = device_get_softc(dev); local
165 int devno = (ch->unit << 1) + target;
203 struct ata_channel *ch = device_get_softc(dev); local
207 reg = ch->unit ? 0x57 : 0x53;
216 res = pci_read_config(parent, 0x5a, 1) & (ch->unit ? 0x1:0x2);
/freebsd-9.3-release/sys/dev/fb/
H A Dsplash_txt.c68 u_char ch, attr; local
76 ch = *pdata++;
80 sc->scr_map[ch], (int)attr << 8);
/freebsd-9.3-release/usr.bin/basename/
H A Dbasename.c63 int aflag, ch; local
71 while ((ch = getopt(argc, argv, "as:")) != -1)
72 switch(ch) {
/freebsd-9.3-release/usr.bin/dc/
H A Ddc.c83 int ch; local
87 while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) {
88 switch (ch) {
/freebsd-9.3-release/usr.bin/env/
H A Denv.c65 int ch, want_clear; local
70 while ((ch = getopt(argc, argv, "-iP:S:u:v")) != -1)
71 switch(ch) {
/freebsd-9.3-release/usr.bin/find/
H A Dmain.c82 int Hflag, Lflag, ch; local
91 while ((ch = getopt(argc, argv, "EHLPXdf:sx")) != -1)
92 switch (ch) {
/freebsd-9.3-release/usr.bin/tee/
H A Dtee.c70 int append, ch, exitval; local
75 while ((ch = getopt(argc, argv, "ai")) != -1)
76 switch((char)ch) {
/freebsd-9.3-release/usr.bin/truncate/
H A Dtruncate.c59 int ch, error, fd, oflags; local
66 while ((ch = getopt(argc, argv, "cr:s:")) != -1)
67 switch (ch) {
/freebsd-9.3-release/usr.sbin/lastlogin/
H A Dlastlogin.c77 int ch, i, ulistsize; local
80 while ((ch = getopt(argc, argv, "f:rt")) != -1) {
81 switch (ch) {
/freebsd-9.3-release/usr.sbin/ngctl/
H A Dshow.c69 int ch, no_hooks = 0; local
73 while ((ch = getopt(ac, av, "n")) != -1) {
74 switch (ch) {
/freebsd-9.3-release/contrib/amd/fsinfo/
H A Dfsinfo.c88 int ch; local
106 while ((ch = getopt(c, v, "a:b:d:e:f:h:m:D:U:I:qv")) != -1)
108 switch (ch) {
160 xsnprintf(iptr, sizeof(idvbuf), "-%c%s ", ch, optarg);
/freebsd-9.3-release/contrib/com_err/
H A Dcom_err.c141 int ch; local
152 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
153 if (ch != 0)
154 *p++ = char_set[ch-1];
/freebsd-9.3-release/contrib/gcc/
H A Dopts.h61 char ch; member in struct:cl_option_state
/freebsd-9.3-release/contrib/less/
H A Dlesskey.c362 register char ch; local
380 ch = 0;
383 ch = 8*ch + (*p - '0');
386 if (xlate && ch == CONTROL('K'))
388 buf[0] = ch;
413 case 'u': ch = SK_UP_ARROW; break;
414 case 'd': ch = SK_DOWN_ARROW; break;
415 case 'r': ch = SK_RIGHT_ARROW; break;
416 case 'l': ch
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c69 #define RENDER_WITH_DEFAULT(ch,def) w ##ch = _nc_render(win, (ch == 0) ? *(const ARG_CH_T)def : *ch)
/freebsd-9.3-release/crypto/heimdal/lib/com_err/
H A Dcom_err.c141 int ch; local
152 ch = (num >> BITS_PER_CHAR * i) & ((1 << BITS_PER_CHAR) - 1);
153 if (ch != 0)
154 *p++ = char_set[ch-1];
/freebsd-9.3-release/sys/modules/mrsas/
H A DMakefile17 /usr/local/bin/cscope -b *.[ch]
/freebsd-9.3-release/tools/tools/netmap/
H A Dvale-ctl.c121 int ch, nr_cmd = 0, nr_arg = 0; local
139 while ((ch = getopt(argc, argv, "d:a:h:g:l")) != -1) {
141 switch (ch) {
143 fprintf(stderr, "bad option %c %s", ch, optarg);
/freebsd-9.3-release/usr.bin/fmt/
H A Dfmt.c260 int ch; /* used for |getopt| processing */ local
269 while ((ch = getopt(argc, argv, "0123456789cd:hl:mnpst:w:")) != -1)
270 switch(ch) {
313 if (p[0] == '-' && p[1] == ch && !p[2])
335 exit(ch=='h' ? 0 : EX_USAGE);
637 wint_t ch; local
644 while ((ch=getwc(stream)) != '\n' && ch != WEOF) {
645 if (len+spaces_pending==0 && ch=='.' && !format_troff) troff=1;
646 if (ch
[all...]
/freebsd-9.3-release/usr.sbin/jexec/
H A Djexec.c74 int ch, ngroups, uflag, Uflag; local
78 ch = uflag = Uflag = 0;
84 while ((ch = getopt(argc, argv, "nu:U:")) != -1) {
85 switch (ch) {
/freebsd-9.3-release/contrib/gcc/config/
H A Delfos.h394 register unsigned ch; \
398 for (; (ch = *_limited_str); _limited_str++) \
402 switch (escape = ESCAPES[ch]) \
405 putc (ch, (FILE)); \
408 fprintf ((FILE), "\\%03o", ch); \
471 register unsigned ch; \
476 switch (escape = ESCAPES[ch = *_ascii_bytes]) \
479 putc (ch, (FILE)); \
483 fprintf ((FILE), "\\%03o", ch); \
/freebsd-9.3-release/usr.bin/look/
H A Dlook.c94 int ch, fd, match; local
104 while ((ch = getopt(argc, argv, "dft:")) != -1)
105 switch(ch) {
158 wchar_t ch; local
169 while ((clen = mbrtowc(&ch, readp, MB_LEN_MAX, NULL)) != 0) {
173 ch = towlower(ch);
174 if (!dflag || iswalnum(ch))
175 *writep++ = ch;

Completed in 270 milliseconds

<<11121314151617181920>>