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

/systemd/src/basic/
H A Dparse-util.h45 int safe_atollu(const char *s, unsigned long long *ret_u);
65 return safe_atollu(s, (unsigned long long*) ret_u);
85 return safe_atollu(s, (unsigned long long*) ret_u);
H A Dparse-util.c364 int safe_atollu(const char *s, long long unsigned *ret_llu) { function
/systemd/src/test/
H A Dtest-fileio.c254 assert_se(safe_atollu(p, &total) == 0);
261 assert_se(safe_atollu(s, &buffers) == 0);
272 assert_se(safe_atollu(z, &buffers) == 0);
/systemd/src/journal-remote/
H A Djournal-remote-parse.c290 r = safe_atollu(timestamp, &x);
302 r = safe_atollu(timestamp, &x);
/systemd/src/shared/
H A Dsleep-config.c244 r = safe_atollu(active, &act);
/systemd/src/journal/
H A Djournald-kmsg.c182 r = safe_atollu(p, &usec);
/systemd/src/libudev/
H A Dlibudev-device.c82 r = safe_atollu(seqnum, &ret);
/systemd/src/network/
H A Dnetworkctl.c973 r = safe_atollu(b, &x);

Completed in 22 milliseconds