Searched refs:safe_atollu (Results 1 - 8 of 8) sorted by relevance
/systemd/src/basic/ |
H A D | parse-util.h | 45 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 D | parse-util.c | 364 int safe_atollu(const char *s, long long unsigned *ret_llu) { function
|
/systemd/src/test/ |
H A D | test-fileio.c | 254 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 D | journal-remote-parse.c | 290 r = safe_atollu(timestamp, &x); 302 r = safe_atollu(timestamp, &x);
|
/systemd/src/shared/ |
H A D | sleep-config.c | 244 r = safe_atollu(active, &act);
|
/systemd/src/journal/ |
H A D | journald-kmsg.c | 182 r = safe_atollu(p, &usec);
|
/systemd/src/libudev/ |
H A D | libudev-device.c | 82 r = safe_atollu(seqnum, &ret);
|
/systemd/src/network/ |
H A D | networkctl.c | 973 r = safe_atollu(b, &x);
|
Completed in 22 milliseconds