HomeSort by relevance Sort by last modified time
    Searched defs:pchar (Results 1 - 10 of 10) 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
stringobject.c 1172 char pchar; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
stringobject.c 1167 char pchar; local
    [all...]
  /external/python/cpython2/Objects/
stringobject.c 1172 char pchar; local
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 2525 pchar(uint32_t c, BOOL utf, FILE *f) function
    [all...]
  /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/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 274 milliseconds