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

/systemd/src/shared/
H A Dconf-parser.c425 #define DEFINE_PARSER(type, vartype, conv_func) \ macro
456 DEFINE_PARSER(int, int, safe_atoi);
457 DEFINE_PARSER(long, long, safe_atoli);
458 DEFINE_PARSER(uint32, uint32_t, safe_atou32);
459 DEFINE_PARSER(uint64, uint64_t, safe_atou64);
460 DEFINE_PARSER(unsigned, unsigned, safe_atou);
461 DEFINE_PARSER(double, double, safe_atod);
462 DEFINE_PARSER(nsec, nsec_t, parse_nsec);
463 DEFINE_PARSER(sec, usec_t, parse_sec);
464 DEFINE_PARSER(mod
[all...]

Completed in 513 milliseconds