HomeSort by relevance Sort by last modified time
    Searched defs:pchar (Results 1 - 12 of 12) sorted by null

  /hardware/intel/bootstub/
sfi.c 32 char *pchar = (char *)start; local
34 for (i = 0; i < len; i++, pchar++) {
35 if (pchar[0] == 'M'
36 && pchar[1] == 'M'
37 && pchar[2] == 'A'
38 && pchar[3] == 'P')
  /external/libedit/src/
search.c 211 static Char pchar = ':';/* ':' = normal, '?' = failed */ local
213 Char ch, *ocursor = el->el_line.cursor, oldpchar = pchar;
231 pchar = ':';
245 *el->el_line.lastchar++ = pchar;
358 if (pchar == '?') { /* wrap around */
417 pchar = '?';
419 pchar = ':';
424 if (ret == CC_ERROR && pchar == '?' && oldpchar == ':')
434 pchar = oldpchar;
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 151 static char *pchar(int ch);
1112 fprintf(d, " %s", pchar(ch));
1146 printf("%s %s-", title, pchar(*start));
1147 printf("%s ", pchar(*stop));
1154 - pchar - make a character printable
1156 == static char *pchar(int ch);
1165 pchar( function
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 110 static char *pchar(int);
966 (void)fprintf(d, " %s", pchar(ch));
985 (void)printf("%s %s-", title, pchar(*start));
986 (void)printf("%s ", pchar(*stop));
993 - pchar - make a character printable
1001 pchar(int ch) function
  /external/chromium_org/third_party/libxslt/libxslt/
numbers.c 952 xmlChar pchar; local
    [all...]
  /external/pcre/dist/
pcretest.c 1982 static int pchar(pcre_uint32 c, FILE *f) function
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.net_1.2.200.v20130430-1352.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 505 milliseconds