Searched refs:SPACE (Results 1 – 3 of 3) sorted by relevance
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_platform_printf.data | 65 printf "%c%c", SPACE, SPACE 68 printf "%c%c", NEWLINE, SPACE 71 printf "%c%c", DOUBLE QUOTE, SPACE 74 printf "%c%c", COLON, SPACE 77 printf "%c%c", QUESTION, SPACE 80 printf "%c%c", BACKSLASH, SPACE 83 printf "%c%c", SPACE, BACKSLASH
|
| /lib/ |
| A D | slre.c | 33 STAR, PLUS, STARQ, PLUSQ, QUEST, SPACE, NONSPACE, DIGIT, RANGE}; enumerator 231 res = SPACE << 8; in get_escape_char() 492 case SPACE: in is_any_of() 600 case SPACE: in match()
|
| A D | vsprintf.c | 144 #define SPACE 8 /* space if plus */ macro 186 } else if (type & SPACE) { in number() 565 flags |= SPACE; in vsnprintf_internal()
|
Completed in 16 milliseconds