Home
last modified time | relevance | path

Searched refs:is_valid (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/cgtop/
Dcgtop.c108 static const char *maybe_format_bytes(char *buf, size_t l, bool is_valid, uint64_t t) { in maybe_format_bytes() argument
109 if (!is_valid) in maybe_format_bytes()
119 #define MAYBE_FORMAT_BYTES(is_valid, t) \ argument
120 maybe_format_bytes((char[BUFSIZE2]){}, BUFSIZE2, is_valid, t)
/systemd-251/src/firstboot/
Dfirstboot.c179 static int prompt_loop(const char *text, char **l, unsigned percentage, bool (*is_valid)(const char… in prompt_loop()
183 assert(is_valid); in prompt_loop()
220 if (!is_valid(p)) { in prompt_loop()