Searched refs:prop_string_create_format (Results 1 – 4 of 4) sorted by relevance
40 prop_string_t prop_string_create_format(const char *, ...) __printflike(1, 2);
318 prop_string_create_format(const char *fmt, ...) in prop_string_create_format() function353 return prop_string_create_format("%s", str); in prop_string_create_copy()
279 MLINKS+= prop_string.3 prop_string_create_format.3
710 s1 = prop_string_create_format("%d-%d", 12345, 67890); in ATF_TC_BODY()