Searched refs:ch (Results 476 - 500 of 1496) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/tcsh/
H A Ded.inputl.c81 Char ch; local
174 if ((num = GetNextCommand(&cmdnum, &ch)) != OKCMD) {
180 xprintf(CGETS(6, 1, "ERROR: illegal command from key 0%o\r\n"), ch);
186 retval = (*CcFuncTbl[cmdnum]) (ch);
260 ch = tch;
261 if (ch == 'y' || ch == ' ') {
268 if (ch == 'e') {
279 else if (ch == 'a') {
668 GetCmdChar(Char ch) argument
679 GetNextCommand(KEYCMD *cmdnum, Char *ch) argument
[all...]
/freebsd-11-stable/sys/ddb/
H A Ddb_capture.c178 char ch; local
189 ch = '\0';
190 return (SYSCTL_OUT(req, &ch, sizeof(ch)));
216 db_capture_writech(char ch) argument
219 return (db_capture_write(&ch, sizeof(ch)));
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-ati.c180 struct ata_channel *ch = device_get_softc(dev); local
184 ch->flags |= ATA_SATA;
192 struct ata_channel *ch = device_get_softc(dev); local
200 if (ch->unit == ((satacfg & 0x10) >> 4))
201 ch->flags |= ATA_SATA;
210 struct ata_channel *ch = device_get_softc(dev); local
211 int devno = (ch->unit << 1) + target;
/freebsd-11-stable/lib/libc/net/
H A Drthdr.c70 struct cmsghdr *ch = (struct cmsghdr *)bp; local
73 rthdr = (struct ip6_rthdr *)CMSG_DATA(ch);
75 ch->cmsg_level = IPPROTO_IPV6;
76 ch->cmsg_type = IPV6_RTHDR;
81 ch->cmsg_len = CMSG_LEN(sizeof(struct ip6_rthdr0) -
84 ch->cmsg_len = CMSG_LEN(sizeof(struct ip6_rthdr0));
89 return (ch);
/freebsd-11-stable/usr.bin/xargs/
H A Dxargs.c103 int ch, Jflag, nargs, nflag, nline; local
138 while ((ch = getopt(argc, argv, "0E:I:J:L:n:oP:pR:S:s:rtx")) != -1)
139 switch (ch) {
290 int ch, foundeof; local
295 switch (ch = getchar()) {
378 if (xp == endxp || p > ebp || ch == EOF ||
389 if (ch == EOF || foundeof)
414 if (!insingle && !indouble && (ch = getchar()) == EOF) {
421 *p++ = ch;
445 *p++ = ch;
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsyslog.c136 char ch, *p; local
205 for ( ; (ch = *fmt); ++fmt) {
206 if (ch == '%' && fmt[1] == 'm') {
210 } else if (ch == '%' && fmt[1] == '%') {
212 fputc(ch, fmt_fp);
213 fputc(ch, fmt_fp);
215 fputc(ch, fmt_fp);
/freebsd-11-stable/usr.bin/fstat/
H A Dfuser.c59 char ch; member in struct:__anon8616
74 char ch; member in struct:__anon8617
136 fputc(uflags[i].ch, stderr);
139 fputc(fflags[i].ch, stderr);
170 int ch, cnt, sig; local
176 while ((ch = getopt(argc, argv, "M:N:cfhkms:u")) != -1)
177 switch(ch) {
/freebsd-11-stable/usr.sbin/extattr/
H A Drmextattr.c114 int ch, error, i, arg_counter, attrnamespace, minargc; local
152 while ((ch = getopt(argc, argv, options)) != -1) {
153 switch (ch) {
263 for (i = 0; i < ret; i += ch + 1) {
265 ch = (unsigned char)buf[i];
267 ch, ch, buf + i + 1);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_pad.c224 NCURSES_CH_T ch = oline->text[j]; local
232 && isWidecExt(ch)) {
233 SetChar(ch, L(' '), AttrOf(oline->text[j - 1]));
236 if (!CharEq(ch, nline->text[n])) {
237 nline->text[n] = ch;
323 pechochar(WINDOW *pad, const chtype ch) argument
325 T((T_CALLED("pechochar(%p, %s)"), (void *) pad, _tracechtype(ch)));
331 returnCode(wechochar(pad, ch));
333 waddch(pad, ch);
/freebsd-11-stable/sys/powerpc/powermac/
H A Data_kauai.c247 struct ata_channel *ch; local
255 ch = &sc->sc_ch.sc_ch;
269 ch->r_io[i].res = sc->sc_memr;
270 ch->r_io[i].offset = i*ATA_KAUAI_REGGAP + ATA_KAUAI_REGOFFSET;
272 ch->r_io[ATA_CONTROL].res = sc->sc_memr;
273 ch->r_io[ATA_CONTROL].offset = ATA_KAUAI_ALTOFFSET;
276 ch->unit = 0;
277 ch->flags |= ATA_USE_16BIT;
280 ch->flags |= ATA_NO_ATAPI_DMA;
/freebsd-11-stable/sys/fs/udf/
H A Dosta.c300 int IsIllegal(unicode_t ch);
463 unicode_t ch) /* (Input) Unicode char to search for. */
469 if (*string == ch) {
485 int IsIllegal(unicode_t ch) argument
489 if (ch == 0x003A) {
497 if (ch == 0x0000 || ch == 0x002F) {
505 if (ch < 0x0020 || UnicodeInString("\\/:*?\"<>|", ch)) {
461 UnicodeInString( unsigned char *string, unicode_t ch) argument
/freebsd-11-stable/usr.bin/tail/
H A Dforward.c100 int ch; local
114 if ((ch = getc(fp)) == EOF) {
126 if ((ch = getc(fp)) == EOF) {
133 if (ch == '\n' && !--off)
177 while ((ch = getc(fp)) != EOF)
178 if (putchar(ch) == EOF)
241 int ch; local
243 while ((ch = getc(file->fp)) != EOF) {
249 if (putchar(ch) == EOF)
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c95 char ch; local
170 if ((ret = read(ifd, &ch, 1)) < 0) {
174 } else if (ret == 0 || ch == '\n') {
180 response[pos++] = ch;
221 int ch, pos, ret; local
267 if ((ch = getchar()) == EOF && ferror(stdin)) {
271 if (ch == EOF || ch == '\n') {
276 response[pos++] = ch;
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbf-686.S30 movb %ch,%al
36 movb %ch,%al
68 movb %ch,%al
74 movb %ch,%al
106 movb %ch,%al
112 movb %ch,%al
144 movb %ch,%al
150 movb %ch,%al
182 movb %ch,%al
188 movb %ch,
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dsoelim.c143 int ch, i; local
151 while ((ch = getopt(argc, argv, "CrtvI:")) != -1) {
152 switch (ch) {
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_cascade.c69 char ch; local
72 (void) recv(fd, &ch, sizeof(ch), 0);
/freebsd-11-stable/bin/chflags/
H A Dchflags.c67 int ch, fts_options, oct, rval; local
71 while ((ch = getopt(argc, argv, "HLPRfhv")) != -1)
72 switch (ch) {
/freebsd-11-stable/bin/mkdir/
H A Dmkdir.c64 int ch, exitval, success, pflag; local
71 while ((ch = getopt(argc, argv, "m:pv")) != -1)
72 switch(ch) {
/freebsd-11-stable/bin/stty/
H A Dstty.c64 int ch; local
74 (ch = getopt(argc, argv, "aef:g")) != -1)
75 switch(ch) {
/freebsd-11-stable/contrib/sendmail/libsm/
H A Db-strl.c64 int ch;
73 while ((ch = getopt(argc, argv, OPTIONS)) != -1)
75 switch ((char) ch)
H A Dutil.c137 #define SM_MM_QUOTE(ch) (((ch) & 0377) == METAQUOTE || (((ch) & 0340) == 0200))
/freebsd-11-stable/libexec/revnetgroup/
H A Drevnetgroup.c78 int ch; local
85 while ((ch = getopt(argc, argv, "uhf:")) != -1) {
86 switch(ch) {
/freebsd-11-stable/sbin/dumpon/
H A Ddumpon.c126 int ch; local
131 while ((ch = getopt(argc, argv, "lv")) != -1)
132 switch((char)ch) {
/freebsd-11-stable/sbin/mount_udf/
H A Dmount_udf.c80 int ch, iovlen, mntflags, udf_flags, verbose; local
85 while ((ch = getopt(argc, argv, "o:vC:")) != -1)
86 switch (ch) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c208 CHAR_T ch = '\0'; local
259 if ((ch = *ecp->cp) == '\n') {
262 } else if (cmdskip(ch))
274 if (ecp->clen != 0 && ch == ':') {
276 while (--ecp->clen > 0 && (ch = *++ecp->cp) == ':');
288 if (ecp->clen != 0 && ch == '"') {
300 ch = *ecp->cp;
301 if (!cmdskip(ch))
355 ch = *ecp->cp;
356 if (!cmdskip(ch)
[all...]

Completed in 379 milliseconds

<<11121314151617181920>>