Home
last modified time | relevance | path

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

/netbsd-src/tests/modules/
H A Dt_modctl.c407 prop_string_create_cstring("1st string")); in ATF_TC_BODY()
427 prop_string_create_cstring("2nd string")); in ATF_TC_BODY()
466 prop_string_create_cstring(filename)); in ATF_TC_BODY()
/netbsd-src/common/include/prop/
H A Dprop_string.h58 prop_string_t prop_string_create_cstring(const char *);
/netbsd-src/sys/arch/prep/prep/
H A Dautoconf.c138 str1 = prop_string_create_cstring("/"); in device_register()
221 str1 = prop_string_create_cstring(devpath); in device_register()
/netbsd-src/common/lib/libprop/
H A Dprop_string.c277 _PROP_DEPRECATED(prop_string_create_cstring,
281 prop_string_create_cstring(const char *str) in prop_string_create_cstring() function