Searched refs:STRING_UNITS_NO_SPACE (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | string_helpers.h | 27 STRING_UNITS_NO_SPACE = BIT(30), enumerator |
| /linux/lib/ | ||
| H A D | string_helpers.c | 135 (units & STRING_UNITS_NO_SPACE) ? "" : " ", in string_get_size() |