Home
last modified time | relevance | path

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

/php-src/main/
H A Dspprintf.c192 char prefix_char; in xbuf_format_converter() local
229 prefix_char = NUL; in xbuf_format_converter()
462 prefix_char = '-'; in xbuf_format_converter()
464 prefix_char = '+'; in xbuf_format_converter()
466 prefix_char = ' '; in xbuf_format_converter()
601 prefix_char = '-'; in xbuf_format_converter()
603 prefix_char = '+'; in xbuf_format_converter()
605 prefix_char = ' '; in xbuf_format_converter()
658 prefix_char = '+'; in xbuf_format_converter()
660 prefix_char = ' '; in xbuf_format_converter()
[all …]
H A Dsnprintf.c489 char prefix_char; in format_converter() local
529 prefix_char = NUL; in format_converter()
753 prefix_char = '-'; in format_converter()
755 prefix_char = '+'; in format_converter()
757 prefix_char = ' '; in format_converter()
890 prefix_char = '-'; in format_converter()
892 prefix_char = '+'; in format_converter()
894 prefix_char = ' '; in format_converter()
948 prefix_char = '+'; in format_converter()
950 prefix_char = ' '; in format_converter()
[all …]
/php-src/ext/date/lib/
H A Dtimelib.h454 char prefix_char; member
H A Dparse_date.re2196 char prefix_char = format_config->prefix_char;
2224 if (prefix_char) {
2233 if ((!prefix_found && *fptr != prefix_char) ||
2234 (prefix_found && *fptr == prefix_char)) {
2244 if (*fptr == prefix_char) {
H A Dparse_date.c25046 char prefix_char = format_config->prefix_char; in timelib_parse_from_format_with_map() local
25074 if (prefix_char) { in timelib_parse_from_format_with_map()
25083 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25084 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25094 if (*fptr == prefix_char) { in timelib_parse_from_format_with_map()

Completed in 65 milliseconds