Searched refs:strpcpyl_full (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ ! |
D | test-strxcpyx.c | 106 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/ ! |
D | strxcpyx.h | 20 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__)
|
D | strxcpyx.c | 83 size_t strpcpyl_full(char **dest, size_t size, bool *ret_truncated, const char *src, ...) { in strpcpyl_full() function
|
/systemd-251/src/udev/ ! |
D | udev-event.c | 418 strpcpyl_full(&s, l, &truncated, " ", val + STRLEN("/dev/"), NULL); in udev_event_subst_format()
|
D | udev-rules.c | 2156 l = strpcpyl_full(&p, l, &truncated, val, " ", NULL); in udev_rule_apply_token_to_event()
|