Searched refs:ch (Results 51 - 75 of 80) sorted by relevance

1234

/barrelfish-master/lib/acpica/source/include/
H A Dacclib.h159 int ch);
/barrelfish-master/lib/libc/nameser/
H A Dns_name.c872 special(int ch) { argument
873 switch (ch) {
897 printable(int ch) { argument
898 return (ch > 0x20 && ch < 0x7f);
906 mklower(int ch) { argument
907 if (ch >= 0x41 && ch <= 0x5A)
908 return (ch + 0x20);
909 return (ch);
[all...]
/barrelfish-master/lib/libc/net/
H A Dip6opt.c83 struct cmsghdr *ch = (struct cmsghdr *)bp; local
89 ch->cmsg_level = IPPROTO_IPV6;
90 ch->cmsg_type = type;
91 ch->cmsg_len = CMSG_LEN(0);
93 *cmsgp = ch;
H A Drcmd.c568 int ch; local
590 while ((ch = getc(hostf)) != '\n' && ch != EOF);
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dssl_ciph.c1033 char ch; local
1039 ch = *l;
1041 if (ch == '\0')
1043 if (ch == '-')
1045 else if (ch == '+')
1047 else if (ch == '!')
1049 else if (ch == '@')
1054 if (ITEM_SEP(ch))
1069 ch = *l;
1073 while ( ((ch >
[all...]
/barrelfish-master/lib/libc/stdio/
H A Dvfprintf.c311 int ch; /* character from fmt */ local
485 for (cp = fmt; (ch = *fmt) != '\0' && ch != '%'; fmt++)
496 if (ch == '\0')
508 rflag: ch = *fmt++;
509 reswitch: switch (ch) {
544 if ((ch = *fmt++) == '*') {
549 while (is_digit(ch)) {
550 prec = 10 * prec + to_digit(ch);
551 ch
[all...]
H A Dvfwprintf.c393 wchar_t ch; /* character from fmt */ local
558 for (cp = fmt; (ch = *fmt) != '\0' && ch != '%'; fmt++)
569 if (ch == '\0')
581 rflag: ch = *fmt++;
582 reswitch: switch (ch) {
617 if ((ch = *fmt++) == '*') {
622 while (is_digit(ch)) {
623 prec = 10 * prec + to_digit(ch);
624 ch
[all...]
H A Dxprintf.c269 int ch; local
439 ch = printf_tbl[pi->spec].arginfo(
441 if (ch > 0)
443 if (ch > 1)
445 nextarg += ch;
455 for (ch = 1; ch < maxarg; ch++) {
457 fprintf(stderr, "arg %d %x\n", ch, argt[ch]);
[all...]
/barrelfish-master/lib/libc/iconv/
H A Dcitrus_memstream.h140 _citrus_memory_stream_ungetc(struct _citrus_memory_stream *ms, int ch) argument
143 if (ch != EOF && ms->ms_pos > 0)
/barrelfish-master/lib/lwip2/test/minimal/
H A Dmain.c241 int ch; local
257 while ((ch = getopt_long(argc, argv, "dhg:i:m:t:", longopts, NULL)) != -1) {
258 switch (ch) {
/barrelfish-master/lib/acpica/generate/linux/
H A Dlibacpica.sh288 files=`find . -name "*.[ch]" | cut -c3-`
322 cp $from/$dir/*.[ch] $to/$dir/
391 mv source/$path/*.[ch] drivers/acpi/acpica/
409 mv source/$path/*.[ch] tools/power/acpi/$path/
/barrelfish-master/tools/usbboot/
H A Dusbboot.c175 if(id.id.ch == OMAP44xx_ch_enabled)
177 else if(id.id.ch == OMAP44xx_ch_disabled)
180 printf("Unrecognised or corrupted CH setting: %02x\n", id.id.ch);
/barrelfish-master/lib/acpica/source/components/utilities/
H A Dutclib.c422 * ch - character to search for
433 int ch)
439 if ((*String) == (char) ch)
431 strchr( const char *String, int ch) argument
/barrelfish-master/lib/pcre/
H A Dpcre_printint.c709 pcre_uchar ch; local
710 while ((ch = *ccode++) != XCL_END)
715 switch(ch)
751 if (ch == XCL_RANGE)
H A Dpcre_exec.c3670 register pcre_uint32 ch, och; local
3673 GETCHARINC(ch, ecode);
3678 if (ch == c) RRETURN(MATCH_NOMATCH);
3683 if (ch > 127)
3684 och = UCD_OTHERCASE(ch);
3686 if (ch > 127)
3687 och = ch;
3690 och = TABLE_GET(ch, md->fcc, ch);
3691 if (ch
3697 register pcre_uint32 ch = ecode[1]; local
[all...]
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp1264 wint_t ch = static_cast<wint_t>(c);
1265 if ((m & space) == space) result |= (iswspace_l(ch, __l) != 0);
1266 if ((m & print) == print) result |= (iswprint_l(ch, __l) != 0);
1267 if ((m & cntrl) == cntrl) result |= (iswcntrl_l(ch, __l) != 0);
1268 if ((m & upper) == upper) result |= (iswupper_l(ch, __l) != 0);
1269 if ((m & lower) == lower) result |= (iswlower_l(ch, __l) != 0);
1270 if ((m & alpha) == alpha) result |= (iswalpha_l(ch, __l) != 0);
1271 if ((m & digit) == digit) result |= (iswdigit_l(ch, __l) != 0);
1272 if ((m & punct) == punct) result |= (iswpunct_l(ch, __l) != 0);
1273 if ((m & xdigit) == xdigit) result |= (iswxdigit_l(ch, __
1289 wint_t ch = static_cast<wint_t>(*low); local
[all...]
/barrelfish-master/lib/tommath/mtest/
H A Dmpi.c201 int s_mp_tovalue(char ch, int r); /* convert ch to value */
2559 char ch; local
2575 ch = s_mp_todigit(rem, radix, 0);
2577 str[pos++] = ch;
2607 /* {{{ mp_char2value(ch, r) */
2609 int mp_char2value(char ch, int r) argument
2611 return s_mp_tovalue(ch, r);
3891 /* {{{ s_mp_tovalue(ch, r) */
3901 int s_mp_tovalue(char ch, in argument
3945 char ch; local
[all...]
H A Dmpi.h215 int mp_char2value(char ch, int r);
/barrelfish-master/lib/libc/db/test/
H A Ddbtest.c95 int ch, oflags, sflag; local
102 while ((ch = getopt(argc, argv, "f:i:lo:s")) != -1)
103 switch (ch) {
/barrelfish-master/usr/eclipseclp/icparc_solvers/rxspencer/
H A DMakefile108 POST=mkh regex.3 regex.7 tests $(DTRH) $(ALLSRC) fake/*.[ch]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwrite.c1918 int ch = (number-base) % base; local
1919 buf[pos--] = (ch < 10) ? ch + '0' : ch + 'a' - 10;
1930 int ch = number % base; local
1931 buf[pos--] = (ch < 10) ? ch + '0' : ch + 'a' - 10;
/barrelfish-master/tools/fastmodels/
H A Dmain.c487 uint64_t ch :1; // CH member in struct:armv8_l1_entry::__anon1427
537 l1_table[j].block.ch= 1; /* Contiguous, combine TLB entries */
578 l1_table[j].block.ch= 1; /* Contiguous, combine TLB entries */
/barrelfish-master/lib/libc/gen/
H A Dglob.c1029 g_strchr(const Char *str, wchar_t ch) argument
1033 if (*str == ch)
/barrelfish-master/lib/libc/resolv/
H A Dres_init.c130 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c3054 int err, ch, neg, y; local
3060 ch = fgetc(stream);
3061 if (ch == '-') {
3063 ch = fgetc(stream);
3071 if (mp_s_rmap[y] == ch) {
3087 ch = fgetc(stream);
6390 char ch; local
6419 ch = (char) ((radix < 36) ? toupper ((int)*str) : *str);
6421 if (ch == mp_s_rmap[y]) {

Completed in 393 milliseconds

1234