Searched refs:safe_atou64 (Results 1 - 25 of 27) sorted by relevance
12
/systemd/src/basic/ |
H A D | parse-util.h | 63 static inline int safe_atou64(const char *s, uint64_t *ret_u) { function
|
H A D | rlimit-util.c | 71 r = safe_atou64(val, &u);
|
H A D | cgroup-util.c | 2234 r = safe_atou64(s, &u); 2254 r = safe_atou64(s, &u);
|
/systemd/src/cgtop/ |
H A D | cgtop.c | 203 r = safe_atou64(v, &g->n_tasks); 225 r = safe_atou64(v, &new_usage); 265 r = safe_atou64(v, &g->memory); 310 r = safe_atou64(l, &k);
|
/systemd/src/cryptsetup/ |
H A D | cryptsetup.c | 193 if (safe_atou64(option+7, &arg_offset) < 0) { 200 if (safe_atou64(option+5, &arg_skip) < 0) {
|
/systemd/src/journal/ |
H A D | journald-kmsg.c | 148 r = safe_atou64(p, &serial);
|
H A D | journalctl.c | 645 r = safe_atou64(optarg, &arg_vacuum_n_files);
|
/systemd/src/shared/ |
H A D | logs-show.c | 312 r = safe_atou64(monotonic, &t); 337 r = safe_atou64(realtime, &x); 439 r = safe_atou64(value, &realtime);
|
H A D | conf-parser.c | 459 DEFINE_PARSER(uint64, uint64_t, safe_atou64);
|
H A D | efivars.c | 645 r = safe_atou64(j, &x);
|
H A D | bus-util.c | 1525 r = safe_atou64(eq, &n); 1664 r = safe_atou64(weight, &u);
|
/systemd/src/core/ |
H A D | cgroup.c | 1490 return safe_atou64(v, ret); 1512 return safe_atou64(v, ret); 1535 r = safe_atou64(v, &ns);
|
H A D | timer.c | 692 r = safe_atou64(value, &t->last_trigger.realtime); 698 r = safe_atou64(value, &t->last_trigger.monotonic);
|
H A D | load-fragment.c | 2922 r = safe_atou64(rvalue, &u);
|
/systemd/src/libsystemd/sd-daemon/ |
H A D | sd-daemon.c | 589 r = safe_atou64(s, &u);
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 457 r = safe_atou64(timestamp, &u);
|
H A D | coredump.c | 322 r = safe_atou64(context[CONTEXT_RLIMIT], &rlimit);
|
/systemd/src/import/ |
H A D | pull-job.c | 432 (void) safe_atou64(length, &j->content_length);
|
/systemd/src/udev/ |
H A D | udevd.c | 1394 r = safe_atou64(value, &arg_event_timeout_usec); 1459 r = safe_atou64(optarg, &arg_event_timeout_usec);
|
/systemd/src/journal-remote/ |
H A D | journal-gatewayd.c | 327 r = safe_atou64(p, &m->n_entries);
|
/systemd/src/libsystemd/sd-device/ |
H A D | device-private.c | 508 r = safe_atou64(value, &seqnum);
|
H A D | sd-device.c | 1125 r = safe_atou64(initialized, &usec_initialized);
|
/systemd/src/resolve/ |
H A D | resolved-manager.c | 980 if (*p == 0 || safe_atou64(p, &u) < 0 || u <= 0)
|
/systemd/src/libsystemd/sd-bus/ |
H A D | bus-kernel.c | 65 r = safe_atou64(s + 3, id);
|
H A D | busctl.c | 1357 r = safe_atou64(v, &z);
|
Completed in 136 milliseconds
12