Home
last modified time | relevance | path

Searched refs:isspace (Results 1 – 25 of 40) sorted by relevance

12

/PHP-8.0/ext/fileinfo/libmagic/
H A Dis_tar.c151 while (isspace(CAST(unsigned char, *where))) { /* Skip spaces */ in from_oct()
162 if (digs > 0 && *where && !isspace(CAST(unsigned char, *where))) in from_oct()
H A Dapprentice.c73 isspace(CAST(unsigned char, *l))) ++l;}
1251 isspace(CAST(unsigned char, p[-1]))) && in set_text_binary()
1254 isspace(CAST(unsigned char, p[len]))))) in set_text_binary()
1620 isspace(CAST(unsigned char, l[p->len]))) { in get_cond()
1678 while (!isspace(CAST(unsigned char, *++l))) in parse_indirect_modifier()
1718 while (!isspace(CAST(unsigned char, *++l))) { in parse_string_modifier()
1800 if (l[1] == '/' && !isspace(CAST(unsigned char, l[2]))) in parse_string_modifier()
2162 isspace(CAST(unsigned char, l[1]))) || !l[1])) { in parse()
2260 if (*el && !isspace(CAST(unsigned char, *el))) { in parse_strength()
2713 for (q = *p; isspace(CAST(unsigned char, *q)); q++) in getvalue()
[all …]
H A Dsoftmagic.c683 while (isspace(CAST(unsigned char, *str))) in mprint()
689 while (isspace(CAST(unsigned char, *last))) in mprint()
1936 isspace(*a)) { in file_strncmp()
1941 if (isspace(*b++)) { in file_strncmp()
1942 if (!isspace(*a)) in file_strncmp()
1943 while (EXPECTED(_i++ < 2048) && b < eb && isspace(*b)) in file_strncmp()
1952 isspace(*a)) { in file_strncmp()
1954 while (b < eb && isspace(*b)) in file_strncmp()
H A Dcompress.c770 while (isspace(CAST(unsigned char, *buf))) in filter_error()
779 while (isspace(CAST(unsigned char, *p))) in filter_error()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_maketables.c124 if (isspace(i)) p[cbit_space + i/8] |= 1u << (i&7);
141 if (isspace(i)) x += ctype_space;
/PHP-8.0/ext/standard/
H A Dstrnatcmp.c118 while (isspace((int)(unsigned char)ca)) { in strnatcmp_ex()
122 while (isspace((int)(unsigned char)cb)) { in strnatcmp_ex()
H A Dscanf.c657 if ( isspace( (int)*ch ) ) { in php_sscanf_internal()
659 while ( isspace( (int)sch ) ) { in php_sscanf_internal()
810 if (! isspace((int)sch) ) { in php_sscanf_internal()
836 if ( isspace( (int)sch ) ) { in php_sscanf_internal()
H A Ddl.c84 while (i > 0 && isspace((*errp)[i-1])) { (*errp)[i-1] = '\0'; i--; } in php_load_shlib()
H A Dmail.c287 if (!isspace((unsigned char) to_r[to_len - 1])) { in PHP_FUNCTION()
309 if (!isspace((unsigned char) subject_r[subject_len - 1])) { in PHP_FUNCTION()
H A Dtype.c164 while (isspace(*strval) && strlen) { in PHP_FUNCTION()
H A Dmath.c734 while (s < e && isspace(*s)) s++; in _php_math_basetozval()
736 while (s < e && isspace(*(e-1))) e--; in _php_math_basetozval()
H A Dexec.c86 while (l-- > 0 && isspace(((unsigned char *)buf)[l])); in strip_trailing_whitespace()
/PHP-8.0/ext/intl/uchar/tests/
H A Dbasic-functionality.phpt19 'isblank', 'isdefined', 'isspace', 'iscntrl',
74 isspace(): bool(false)
102 isspace(): bool(false)
130 isspace(): bool(false)
/PHP-8.0/ext/ctype/
H A Dctype.c156 CTYPE(isspace, 0, 0); in PHP_FUNCTION()
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c107 while (isspace(*typelib_name)) {/* Ends on '\0' in worst case */ in ZEND_GET_MODULE()
111 while ((ptr != typelib_name) && isspace(*ptr)) { in ZEND_GET_MODULE()
/PHP-8.0/main/
H A Drfc1867.c417 if (!isspace(line[0])) { in multipart_buffer_headers()
433 do { value++; } while (isspace(*value)); in multipart_buffer_headers()
530 while (*str && isspace(*str)) { in php_ap_getword_conf()
546 while (*strend && !isspace(*strend)) { in php_ap_getword_conf()
806 while (isspace(*cd)) {
814 while (isspace(*cd)) {
H A Dphp_variables.c187 if (isspace(*ip)) { in php_register_variable_ex()
498 while (isspace(*var)) { in SAPI_TREAT_DATA_FUNC()
H A DSAPI.c709 if (header_line_len && isspace(header_line[header_line_len-1])) { in sapi_header_op()
712 } while(header_line_len && isspace(header_line[header_line_len-1])); in sapi_header_op()
/PHP-8.0/ext/intl/uchar/
H A Duchar.stub.php151 public static function isspace(int|string $codepoint) {} function in IntlChar
H A Duchar_arginfo.h219 ZEND_METHOD(IntlChar, isspace);
283 ZEND_ME(IntlChar, isspace, arginfo_class_IntlChar_isspace, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_utils.c86 if (isspace(*str) || *str == '-') { in phpdbg_is_numeric()
100 if (isspace(*str)) { in phpdbg_is_empty()
203 while (p && isspace(*p)) { in phpdbg_trim()
208 while (*p && isspace(*(p + len -1))) { in phpdbg_trim()
H A Dphpdbg_cmd.c780 if (buffer && isspace(*buffer)) { in phpdbg_read_input()
782 while (isspace(*trimmed)) in phpdbg_read_input()
/PHP-8.0/ext/pdo/
H A Dpdo.c240 while (i < data_source_len && isspace(data_source[i])) { in php_pdo_parse_data_source()
/PHP-8.0/ext/date/lib/
H A Dparse_iso_intervals.re346 while (isspace(*s) && s < e) {
349 while (isspace(*e) && e > s) {
H A Dparse_iso_intervals.c951 while (isspace(*s) && s < e) { in timelib_strtointerval()
954 while (isspace(*e) && e > s) { in timelib_strtointerval()

Completed in 78 milliseconds

12