Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dspprintf.c209 char prefix_char; in xbuf_format_converter() local
247 prefix_char = NUL; in xbuf_format_converter()
502 prefix_char = '-'; in xbuf_format_converter()
504 prefix_char = '+'; in xbuf_format_converter()
506 prefix_char = ' '; in xbuf_format_converter()
650 prefix_char = '-'; in xbuf_format_converter()
652 prefix_char = '+'; in xbuf_format_converter()
654 prefix_char = ' '; in xbuf_format_converter()
709 prefix_char = '+'; in xbuf_format_converter()
711 prefix_char = ' '; in xbuf_format_converter()
[all …]
H A Dsnprintf.c607 char prefix_char; in format_converter() local
648 prefix_char = NUL; in format_converter()
897 prefix_char = '-'; in format_converter()
899 prefix_char = '+'; in format_converter()
901 prefix_char = ' '; in format_converter()
1043 prefix_char = '-'; in format_converter()
1045 prefix_char = '+'; in format_converter()
1047 prefix_char = ' '; in format_converter()
1103 prefix_char = '+'; in format_converter()
1105 prefix_char = ' '; in format_converter()
[all …]
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_out.c149 char prefix_char; in format_converter() local
186 prefix_char = NUL; in format_converter()
424 prefix_char = '-'; in format_converter()
426 prefix_char = '+'; in format_converter()
428 prefix_char = ' '; in format_converter()
634 prefix_char = '-'; in format_converter()
636 prefix_char = '+'; in format_converter()
638 prefix_char = ' '; in format_converter()
690 prefix_char = '+'; in format_converter()
692 prefix_char = ' '; in format_converter()
[all …]
/PHP-7.3/ext/date/lib/
H A Dtimelib.h400 char prefix_char; member
H A Dparse_date.re2021 char prefix_char = format_config->prefix_char;
2049 if (prefix_char) {
2058 if ((!prefix_found && *fptr != prefix_char) ||
2059 (prefix_found && *fptr == prefix_char)) {
2069 if (*fptr == prefix_char) {
H A Dparse_date.c22337 char prefix_char = format_config->prefix_char; in timelib_parse_from_format_with_map() local
22365 if (prefix_char) { in timelib_parse_from_format_with_map()
22374 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
22375 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
22385 if (*fptr == prefix_char) { in timelib_parse_from_format_with_map()

Completed in 92 milliseconds