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

/systemd/src/nspawn/
H A Dnspawn-expose-ports.c61 r = safe_atou16(v, &host_port);
65 r = safe_atou16(split + 1, &container_port);
67 r = safe_atou16(e, &container_port);
/systemd/src/test/
H A Dtest-parse-util.c379 r = safe_atou16("12345", &l);
383 r = safe_atou16(" 12345", &l);
387 r = safe_atou16("123456", &l);
390 r = safe_atou16("-1", &l);
393 r = safe_atou16(" -1", &l);
396 r = safe_atou16("junk", &l);
/systemd/src/basic/
H A Dparse-util.h50 int safe_atou16(const char *s, uint16_t *ret);
H A Dparse-util.c428 int safe_atou16(const char *s, uint16_t *ret) { function
/systemd/src/network/
H A Dnetworkd-netdev-vxlan.c245 r = safe_atou16(rvalue, &port);
/systemd/src/resolve/
H A Dresolved-dns-trust-anchor.c240 r = safe_atou16(key_tag, &kt);
293 r = safe_atou16(flags, &f);
/systemd/src/libsystemd-network/
H A Dsd-dhcp-lease.c1019 r = safe_atou16(mtu, &lease->mtu);
/systemd/src/libsystemd/sd-bus/
H A Dbusctl.c1305 r = safe_atou16(v, &z);

Completed in 35 milliseconds