Searched defs:p3 (Results 1 - 2 of 2) sorted by relevance

/systemd/src/test/
H A Dtest-utf8.c53 _cleanup_free_ char *p1, *p2, *p3; local
63 p3 = utf8_escape_invalid("\341\204");
64 puts(p3);
65 assert_se(utf8_is_valid(p3));
69 _cleanup_free_ char *p1, *p2, *p3, *p4, *p5, *p6; local
79 p3 = utf8_escape_non_printable("\341\204");
80 puts(p3);
81 assert_se(utf8_is_valid(p3));
H A Dtest-path-util.c87 char p3[] = "/./"; local
91 assert_se(path_equal(path_kill_slashes(p3), "/./"));

Completed in 8 milliseconds