Searched refs:safe_atou8 (Results 1 - 9 of 9) sorted by relevance

/systemd/src/basic/
H A Dparse-util.h48 int safe_atou8(const char *s, uint8_t *ret);
H A Dparse-util.c404 int safe_atou8(const char *s, uint8_t *ret) { function
/systemd/src/core/
H A Dshutdown.c118 r = safe_atou8(optarg, &arg_exit_code);
/systemd/src/udev/net/
H A Dlink-config.c270 (void) safe_atou8(attr_value, &name_assign_type);
/systemd/src/network/
H A Dnetworkd-network.c337 (void) safe_atou8(attr, &name_assign_type);
H A Dnetworkd-route.c674 r = safe_atou8(e + 1, &prefixlen);
/systemd/src/shared/
H A Ddns-domain.c771 r = safe_atou8(label, &a[i]);
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c1279 r = safe_atou8(v, &z);
/systemd/src/systemctl/
H A Dsystemctl.c3116 r = safe_atou8(argv[1], &code);

Completed in 69 milliseconds