Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dconf-parser.c759 #define DEFINE_PARSER(type, vartype, conv_func) \ macro
762 DEFINE_PARSER(int, int, safe_atoi);
763 DEFINE_PARSER(long, long, safe_atoli);
764 DEFINE_PARSER(uint8, uint8_t, safe_atou8);
765 DEFINE_PARSER(uint16, uint16_t, safe_atou16);
766 DEFINE_PARSER(uint32, uint32_t, safe_atou32);
767 DEFINE_PARSER(int32, int32_t, safe_atoi32);
768 DEFINE_PARSER(uint64, uint64_t, safe_atou64);
769 DEFINE_PARSER(unsigned, unsigned, safe_atou);
770 DEFINE_PARSER(double, double, safe_atod);
[all …]