Home
last modified time | relevance | path

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

/systemd-251/src/test/
Dtest-parse-util.c686 TEST(safe_atoux64) { in TEST() argument
690 r = safe_atoux64("12345", &l); in TEST()
694 r = safe_atoux64(" 12345", &l); in TEST()
698 r = safe_atoux64("0x12345", &l); in TEST()
702 r = safe_atoux64("0b11011", &l); in TEST()
706 r = safe_atoux64("0o11011", &l); in TEST()
709 r = safe_atoux64("18446744073709551617", &l); in TEST()
712 r = safe_atoux64("-1", &l); in TEST()
715 r = safe_atoux64(" -1", &l); in TEST()
718 r = safe_atoux64("junk", &l); in TEST()
[all …]
/systemd-251/src/shared/
Dcoredump-util.c56 r = safe_atoux64(n, &x); in coredump_filter_mask_from_string()
/systemd-251/src/basic/
Dparse-util.h83 static inline int safe_atoux64(const char *s, uint64_t *ret) { in safe_atoux64() function
/systemd-251/src/sysupdate/
Dsysupdate-pattern.c261 if (safe_atoux64(t, &f) < 0) in pattern_match()
/systemd-251/src/network/
Dnetworkd-dhcp-prefix-delegation.c1293 r = safe_atoux64(rvalue, &t); in config_parse_dhcp_pd_subnet_id()
/systemd-251/src/core/
Ddbus-execute.c153 r = safe_atoux64(t, &n); in property_get_coredump_filter()