/external/chromium_org/third_party/skia/src/ports/ |
SkFontConfigParser_android.cpp | 121 int len = sscanf(valueString, "%d", &value);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
perfect.c | [all...] |
/external/e2fsprogs/debugfs/ |
util.c | 225 sscanf(arg, "%4d%2d%2d%2d%2d%2d", &ts.tm_year, &ts.tm_mon,
|
/external/iproute2/tc/ |
m_police.c | 95 if (sscanf(arg, "%d%c", &res, &dummy) != 1)
|
q_gred.c | 189 if (sscanf(*argv, "%lg", &probability) != 1) {
|
/external/iptables/extensions/ |
libxt_string.c | 149 if (! sscanf(hextmp, "%x", &schar))
|
/external/iptables/iptables/ |
ip6tables-restore.c | 84 ret = sscanf(string, "[%llu:%llu]", &pcnt, &bcnt);
|
iptables-restore.c | 84 ret = sscanf(string, "[%llu:%llu]", &pcnt, &bcnt);
|
/external/kernel-headers/original/linux/ |
kernel.h | 125 extern int sscanf(const char *, const char *, ...)
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
patchram.cpp | 534 sscanf (valueStr, "%x", &bitmask); //read system property as a hex octet
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cpp-qt.php | 102 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
klonecpp.php | 81 'setbuf', 'vfprintf', 'vprintf', 'vsprintf', 'fscanf', 'scanf', 'sscanf',
|
objc.php | 104 'strcpy', 'strcoll', 'strcmp', 'strchr', 'strcat', 'sscanf',
|
php-brief.php | 82 'parse_str', 'str_pad', 'chop', 'strchr', 'sprintf', 'printf', 'vprintf', 'vsprintf', 'sscanf', 'fscanf', 'parse_url', 'urlencode', 'urldecode', 'rawurlencode', 'rawurldecode', 'readlink', 'linkinfo', 'link', 'unlink', 'exec', 'system', 'escapeshellcmd', 'escapeshellarg', 'passthru', 'shell_exec', 'proc_open', 'proc_close', 'rand', 'srand', 'getrandmax', 'mt_rand', 'mt_srand', 'mt_getrandmax', 'base64_decode', 'base64_encode', 'abs', 'ceil', 'floor', 'round', 'is_finite', 'is_nan', 'is_infinite', 'bindec', 'hexdec', 'octdec', 'decbin', 'decoct', 'dechex', 'base_convert', 'number_format', 'fmod', 'ip2long', 'long2ip', 'getenv', 'putenv', 'getopt', 'microtime', 'gettimeofday', 'getrusage', 'uniqid', 'quoted_printable_decode', 'set_time_limit', 'get_cfg_var', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'get_magic_quotes_gpc', 'get_magic_quotes_runtime',
|
/external/libvpx/libvpx/ |
y4minput.c | 37 if (sscanf(p + 1, "%d", &_y4m->pic_w) != 1)return -1; 42 if (sscanf(p + 1, "%d", &_y4m->pic_h) != 1)return -1; 47 if (sscanf(p + 1, "%d:%d", &_y4m->fps_n, &_y4m->fps_d) != 2) { 59 if (sscanf(p + 1, "%d:%d", &_y4m->par_n, &_y4m->par_d) != 2) { [all...] |
/external/libxml2/ |
config.h | 163 /* Define to 1 if you have the `sscanf' function. */
|
/external/opencv/cv/src/ |
cvhaar.cpp | [all...] |
/external/openssh/ |
auth-rhosts.c | 103 switch (sscanf(buf, "%1023s %1023s %1023s", hostbuf, userbuf,
|
/external/openssl/apps/ |
genrsa.c | 193 if ((argc >= 1) && ((sscanf(*argv,"%d",&num) == 0) || (num < 0)))
|
/external/openssl/crypto/evp/ |
evp_test.c | 90 sscanf((char *)s,"%2x",&n);
|
/external/ppp/pppd/plugins/rp-pppoe/ |
plugin.c | 135 if (sscanf(existingSession, "%d:%x:%x:%x:%x:%x:%x",
|
/external/qemu/telephony/ |
sim_card.c | 379 if ( sscanf(cmd, "+CRSM=%d,%d,%d,%d,%d", &command, &id, &p1, &p2, &p3) == 5 ) {
|
/external/qemu/ |
usb-linux.c | 1203 if (sscanf(line, "%d", &addr) != 1) 1209 if (sscanf(line, "%x", &class_id) != 1) 1214 if (sscanf(line, "%x", &vendor_id) != 1) 1220 if (sscanf(line, "%x", &product_id) != 1) [all...] |
/external/skia/src/ports/ |
SkFontConfigParser_android.cpp | 121 int len = sscanf(valueString, "%d", &value);
|
/external/srec/srec/Semproc/src/ |
SemanticGraphImpl.c | 347 if (sscanf(line, "%s ", iword) == 1) 401 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 423 if (sscanf(line, "%hu\t%hu\t%[^\t]\t%[^\t\n\r]", &from_node, &into_node, iword, oword) == 4) 461 else if (sscanf(line, "%hu", &from_node) == 1) [all...] |