Home
last modified time | relevance | path

Searched refs:strpcpyl_full (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/test/ !
Dtest-strxcpyx.c106 space_left = strpcpyl_full(&s, space_left, &truncated, "waldo", " test", " waldo. ", NULL); in TEST()
108 space_left = strpcpyl_full(&s, space_left, &truncated, "Banana", NULL); in TEST()
113 space_left = strpcpyl_full(&s, space_left, &truncated, "", "", "", NULL); in TEST()
118 space_left = strpcpyl_full(&s, space_left, &truncated, "", "x", "", NULL); in TEST()
123 space_left = strpcpyl_full(&s, space_left, &truncated, "hoge", NULL); in TEST()
/systemd-251/src/basic/ !
Dstrxcpyx.h20 size_t strpcpyl_full(char **dest, size_t size, bool *ret_truncated, const char *src, ...) _sentinel…
22 strpcpyl_full((dest), (size), NULL, (src), ##__VA_ARGS__)
Dstrxcpyx.c83 size_t strpcpyl_full(char **dest, size_t size, bool *ret_truncated, const char *src, ...) { in strpcpyl_full() function
/systemd-251/src/udev/ !
Dudev-event.c418 strpcpyl_full(&s, l, &truncated, " ", val + STRLEN("/dev/"), NULL); in udev_event_subst_format()
Dudev-rules.c2156 l = strpcpyl_full(&p, l, &truncated, val, " ", NULL); in udev_rule_apply_token_to_event()