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

12

/freebsd-11.0-release/lib/libfigpar/
H A Dstring_m.c183 char *chr; local
188 pos = chr = source;
192 if (*chr != '\\') {
193 *pos = *chr; /* copy character to current offset */
195 chr++;
200 switch (*++chr) {
212 d[0] = isxdigit(*(chr+1)) ? *++chr : '\0';
214 d[1] = isxdigit(*(chr+1)) ? *++chr
[all...]
/freebsd-11.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.c116 void *chr, *head; local
123 chr = memchr(head, ch, _memstream_remainder(ms));
124 if (chr == NULL) {
129 sz = (char *)chr - (char *)head;
134 return (chr);
H A Dcitrus_prop.c53 int chr; member in union:__anon6615::__anon6616
103 _CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX)
142 _CITRUS_PROP_READ_INT(chr, int)
211 obj->u.chr = ch;
405 CALL1(chr);
/freebsd-11.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-11.0-release/tools/regression/tmpfs/
H A Dt_readdir52 mknod c chr 0 0 || die
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/utils/
H A Dlog2pcap.py50 data = ''.join([chr(int(x, 16)) for x in hexdata])
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c59 #define VisChar(tp, chr, limit) _nc_vischar(tp, chr, limit)
62 #define VisChar(tp, chr, limit) _nc_vischar(tp, chr)
/freebsd-11.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-11.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-11.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-11.0-release/bin/sh/
H A Dexpand.c1229 match_charclass(const char *p, wchar_t chr, const char **end) argument
1248 return iswctype(chr, cclass);
1314 wchar_t chr; local
1326 chr = get_wc(&q);
1327 if (chr == 0)
1330 chr = (unsigned char)*q++;
1339 found |= match_charclass(p, chr, &end);
1362 if ( collate_range_cmp(chr, wc) >= 0
1363 && collate_range_cmp(chr, wc2) <= 0
1367 if (chr
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh91 test_case type_chr -d key=/img,hostpath=the.img,size=32k,type=chr
/freebsd-11.0-release/contrib/netbsd-tests/fs/tmpfs/
H A Dt_readdir.sh61 atf_check -s eq:0 -o empty -e empty mknod chr c 0 0
/freebsd-11.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-11.0-release/sys/mips/mediatek/
H A Duart_dev_mtk.c146 char chr; local
148 chr = c;
/freebsd-11.0-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c134 char chr; local
136 chr = c;
/freebsd-11.0-release/contrib/ntp/util/
H A Dntp-keygen.c2138 void *chr /* arg 3 */
2144 fprintf(stderr, "%s %d %d %lu\r", (char *)chr, n1, n2,
2149 fprintf(stderr, "%s\t\t%d %d %lu\r", (char *)chr, n1,
2154 fprintf(stderr, "%s\t\t\t\t%d %d %lu\r", (char *)chr,
2160 (char *)chr, n1, n2, d3);
/freebsd-11.0-release/usr.sbin/newsyslog/
H A Dnewsyslog.c2415 char chr; local
2417 while ((chr = *string++)) {
2418 if (chr == '*' || chr == '?' || chr == '[')
/freebsd-11.0-release/tools/regression/usr.bin/env/
H A Dregress-sb.rb258 char = byte.chr
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dsource.c1024 source_charpos_line (struct symtab *s, int chr)
1033 while (line < s->nlines && *lnp <= chr)

Completed in 145 milliseconds

12