Searched refs:chr (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_prop.h59 _CITRUS_PROP_CB1_T(chr, int)
71 _CITRUS_PROP_CB_T_OPS(chr);
81 { name, _CITRUS_PROP_CHR, { .chr = { cb } } }
H A Dcitrus_memstream.c117 void *chr, *head; local
124 chr = memchr(head, ch, _memstream_remainder(ms));
125 if (chr == NULL) {
130 sz = (char *)chr - (char *)head;
135 return (chr);
H A Dcitrus_prop.c53 int chr; member in union:__anon5381::__anon5382
103 _CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX)
142 _CITRUS_PROP_READ_INT(chr, int)
211 obj->u.chr = ch;
403 CALL1(chr);
/freebsd-10.0-release/tools/regression/sbin/growfs/
H A Dregress.t59 fill(10 * BLKS_PER_MB, 10 * BLKS_PER_MB, chr(0));
64 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
75 fill(20 * BLKS_PER_MB, 10 * BLKS_PER_MB, chr(0xaa) . chr(0x55));
80 fill(30 * BLKS_PER_MB - $unallocated, $unallocated, chr(0))
/freebsd-10.0-release/sys/mips/adm5120/
H A Dconsole.c73 char chr; local
75 chr = c;
H A Duart_dev_adm5120.c95 char chr; local
96 chr = c;
/freebsd-10.0-release/tools/regression/tmpfs/
H A Dt_readdir52 mknod c chr 0 0 || die
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py50 data = ''.join([chr(int(x, 16)) for x in hexdata])
/freebsd-10.0-release/contrib/groff/src/preproc/grn/
H A Dmain.cpp722 register char *chr; local
728 for (chr = &str1[0]; *chr; chr++) /* convert command to */
729 if (isupper(*chr))
730 *chr = tolower(*chr); /* lower case */
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-test.py22 r += urllib.quote(chr(c))
H A Dwpas-dbus-new.py24 r += urllib.quote(chr(c))
H A Dwpas-dbus-new-signals.py25 r += urllib.quote(chr(c))
/freebsd-10.0-release/contrib/atf/atf-run/
H A Dio_test.cpp61 char ch = 'A', chr; local
63 while (is >> chr) {
64 ATF_REQUIRE_EQ(ch, chr);
/freebsd-10.0-release/contrib/dialog/
H A Dui_getc.c417 #define isBeforeChr(chr) ((chr) == before_chr && !before_fkey)
418 #define isBeforeFkey(chr) ((chr) == before_chr && before_fkey)
H A Drangebox.c85 set_digit(VALUE * data, int chr) argument
93 buffer[data->value_col] = (char) chr;
/freebsd-10.0-release/bin/sh/
H A Dexpand.c1406 match_charclass(const char *p, wchar_t chr, const char **end) argument
1425 return iswctype(chr, cclass);
1497 wchar_t chr; local
1523 chr = get_wc(&q);
1524 if (chr == 0)
1527 chr = (unsigned char)*q++;
1533 found |= match_charclass(p, chr, &end);
1558 if ( collate_range_cmp(chr, wc) >= 0
1559 && collate_range_cmp(chr, wc2) <= 0
1563 if (chr
[all...]
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dgetopt.c231 my_index (const char *str, int chr)
235 if (*str == chr)
229 my_index(const char *str, int chr) argument
/freebsd-10.0-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c138 char chr; local
140 chr = c;
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen.c1797 void *chr /* arg 3 */
1803 fprintf(stderr, "%s %d %d %lu\r", (char *)chr, n1, n2,
1808 fprintf(stderr, "%s\t\t%d %d %lu\r", (char *)chr, n1,
1813 fprintf(stderr, "%s\t\t\t\t%d %d %lu\r", (char *)chr,
1819 (char *)chr, n1, n2, d3);
/freebsd-10.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c2428 char chr; local
2430 while ((chr = *string++)) {
2431 if (chr == '*' || chr == '?' || chr == '[')
/freebsd-10.0-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb258 char = byte.chr
/freebsd-10.0-release/contrib/bsnmp/snmpd/
H A Dconfig.c489 static const char chr[] = "\a\b\f\n\r\t\v"; local
582 strval[strvallen++] = chr[end - esc];
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dsource.c1024 source_charpos_line (struct symtab *s, int chr)
1033 while (line < s->nlines && *lnp <= chr)
/freebsd-10.0-release/contrib/gcc/
H A Ddbxout.c635 #define stabstr_C(chr) obstack_1grow (&stabstr_ob, chr)
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5568 change_res_horz chr str ZC - - ----- Change horizontal resolution to #1

Completed in 208 milliseconds

12