Searched refs:ch (Results 126 - 150 of 1921) sorted by relevance

1234567891011>>

/macosx-10.9.5/libresolv-54/
H A Dres_comp.c161 int ppch = '\0', pch = PERIOD, ch = *dn++; local
163 while (ch != '\0') {
166 if (periodchar(ch)) {
169 if (!borderchar(ch))
172 if (!borderchar(ch))
175 if (!middlechar(ch))
178 ppch = pch, pch = ch, ch = nch;
204 int ch, escaped = 0; local
211 while ((ch
232 int ch; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/widechar/
H A Dlib_get_wstr.c96 wint_t ch; local
123 while ((code = wget_wch(win, &ch)) != ERR) {
127 if (ch == '\r')
128 ch = '\n';
129 if (ch == '\n') {
131 ch = KEY_ENTER;
133 if (ch < KEY_MIN) {
134 if (ch == erasec) {
135 ch = KEY_BACKSPACE;
138 if (ch
[all...]
H A Dlib_hline_set.c45 whline_set(WINDOW *win, const cchar_t * ch, int n) argument
51 T((T_CALLED("whline_set(%p,%s,%d)"), win, _tracecchar_t(ch), n));
64 if (ch == 0)
67 wch = *ch;
H A Dlib_vline_set.c45 wvline_set(WINDOW *win, const cchar_t * ch, int n) argument
51 T((T_CALLED("wvline(%p,%s,%d)"), win, _tracecchar_t(ch), n));
61 if (ch == 0)
64 wch = *ch;
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dattr_scan64.c178 int ch; local
184 while ((ch = VSTREAM_GETC(fp)) != ':' && ch != '\n') {
185 if (ch == VSTREAM_EOF) {
191 VSTRING_ADDCH(base64_buf, ch);
208 return (ch);
217 int ch; local
219 if ((ch = attr_scan64_string(fp, str_buf, context)) < 0)
226 return (ch);
236 int ch; local
261 int ch; local
[all...]
H A Dattr_scan_plain.c175 int ch; local
178 while ((ch = VSTREAM_GETC(fp)) != '\n'
179 && (terminator == 0 || ch != terminator)) {
180 if (ch == VSTREAM_EOF) {
186 VSTRING_ADDCH(plain_buf, ch);
199 return (ch);
209 int ch; local
213 if ((ch = attr_scan_plain_string(fp, base64_buf, terminator, context)) < 0)
220 return (ch);
229 int ch; local
249 int ch; local
274 int ch; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_u8.c100 uint32_t ch, ch2 = 0; local
110 ch = cnv->toUnicodeStatus;/*Stores the previously calculated ch from a previous call*/
118 ch = *(mySource++);
119 if (ch < 0x80) /* Simple case */
121 *(myTarget++) = (UChar) ch;
126 toUBytes[0] = (char)ch;
127 inBytes = bytesFromUTF8[ch]; /* lookup current sequence length */
140 ch = (ch <<
230 uint32_t ch, ch2 = 0; local
357 UChar32 ch; local
472 UChar32 ch; local
608 UChar32 ch; local
[all...]
/macosx-10.9.5/cron-39/lib/
H A Dmisc.c231 int ch; local
233 ch = getc(file);
234 if (ch == '\n')
236 return ch;
240 /* unget_char(ch, file) : like ungetc but do LineNumber processing
243 unget_char(ch, file)
244 int ch;
247 ungetc(ch, file);
248 if (ch == '\n')
266 int ch; local
288 int ch; local
543 register unsigned char ch = *src++; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/base/
H A Dlib_hline.c46 whline(WINDOW *win, chtype ch, int n) argument
52 T((T_CALLED("whline(%p,%s,%d)"), win, _tracechtype(ch), n));
65 if (ch == 0)
68 SetChar2(wch, ch);
H A Dlib_vline.c46 wvline(WINDOW *win, chtype ch, int n) argument
52 T((T_CALLED("wvline(%p,%s,%d)"), win, _tracechtype(ch), n));
62 if (ch == 0)
65 SetChar2(wch, ch);
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dsavescreen.c112 int ch; local
118 ch = getch();
119 } while (ch == ERR);
121 return ch;
145 int ch; local
152 while ((ch = getopt(argc, argv, "ir")) != -1) {
153 switch (ch) {
173 for (ch = 0; ch < COLOR_PAIRS; ++ch) {
[all...]
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Drec_streamlf.c79 int ch; local
88 if ((ch = VSTREAM_GETC(stream)) == VSTREAM_EOF)
90 if (ch == '\n') {
94 VSTRING_ADDCH(buf, ch);
/macosx-10.9.5/text_cmds-87/tr/
H A Dcset.h66 cset_in(struct cset *cs, wchar_t ch) argument
69 if (ch < CS_CACHE_SIZE && cs->cs_havecache)
70 return (cs->cs_cache[ch]);
71 return (cset_in_hard(cs, ch));
/macosx-10.9.5/text_cmds-87/unexpand/
H A Dunexpand.c73 int ch, failed; local
80 while ((ch = getopt(argc, argv, "at:")) != -1) {
81 switch (ch) {
123 wint_t ch; local
128 while ((ch = getwchar()) != WEOF) {
129 if (ch == ' ' && !doneline) {
133 } else if (ch == '\t') {
175 if (ch == '\b') {
179 } else if (ch == '\n') {
183 } else if (ch !
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/arch/win32/
H A Dmod_win32.c110 const char *ch = *str; local
114 if (!ch) {
117 while (*ch) {
118 if (*(ch++) & 0x80) {
125 widen += (ch - *str) + 1;
126 ch = *str;
128 while (*ch) {
129 if (*ch & 0x80) {
131 *(ch2++) = 0xC0 | ((*ch >> 6) & 0x03);
132 *(ch2++) = 0x80 | (*(ch
244 const char *ch = interp; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr018/
H A Dchk.comma23 if ./t ../../*/*.[ch] ../../*/*.in; then
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtestutil.h22 static UnicodeString &appendHex(UnicodeString &buf, UChar32 ch);
24 static UnicodeString hex(UChar32 ch);
/macosx-10.9.5/Libc-997.90.3/stdio/FreeBSD/
H A Dputc.c63 putc_unlocked(int ch, FILE *fp) argument
66 return (__sputc(ch, fp));
H A Dputchar.c67 putchar_unlocked(int ch) argument
70 return (__sputc(ch, stdout));
/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextBoundaries.h36 inline bool requiresContextForWordBoundary(UChar32 ch) argument
38 return WTF::Unicode::requiresComplexContextForWordBreaking(ch);
/macosx-10.9.5/ntp-88/libopts/
H A Dputshell.c173 int ch = *(pz++); local
174 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
175 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout);
176 else if (IS_PLUS_N_SPACE_CHAR(ch)) goto name_done;
177 else if (ch == NUL) { pz--; goto name_done; }
300 char ch = *(pzArg++); local
301 switch (ch) {
304 default: fputc( ch, stdou
[all...]
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dputshell.c173 int ch = *(pz++); local
174 if (IS_LOWER_CASE_CHAR(ch)) fputc(toupper(ch), stdout);
175 else if (IS_UPPER_CASE_CHAR(ch)) fputc(ch, stdout);
176 else if (IS_PLUS_N_SPACE_CHAR(ch)) goto name_done;
177 else if (ch == NUL) { pz--; goto name_done; }
300 char ch = *(pzArg++); local
301 switch (ch) {
304 default: fputc( ch, stdou
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/
H A Dgtest-port.cc176 // Returns true iff ch appears anywhere in str (excluding the
178 bool IsInSet(char ch, const char* str) { argument
179 return ch != '\0' && strchr(str, ch) != NULL;
182 // Returns true iff ch belongs to the given classification. Unlike
185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } argument
186 bool IsAsciiPunct(char ch) { argument
187 return IsInSet(ch, "
189 IsRepeat(char ch) argument
190 IsAsciiWhiteSpace(char ch) argument
191 IsAsciiWordChar(char ch) argument
203 AtomMatchesChar(bool escaped, char pattern_char, char ch) argument
261 const char ch = regex[i]; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A DSimpleFontInstance.cpp91 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper, le_bool filterZeroWidth) const argument
93 return LEFontInstance::mapCharToGlyph(ch, mapper, filterZeroWidth);
98 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch, const LECharMapper *mapper) const argument
100 return LEFontInstance::mapCharToGlyph(ch, mapper);
103 LEGlyphID SimpleFontInstance::mapCharToGlyph(LEUnicode32 ch) const
105 return (LEGlyphID) ch;
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dgb18030.c83 int ch, len, ocount; local
115 ch = (unsigned char)*s++;
116 if (ch <= 0x7f) {
118 wch = ch;
119 } else if (ch >= 0x81 && ch <= 0xfe) {
120 wch = ch;
123 ch = (unsigned char)*s++;
124 if ((ch >= 0x40 && ch <
[all...]

Completed in 179 milliseconds

1234567891011>>