Home
last modified time | relevance | path

Searched refs:chr (Results 1 – 25 of 33) sorted by relevance

12

/dragonfly/lib/libc/citrus/
H A Dcitrus_memstream.c116 void *chr, *head; in _citrus_memory_stream_chr() local
123 chr = memchr(head, ch, _memstream_remainder(ms)); in _citrus_memory_stream_chr()
124 if (chr == NULL) { in _citrus_memory_stream_chr()
129 sz = (char *)chr - (char *)head; in _citrus_memory_stream_chr()
134 return (chr); in _citrus_memory_stream_chr()
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_prop.c53 int chr; member
103 _CITRUS_PROP_READ_UINT_COMMON(chr, int, UCHAR_MAX) in _CITRUS_PROP_READ_UINT_COMMON() argument
139 _CITRUS_PROP_READ_INT(chr, int)
208 obj->u.chr = ch; in _citrus_prop_read_character()
402 CALL1(chr); in _citrus_prop_parse_element()
/dragonfly/usr.bin/evtranalyze/
H A Dtrivial.h4 #define DEFINE_DEBUG_FLAG(nam, chr)\ argument
5 nam = 1 << (chr - 'a')
/dragonfly/lib/libevtr/
H A Dinternal.h9 #define DEFINE_DEBUG_FLAG(nam, chr) \ argument
10 nam = 1 << (chr - 'a')
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c60 #define VisChar(tp, chr, limit) _nc_vischar(tp, chr, limit) argument
63 #define VisChar(tp, chr, limit) _nc_vischar(tp, chr) argument
/dragonfly/bin/sh/
H A Dexpand.c1239 match_charclass(const char *p, wchar_t chr, const char **end) in match_charclass() argument
1258 return iswctype(chr, cclass); in match_charclass()
1324 wchar_t chr; in patmatch() local
1336 chr = get_wc(&q); in patmatch()
1337 if (chr == 0) in patmatch()
1340 chr = (unsigned char)*q++; in patmatch()
1349 found |= match_charclass(p, chr, &end); in patmatch()
1374 if ( collate_range_cmp(chr, wc) >= 0 in patmatch()
1375 && collate_range_cmp(chr, wc2) <= 0 in patmatch()
1379 if (chr == wc) in patmatch()
/dragonfly/contrib/dialog/
H A Dui_getc.c417 #define isBeforeChr(chr) ((chr) == before_chr && !before_fkey) argument
418 #define isBeforeFkey(chr) ((chr) == before_chr && before_fkey) argument
H A Drangebox.c72 set_digit(VALUE * data, int chr) in set_digit() argument
80 buffer[data->value_col] = (char) chr; in set_digit()
/dragonfly/games/worm/
H A Dworm.c157 display(struct body *pos, char chr) in display() argument
160 waddch(tv, chr); in display()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dgetopt.c228 my_index (const char *str, int chr) in my_index() argument
232 if (*str == chr) in my_index()
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dgetopt.c229 my_index (const char *str, int chr) in my_index() argument
233 if (*str == chr) in my_index()
/dragonfly/contrib/gdb-7/libiberty/
H A Dgetopt.c229 my_index (const char *str, int chr) in my_index() argument
233 if (*str == chr) in my_index()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dgetopt.c229 my_index (const char *str, int chr) in my_index() argument
233 if (*str == chr) in my_index()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dgetopt.c228 my_index (const char *str, int chr) in my_index() argument
232 if (*str == chr) in my_index()
/dragonfly/games/fortune/datfiles/
H A Dzippy.sp.ok151 chr
/dragonfly/usr.bin/chat/
H A Dchat.c558 #define isoctal(chr) (((chr) >= '0') && ((chr) <= '7')) in clean() argument
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpretty-print.c1260 int chr = va_arg (*text->args_ptr, int); in pp_format() local
1261 if (ISPRINT (chr) || !quote) in pp_format()
1262 pp_character (pp, chr); in pp_format()
1265 const char str [2] = { chr, '\0' }; in pp_format()
H A Dgimple-ssa-sprintf.c839 bool get_flag (char chr) const in get_flag()
841 unsigned char c = chr & 0xff; in get_flag()
847 void set_flag (char chr) in set_flag()
849 unsigned char c = chr & 0xff; in set_flag()
855 void clear_flag (char chr) in clear_flag()
857 unsigned char c = chr & 0xff; in clear_flag()
/dragonfly/usr.sbin/newsyslog/
H A Dnewsyslog.c2521 char chr; in isglobstr() local
2523 while ((chr = *string++)) { in isglobstr()
2524 if (chr == '*' || chr == '?' || chr == '[') in isglobstr()
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lex.c2755 int chr; in processString() local
2756 sscanf (p+2, "%2x", &chr); in processString()
2757 *q = (char) chr; in processString()
/dragonfly/gnu/usr.bin/gdb/gdb/
H A Dada-lex.c2755 int chr; in processString() local
2756 sscanf (p+2, "%2x", &chr); in processString()
2757 *q = (char) chr; in processString()
/dragonfly/contrib/zstd/programs/
H A Dutil.c767 char *chr; in trimLeadingCurrentDir() member
771 return ptr.chr; in trimLeadingCurrentDir()
/dragonfly/share/misc/
H A Diso639120 chr chr Cherokee
/dragonfly/contrib/file/magic/Magdir/
H A Dole2compounddocs660 # also chr for character file according to DROID https://www.nationalarchives.gov.uk/PRONOM/fmt/978
661 #!:ext max/chr

12