Home
last modified time | relevance | path

Searched defs:isspace (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dctype.h30 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp125 constexpr bool isspace(char c) noexcept in isspace() function