Searched refs:sscanf (Results 1 - 11 of 11) sorted by relevance
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_typeinfo.c | 126 if (2 != sscanf(version, "%d.%d", &major_tmp, &minor_tmp)) {
|
| /PHP_5_3/ext/ftp/ |
| H A D | ftp.c | 763 n = sscanf(ptr, "%lu,%lu,%lu,%lu,%lu,%lu", &b[0], &b[1], &b[2], &b[3], &b[4], &b[5]); 1004 n = sscanf(ptr, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | xbm.c | 56 if (sscanf(fline, "#define %s %d", iname, &value) == 2) { 70 if ( sscanf(fline, "static unsigned char %s = {", iname) == 1 71 || sscanf(fline, "static char %s = {", iname) == 1) 74 } else if (sscanf(fline, "static unsigned short %s = {", iname) == 1 75 || sscanf(fline, "static short %s = {", iname) == 1) 138 sscanf(h, "%x", &b);
|
| /PHP_5_3/ext/interbase/ |
| H A D | ibase_blobs.c | 62 return sscanf(id, BLOB_ID_MASK, (ISC_UINT64 *) qd); 65 if (sscanf(id, BLOB_ID_MASK, &res)) {
|
| H A D | ibase_query.c | 515 if (!sscanf(Z_STRVAL_P(val), "%Lf", &l)) { 562 if (!sscanf(Z_STRVAL_P(val), "%" LL_MASK "d", &l)) { 584 n = sscanf(Z_STRVAL_P(val), "%d%*[/]%d%*[/]%d %d%*[:]%d%*[:]%d", 602 n = sscanf(Z_STRVAL_P(val), "%d%*[/]%d%*[/]%d", &t.tm_mon, &t.tm_mday, &t.tm_year); 619 n = sscanf(Z_STRVAL_P(val), "%d%*[:]%d%*[:]%d", &t.tm_hour, &t.tm_min, &t.tm_sec);
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 1337 if (sscanf(headerbuf, "%x", &buf_size) > 0 ) {
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2802 PHP_FE(sscanf, arginfo_sscanf)
|
| H A D | ftp_fopen_wrapper.c | 847 n = sscanf(p, "%4u%2u%2u%2u%2u%2u", &tm.tm_year, &tm.tm_mon, &tm.tm_mday, &tm.tm_hour, &tm.tm_min, &tm.tm_sec);
|
| H A D | image.c | 1026 if (sscanf(fline, "#define %s %d", iname, &value) == 2) {
|
| H A D | php_string.h | 89 PHP_FUNCTION(sscanf); variable
|
| H A D | string.c | 4978 /* {{{ proto mixed sscanf(string str, string format [, string ...]) 4979 Implements an ANSI C compatible sscanf */ 4980 PHP_FUNCTION(sscanf)
|
Completed in 49 milliseconds