Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dspprintf.c205 char prefix_char; in xbuf_format_converter() local
241 prefix_char = NUL; in xbuf_format_converter()
496 prefix_char = '-'; in xbuf_format_converter()
498 prefix_char = '+'; in xbuf_format_converter()
500 prefix_char = ' '; in xbuf_format_converter()
642 prefix_char = '-'; in xbuf_format_converter()
644 prefix_char = '+'; in xbuf_format_converter()
646 prefix_char = ' '; in xbuf_format_converter()
699 prefix_char = '+'; in xbuf_format_converter()
701 prefix_char = ' '; in xbuf_format_converter()
[all …]
H A Dsnprintf.c602 char prefix_char; in format_converter() local
641 prefix_char = NUL; in format_converter()
890 prefix_char = '-'; in format_converter()
892 prefix_char = '+'; in format_converter()
894 prefix_char = ' '; in format_converter()
1034 prefix_char = '-'; in format_converter()
1036 prefix_char = '+'; in format_converter()
1038 prefix_char = ' '; in format_converter()
1092 prefix_char = '+'; in format_converter()
1094 prefix_char = ' '; in format_converter()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_out.c144 char prefix_char; in format_converter() local
179 prefix_char = NUL; in format_converter()
417 prefix_char = '-'; in format_converter()
419 prefix_char = '+'; in format_converter()
421 prefix_char = ' '; in format_converter()
626 prefix_char = '-'; in format_converter()
628 prefix_char = '+'; in format_converter()
630 prefix_char = ' '; in format_converter()
681 prefix_char = '+'; in format_converter()
683 prefix_char = ' '; in format_converter()
[all …]
/PHP-7.4/ext/date/lib/
H A Dtimelib.h400 char prefix_char; member
H A Dparse_date.re2024 char prefix_char = format_config->prefix_char;
2052 if (prefix_char) {
2061 if ((!prefix_found && *fptr != prefix_char) ||
2062 (prefix_found && *fptr == prefix_char)) {
2072 if (*fptr == prefix_char) {
H A Dparse_date.c25132 char prefix_char = format_config->prefix_char; in timelib_parse_from_format_with_map() local
25160 if (prefix_char) { in timelib_parse_from_format_with_map()
25169 if ((!prefix_found && *fptr != prefix_char) || in timelib_parse_from_format_with_map()
25170 (prefix_found && *fptr == prefix_char)) { in timelib_parse_from_format_with_map()
25180 if (*fptr == prefix_char) { in timelib_parse_from_format_with_map()

Completed in 59 milliseconds