Searched refs:safe_atou64 (Results 1 - 25 of 27) sorted by relevance

12

/systemd/src/basic/
H A Dparse-util.h63 static inline int safe_atou64(const char *s, uint64_t *ret_u) { function
H A Drlimit-util.c71 r = safe_atou64(val, &u);
H A Dcgroup-util.c2234 r = safe_atou64(s, &u);
2254 r = safe_atou64(s, &u);
/systemd/src/cgtop/
H A Dcgtop.c203 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 Dcryptsetup.c193 if (safe_atou64(option+7, &arg_offset) < 0) {
200 if (safe_atou64(option+5, &arg_skip) < 0) {
/systemd/src/journal/
H A Djournald-kmsg.c148 r = safe_atou64(p, &serial);
H A Djournalctl.c645 r = safe_atou64(optarg, &arg_vacuum_n_files);
/systemd/src/shared/
H A Dlogs-show.c312 r = safe_atou64(monotonic, &t);
337 r = safe_atou64(realtime, &x);
439 r = safe_atou64(value, &realtime);
H A Dconf-parser.c459 DEFINE_PARSER(uint64, uint64_t, safe_atou64);
H A Defivars.c645 r = safe_atou64(j, &x);
H A Dbus-util.c1525 r = safe_atou64(eq, &n);
1664 r = safe_atou64(weight, &u);
/systemd/src/core/
H A Dcgroup.c1490 return safe_atou64(v, ret);
1512 return safe_atou64(v, ret);
1535 r = safe_atou64(v, &ns);
H A Dtimer.c692 r = safe_atou64(value, &t->last_trigger.realtime);
698 r = safe_atou64(value, &t->last_trigger.monotonic);
H A Dload-fragment.c2922 r = safe_atou64(rvalue, &u);
/systemd/src/libsystemd/sd-daemon/
H A Dsd-daemon.c589 r = safe_atou64(s, &u);
/systemd/src/coredump/
H A Dcoredumpctl.c457 r = safe_atou64(timestamp, &u);
H A Dcoredump.c322 r = safe_atou64(context[CONTEXT_RLIMIT], &rlimit);
/systemd/src/import/
H A Dpull-job.c432 (void) safe_atou64(length, &j->content_length);
/systemd/src/udev/
H A Dudevd.c1394 r = safe_atou64(value, &arg_event_timeout_usec);
1459 r = safe_atou64(optarg, &arg_event_timeout_usec);
/systemd/src/journal-remote/
H A Djournal-gatewayd.c327 r = safe_atou64(p, &m->n_entries);
/systemd/src/libsystemd/sd-device/
H A Ddevice-private.c508 r = safe_atou64(value, &seqnum);
H A Dsd-device.c1125 r = safe_atou64(initialized, &usec_initialized);
/systemd/src/resolve/
H A Dresolved-manager.c980 if (*p == 0 || safe_atou64(p, &u) < 0 || u <= 0)
/systemd/src/libsystemd/sd-bus/
H A Dbus-kernel.c65 r = safe_atou64(s + 3, id);
H A Dbusctl.c1357 r = safe_atou64(v, &z);

Completed in 6483 milliseconds

12