HomeSort by relevance Sort by last modified time
    Searched refs:strchr (Results 1 - 25 of 604) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/string/
strchr.c 34 strchr(const char *p, int ch) function
  /system/core/libcutils/
cpu_info.c 48 chp = strchr(chp, ':');
61 whitespace = strchr(chp, ' ');
64 whitespace = strchr(chp, '\t');
67 whitespace = strchr(chp, '\r');
70 whitespace = strchr(chp, '\n');
  /external/chromium/third_party/icu/source/tools/genprops/misc/
ucdmerge.c 41 end=strchr(l, '#');
48 end=strchr(l, 0);
59 l1=strchr(l1, ';')+1;
60 l2=strchr(l2, ';')+1;
103 end=strchr(lastLine, '#');
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
ucdstrip.c 33 end=strchr(l, '#');
40 end=strchr(l, 0);
  /external/icu4c/tools/genprops/misc/
ucdmerge.c 41 end=strchr(l, '#');
48 end=strchr(l, 0);
59 l1=strchr(l1, ';')+1;
60 l2=strchr(l2, ';')+1;
103 end=strchr(lastLine, '#');
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
ucdstrip.c 33 end=strchr(l, '#');
40 end=strchr(l, 0);
  /external/icu4c/tools/genprops/
ucdmerge.c 41 end=strchr(l, '#');
48 end=strchr(l, 0);
59 l1=strchr(l1, ';')+1;
60 l2=strchr(l2, ';')+1;
103 end=strchr(lastLine, '#');
108 strchr(firstLine, ';'));/* first line starting from the first ; */
109 } else if(strchr(firstLine, '#')==NULL) {
113 strchr(firstLine, ';'), /* first line starting from the first ; */
119 strchr(firstLine, ';'), /* first line starting from the first ; */
ucdstrip.c 33 end=strchr(l, '#');
40 end=strchr(l, 0);
  /external/webkit/WebCore/platform/gtk/
Language.cpp 44 char* ptr = strchr(normalizedDefault.get(), '_');
49 ptr = strchr(normalizedDefault.get(), '.');
  /bionic/libc/stdlib/
putenv.c 42 if ((equal = strchr(p, '=')) == NULL) {
  /external/oprofile/libpopt/
findme.c 22 if (strchr(argv0, '/'))
35 if ((chptr = strchr(start, ':')))
  /bionic/libc/arch-x86/string/
index.S 9 #ifdef STRCHR
10 ENTRY(strchr) function
  /external/skia/src/svg/
SkSVGUse.cpp 34 const char* start = strchr(f_xlink_href.c_str(), '#') + 1;
SkSVGPath.cpp 31 const char* firstZ = strchr(f_d.c_str(), 'z');
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_icu.cpp 38 const char *listNameEnd=strchr(listname, 0);
75 listNameEnd=strchr(listname, 0);
91 end=strchr(line, '#');
96 end=strchr(line, 0);
106 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
  /external/icu4c/tools/toolutil/
pkg_icu.cpp 38 const char *listNameEnd=strchr(listname, 0);
75 listNameEnd=strchr(listname, 0);
91 end=strchr(line, '#');
96 end=strchr(line, 0);
106 if(*start==0 || NULL!=strchr(U_PKG_RESERVED_CHARS, *start)) {
  /external/e2fsprogs/resize/
test_extent.c 43 cp = strchr(buf, '\n');
53 cp = strchr(buf, ' ');
59 cp = strchr(cp, ' ');
  /external/quake/quake/src/WinQuake/
snd_dos.cpp 98 param = strchr(BLASTER, 'A');
100 param = strchr(BLASTER, 'a');
105 param = strchr(BLASTER, 'I');
107 param = strchr(BLASTER, 'i');
112 param = strchr(BLASTER, 'D');
114 param = strchr(BLASTER, 'd');
119 param = strchr(BLASTER, 'H');
121 param = strchr(BLASTER, 'h');
125 param = strchr(BLASTER, 'M');
127 param = strchr(BLASTER, 'm');
    [all...]
  /external/webkit/WebKit/android/benchmark/
main.cpp 46 char* x = strchr(optarg, 'x');
  /system/core/toolbox/
rmmod.c 28 dot = strchr(argv[1], '.');
  /bionic/libstdc++/include/
cstring 50 using ::strchr;
  /dalvik/vm/oo/
AccessCheck.c 76 if (strchr(class1->descriptor + commonLen, '/') != NULL ||
77 strchr(class2->descriptor + commonLen, '/') != NULL)
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 42 next = strchr(ptr, '&');
46 arg = strchr(ptr, '=');
  /external/ppp/pppd/plugins/radius/
clientid.c 61 if (( c = strchr(q, ' ')) || (c = strchr(q,'\t'))) {
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 22 pos = strchr(tmp, '-');
29 pos2 = strchr(pos, ':');

Completed in 445 milliseconds

1 2 3 4 5 6 7 8 91011>>