Searched refs:ch (Results 1 - 20 of 20) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
H A Dmbcs.c31 int brlen (ch, cur_stat)
32 int ch;
35 char c = ch;
H A Dcompile.c196 bad_command(ch)
197 char ch;
201 sprintf(unknown_cmd, msg, ch);
231 int ch = EOF;
236 ch = *prog.cur++;
241 ch = getc(prog.file);
243 if (ch == '\n')
245 return ch;
248 /* unget `ch' so the next call to inchar will return it. */
249 static void savchar P_((int ch));
227 int ch = EOF; local
269 int ch; local
356 int ch; local
456 int ch; local
538 int ch; local
593 int ch; local
692 int ch; local
881 int ch; local
1040 int ch; local
[all...]
H A Dsed.h271 #define BRLEN(ch, ps) \
272 (mb_cur_max == 1 ? 1 : brlen (ch, ps))
277 #define BRLEN(ch, ps) 1
280 extern int brlen P_ ((int ch, mbstate_t *ps));
H A Dutils.h47 char *add1_buffer P_((struct buffer *b, int ch));
H A Dexecute.c912 int ch;
920 if ((ch = getc(input->fp)) != EOF)
922 ungetc(ch, input->fp);
935 int ch;
943 if ((ch = getc(input->fp)) == EOF)
945 ungetc(ch, input->fp);
906 int ch; local
929 int ch; local
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dquotearg.h291 char *quotearg_char (char const *arg, char ch);
294 char *quotearg_char_mem (char const *arg, size_t argsize, char ch);
H A Dregex_internal.h55 # define isblank(ch) ((ch) == ' ' || (ch) == '\t')
521 #define IS_WORD_CHAR(ch) (isalnum (ch) || (ch) == '_')
522 #define IS_NEWLINE(ch) ((ch) == NEWLINE_CHAR)
523 #define IS_WIDE_WORD_CHAR(ch) (iswalnum (ch) || (c
729 unsigned char ch; member in union:__anon175::__anon176
[all...]
H A Dregex_internal.c231 int i, ch;
235 ch = pstr->raw_mbs [pstr->raw_mbs_idx + byte_idx + i];
236 buf[i] = pstr->mbs[byte_idx + i] = pstr->trans[ch];
343 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx];
344 pstr->mbs[byte_idx] = ch;
346 pstr->wcs[byte_idx++] = (wchar_t) ch;
371 int i, ch;
375 ch = pstr->raw_mbs [pstr->raw_mbs_idx + src_idx + i];
376 buf[i] = pstr->trans[ch];
458 int ch
230 int i, ch; local
342 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + byte_idx]; local
370 int i, ch; local
457 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + src_idx]; local
538 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + char_idx]; local
561 int ch = pstr->raw_mbs[pstr->raw_mbs_idx + buf_idx]; local
838 int ch; local
882 int ch; local
[all...]
H A Dregcomp.c301 re_set_fastmap (char *fastmap, bool icase, int ch)
303 fastmap[ch] = 1;
305 fastmap[tolower (ch)] = 1;
351 int i, ch;
352 for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
356 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
358 re_set_fastmap (fastmap, icase, ch);
918 int i, j, ch;
925 for (i = 0, ch = 0; i < BITSET_WORDS; ++i)
926 for (j = 0; j < BITSET_WORD_BITS; ++j, ++ch)
299 re_set_fastmap(char *fastmap, bool icase, int ch) argument
349 int i, ch; local
913 int i, j, ch; local
948 int i, j, ch; local
2884 unsigned int ch; local
3356 unsigned char ch, delim = token->opr.c; local
3415 unsigned int ch; local
[all...]
H A Dquotearg.c775 quotearg_char_mem (char const *arg, size_t argsize, char ch) argument
779 set_char_quoting (&options, ch, 1);
784 quotearg_char (char const *arg, char ch) argument
786 return quotearg_char_mem (arg, SIZE_MAX, ch);
H A Dregexec.c662 int ch;
793 ch = match_first >= length
795 if (!fastmap[t ? t[ch] : ch])
805 ch = match_first >= length
807 if (fastmap[t ? t[ch] : ch])
835 ch = (match_first >= length
837 if (fastmap[ch])
2302 unsigned char ch;
659 int ch; local
2298 unsigned char ch; local
3355 int ch; local
4082 unsigned char ch; local
[all...]
/ndk/sources/host-tools/make-3.81/
H A Dansi2knr.c216 #define isidchar(ch) (is_alnum(ch) || (ch) == '_')
217 #define isidfirstchar(ch) (is_alpha(ch) || (ch) == '_')
H A Djob.c312 int ch;
313 for (p = path; (ch = *p) != 0; ++p)
314 if (ch == '\\')
310 int ch; local
/ndk/sources/host-tools/ndk-stack/regex/
H A Dregcomp.c856 static char /* if no counterpart, return ch */
857 othercase(int ch) argument
859 ch = (uch)ch;
860 assert(isalpha(ch));
861 if (isupper(ch))
862 return ((uch)tolower(ch));
863 else if (islower(ch))
864 return ((uch)toupper(ch));
866 return(ch);
875 bothcases(struct parse *p, int ch) argument
898 ordinary(struct parse *p, int ch) argument
[all...]
H A Dengine.c842 int ch, /* character or NONCHAR code */
860 assert(!NONCHAR(ch) || ch != (char)OPND(s));
861 if (ch == (char)OPND(s))
865 if (ch == BOL || ch == BOLEOL)
869 if (ch == EOL || ch == BOLEOL)
873 if (ch == BOW)
877 if (ch
838 step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft) argument
955 print(struct match *m, char *caption, states st, int ch, FILE *d) argument
1001 pchar(int ch) argument
[all...]
/ndk/sources/host-tools/make-3.81/tests/
H A Dtest_driver.pl817 local ($ch);
819 $ch = substr ($targetdir, length ($targetdir) - 1);
820 if ($ch eq "/" || $ch eq $pathsep)
/ndk/build/tools/
H A Dbuild-gcc.sh194 mkdir -p $TOOLCHAIN_BUILD_SYSROOT && (cd $SYSROOT && tar ch *) | (cd $TOOLCHAIN_BUILD_SYSROOT && tar x)
/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp504 int ch = ifs.get(); local
505 CPPUNIT_CHECK( ch != (int)WEOF );
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp504 int ch = ifs.get(); local
505 CPPUNIT_CHECK( ch != (int)WEOF );
/ndk/sources/host-tools/sed-4.2.1/
H A Dautoboot416 *.[ch]) c1='/* '; c2=' */';;
578 # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some
587 -depth \( -name '*.m4' -o -name '*.[ch]' \) \

Completed in 695 milliseconds