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

1 2 3 4 5 6 7 891011>>

  /external/iptables/extensions/
libipt_MASQUERADE.c 52 dash = strchr(arg, '-');
libipt_SAME.c 56 dash = strchr(arg, '-');
libipt_addrtype.c 70 while ((comma = strchr(arg, ',')) != NULL) {
libipt_ah.c 57 if ((cp = strchr(buffer, ':')) == NULL)
libipt_connrate.c 63 if ((colon = strchr(buffer, ':')) == NULL)
libipt_esp.c 57 if ((cp = strchr(buffer, ':')) == NULL)
libipt_iprange.c 35 dash = strchr(arg, '-');
libipt_limit.c 46 delim = strchr(rate, '/');
libipt_udp.c 41 if ((cp = strchr(buffer, ':')) == NULL)
  /external/openssl/crypto/engine/
eng_cnf.c 69 p = strchr(name, '.');
  /external/openssl/crypto/x509v3/
v3_info.c 154 ptmp = strchr(cnf->name, ';');
  /external/ppp/pppd/plugins/pppoatm/
text2qos.c 45 if (*end && (multiplier = strchr(mult,*end))) {
  /external/protobuf/src/google/protobuf/io/
printer.cc 83 const char* end = strchr(text + pos, variable_delimiter_);
  /external/qemu/block/
nbd.c 72 p = strchr(hostname, ':');
  /external/qemu/
qemu-option.c 395 param_delim = strchr(param, ',');
396 value_delim = strchr(param, '=');
712 pe = strchr(p, '=');
713 pc = strchr(p, ',');
  /external/skia/include/core/
SkPostConfig.h 138 #define sk_strchr(s, c) strchr(s, c)
  /external/skia/src/svg/
SkSVGGradient.cpp 115 const char* originalEnd = strchr(originalPtr, ',');
SkSVGPaintState.cpp 91 const char* end = strchr(attrValue, ';');
94 const char* delimiter = strchr(attrValue, ':');
130 const char* idStart = strchr(current.f_mask.c_str(), '#');
270 const char* start = strchr(current->f_clipPath.c_str(), '#') + 1;
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 176 const char *ix = strchr(a, b);
  /external/srec/portable/include/
ptypes.h 230 * LCHAR version of strchr()
232 #define LSTRCHR strchr
  /external/webkit/WebKitTools/DumpRenderTree/qt/
ImageDiff.cpp 46 char* newLineCharacter = strchr(buffer, '\n');
  /frameworks/base/media/libmedia/
MediaScanner.cpp 90 char* comma = strchr(extensions, ',');
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argz.h 27 #include <string.h> /* Need size_t, and strchr is called below. */
171 __entry = strchr (__entry, '\0') + 1;
  /system/core/init/
init.c 350 if (!strchr(name, ':'))
354 args = strchr(tmp, ':');
394 char *value = strchr(name, '=');
453 char *x = strchr(ptr, ' ');
  /system/core/libcutils/
zygote.c 111 if (strchr(toprint, '\n') != NULL) {

Completed in 3615 milliseconds

1 2 3 4 5 6 7 891011>>