Searched refs:ch (Results 376 - 400 of 1760) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/usr.bin/printenv/
H A Dprintenv.c65 int ch; local
67 while ((ch = getopt(argc, argv, "")) != -1)
68 switch(ch) {
/netbsd-6-1-5-RELEASE/usr.bin/rev/
H A Drev.c65 int ch, rval; local
70 while ((ch = getopt(argc, argv, "")) != -1)
71 switch(ch) {
/netbsd-6-1-5-RELEASE/usr.bin/unvis/
H A Dunvis.c57 int ch, eflags = 0; local
60 while ((ch = getopt(argc, argv, "eHhm")) != -1)
61 switch((char)ch) {
/netbsd-6-1-5-RELEASE/usr.bin/users/
H A Dusers.c64 int ch; local
67 while ((ch = getopt(argc, argv, "")) != -1)
68 switch(ch) {
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dwhatis.c80 int ch, retval; local
82 while ((ch = getopt(argc, argv, "")) != -1) {
83 switch (ch) {
/netbsd-6-1-5-RELEASE/tests/fs/ffs/
H A Dh_ffs_server.c60 int ch; local
62 while ((ch = getopt(argc, argv, "bl")) != -1) {
63 switch(ch) {
/netbsd-6-1-5-RELEASE/usr.bin/biff/
H A Dbiff.c62 int ch; local
66 while ((ch = getopt(argc, argv, "")) != -1)
67 switch(ch) {
/netbsd-6-1-5-RELEASE/usr.bin/menuc/
H A Dmain.c65 int ch; local
70 while ( (ch = getopt (argc, argv, "o:")) != -1 ) {
71 switch (ch) {
/netbsd-6-1-5-RELEASE/usr.bin/mesg/
H A Dmesg.c66 int ch; local
70 while ((ch = getopt(argc, argv, "")) != -1)
71 switch (ch) {
/netbsd-6-1-5-RELEASE/games/rogue/
H A Droom.c374 short i, j, ch, och; local
383 if (((ch = mvinch(i, j)) == ' ') ||
384 ((ch >= 'A') && (ch <= 'Z')) || (s & (TRAP | HIDDEN))) {
385 och = ch;
388 ch = '-';
390 ch = '|';
392 ch = '+';
394 ch = '^';
396 ch
522 short ch; local
[all...]
H A Dpack.c155 short ch; local
166 if ((ch = pack_letter("drop what?", ALL_OBJECTS)) == CANCEL) {
169 if (!(obj = get_letter_object(ch))) {
281 short ch; local
293 ch = rgetchar();
294 if (!is_pack_letter(&ch, &mask)) {
301 if (ch == LIST) {
311 return(ch);
340 short ch; local
348 ch
389 short ch; local
441 short ch; local
[all...]
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvi.c259 vi_hook(ch)
260 int ch;
271 if (ch == Ctrl('v')) {
273 ch = '^';
275 switch (vi_insert(ch)) {
315 if (ch == '\r' || ch == '\n')
319 if (ch >= '1' && ch <= '9') {
320 argc1 = ch
1843 unsigned char ch; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libparse/
H A Dclk_dcf7000.c156 unsigned int ch,
162 parseprintf(DD_PARSE, ("inp_dcf7000(0x%lx, 0x%x, ...)\n", (long)parseio, ch));
164 switch (ch)
169 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
175 return parse_addchar(parseio, ch);
154 inp_dcf7000( parse_t *parseio, unsigned int ch, timestamp_t *tstamp ) argument
H A Dclk_hopf6021.c225 unsigned int ch,
231 parseprintf(DD_PARSE, ("inp_hopf6021(0x%lx, 0x%x, ...)\n", (long)parseio, ch));
233 switch (ch)
238 if ((rtc = parse_addchar(parseio, ch)) == PARSE_INP_SKIP)
244 return parse_addchar(parseio, ch);
223 inp_hopf6021( parse_t *parseio, unsigned int ch, timestamp_t *tstamp ) argument
H A Dclk_varitext.c192 unsigned int ch,
199 parseprintf(DD_PARSE, ("inp_varitext(0x%lx, 0x%x, ...)\n", (long)parseio, ch));
204 if (ch == 'T')
207 if ((t->previous_ch == 'T') && (ch == ':'))
221 if ((rtc = parse_addchar(parseio, ch)) != PARSE_INP_SKIP)
243 if ((t->previous_ch == '\r') && (ch == '\n'))
250 t->previous_ch = ch;
190 inp_varitext( parse_t *parseio, unsigned int ch, timestamp_t *tstamp ) argument
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_memstream.c120 struct _citrus_region *r, char ch)
129 chr = memchr(head, ch, _memstream_remainder(ms));
146 int ch; local
148 while ((ch = _memstream_peek(ms)) != EOF) {
149 if (!_bcs_isspace(ch))
119 _citrus_memory_stream_chr(struct _citrus_memory_stream *ms, struct _citrus_region *r, char ch) argument
/netbsd-6-1-5-RELEASE/games/boggle/boggle/
H A Dword.c70 int ch, pcount; local
96 while ((ch = getc(fp)) != EOF && ch >= 'a')
97 if ((*p++ = ch) == 'q')
99 lastch = ch;
/netbsd-6-1-5-RELEASE/sys/arch/arm/s3c2xx0/
H A Ds3c2440reg.h427 #define DMA_OFFSET(ch) ch*S3C2440_DMA_SIZE
429 #define DMA_DISRC(ch) (DMA_DISRC_BASE+DMA_OFFSET(ch))
432 #define DMA_DISRCC(ch) (DMA_DISRCC_BASE+DMA_OFFSET(ch))
438 #define DMA_DIDST(ch) (DMA_DIDST_BASE+DMA_OFFSET(ch))
441 #define DMA_DIDSTC(ch) (DMA_DIDSTC_BASE+DMA_OFFSET(ch))
[all...]
/netbsd-6-1-5-RELEASE/games/quiz/
H A Dquiz.c80 int ch; local
87 while ((ch = getopt(argc, argv, "i:t")) != -1)
88 switch(ch) {
333 int ch; local
344 while ((ch = *mp++ = *tp++) && ch != '\n')
364 int ch; local
366 for (; (ch = *p) != '\0'; ++p)
367 if (isascii(ch) && isupper(ch))
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/tr/
H A Dstr.c63 int ch; local
71 switch (ch = *s->str) {
84 s->lastch = ch;
285 int ch, cnt, val; local
288 ch = *++s->str;
289 if (!isascii(ch) || !isdigit(ch))
291 val = val * 8 + ch - '0';
299 if (ch != '\0')
301 switch (ch) {
[all...]
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dnb_name.c162 u_int16_t ch; local
167 ch = NBENCODE('*');
168 memcpy(cp, &ch, 2);
173 ch = NBENCODE(toupper(*name));
174 memcpy(cp, &ch, 2);
181 ch = NBENCODE(np->nn_type);
182 memcpy(cp, &ch, 2);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dmac_expand.c127 int ch; local
153 if ((ch = *cp) == 0) {
157 if (ch == '?' || ch == ':') {
162 if (!ISALNUM(ch) && ch != '_') {
177 switch (ch) {
/netbsd-6-1-5-RELEASE/usr.bin/tail/
H A Dread.c68 int ch, len, tlen; local
76 for (wrap = 0, ep = p + off; (ch = getc(fp)) != EOF;) {
77 *p = ch;
141 int ch; local
155 while ((ch = getc(fp)) != EOF) {
163 *p++ = ch;
164 if (ch == '\n') {
/netbsd-6-1-5-RELEASE/usr.bin/apropos/
H A Dapropos.c78 int ch, rv; local
85 while ((ch = getopt(argc, argv, "C:M:m:P:S:s:")) != -1) {
86 switch (ch) {
255 char ch; local
257 while ((ch = *from++) && ch != '\n')
258 *to++ = tolower((unsigned char)ch);
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dvsnprintf_ss.c122 int ch; /* character from fmt */ local
181 rflag: ch = *fmt++;
182 reswitch: switch (ch) {
213 if ((ch = *fmt++) == '*') {
219 while (is_digit(ch)) {
220 n = 10 * n + to_digit(ch);
221 ch = *fmt++;
237 n = 10 * n + to_digit(ch);
238 ch = *fmt++;
239 } while (is_digit(ch));
[all...]

Completed in 609 milliseconds

<<11121314151617181920>>