Home
last modified time | relevance | path

Searched refs:prop_string_create_format (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/common/include/prop/
H A Dprop_string.h40 prop_string_t prop_string_create_format(const char *, ...) __printflike(1, 2);
/netbsd-src/common/lib/libprop/
H A Dprop_string.c318 prop_string_create_format(const char *fmt, ...) in prop_string_create_format() function
353 return prop_string_create_format("%s", str); in prop_string_create_copy()
/netbsd-src/lib/libprop/
H A DMakefile279 MLINKS+= prop_string.3 prop_string_create_format.3
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c710 s1 = prop_string_create_format("%d-%d", 12345, 67890); in ATF_TC_BODY()