Home
last modified time | relevance | path

Searched refs:prefix_char (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/main/
H A Dspprintf.c201 char prefix_char; in xbuf_format_converter() local
237 prefix_char = NUL; in xbuf_format_converter()
473 prefix_char = '-'; in xbuf_format_converter()
475 prefix_char = '+'; in xbuf_format_converter()
477 prefix_char = ' '; in xbuf_format_converter()
618 prefix_char = '-'; in xbuf_format_converter()
620 prefix_char = '+'; in xbuf_format_converter()
622 prefix_char = ' '; in xbuf_format_converter()
675 prefix_char = '+'; in xbuf_format_converter()
677 prefix_char = ' '; in xbuf_format_converter()
[all …]
H A Dsnprintf.c597 char prefix_char; in format_converter() local
636 prefix_char = NUL; in format_converter()
866 prefix_char = '-'; in format_converter()
868 prefix_char = '+'; in format_converter()
870 prefix_char = ' '; in format_converter()
1009 prefix_char = '-'; in format_converter()
1011 prefix_char = '+'; in format_converter()
1013 prefix_char = ' '; in format_converter()
1067 prefix_char = '+'; in format_converter()
1069 prefix_char = ' '; in format_converter()
[all …]
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_out.c142 char prefix_char; in format_converter() local
177 prefix_char = NUL; in format_converter()
415 prefix_char = '-'; in format_converter()
417 prefix_char = '+'; in format_converter()
419 prefix_char = ' '; in format_converter()
624 prefix_char = '-'; in format_converter()
626 prefix_char = '+'; in format_converter()
628 prefix_char = ' '; in format_converter()
679 prefix_char = '+'; in format_converter()
681 prefix_char = ' '; in format_converter()
[all …]
/PHP-8.0/ext/date/lib/
H A Dtimelib.h401 char prefix_char; member
H A Dparse_date.re2065 char prefix_char = format_config->prefix_char;
2093 if (prefix_char) {
2102 if ((!prefix_found && *fptr != prefix_char) ||
2103 (prefix_found && *fptr == prefix_char)) {
2113 if (*fptr == prefix_char) {
H A Dparse_date.c25295 char prefix_char = format_config->prefix_char; in timelib_parse_from_format_with_map() local
25323 if (prefix_char) { in timelib_parse_from_format_with_map()
25332 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25333 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25343 if (*fptr == prefix_char) { in timelib_parse_from_format_with_map()

Completed in 56 milliseconds