Home
last modified time | relevance | path

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

/dflybsd-src/sys/libprop/
H A Dprop_string.h41 prop_string_t prop_string_create_cstring(const char *);
H A Dprop_dictionary_util.c208 str = prop_string_create_cstring ## variant (cp); \
H A Dprop_array_util.c228 str = prop_string_create_cstring ## variant (cp); \
H A Dprop_string.c162 prop_string_create_cstring(const char *str) in prop_string_create_cstring() function
/dflybsd-src/usr.bin/evtranalyze/
H A Dplotter.c130 if (!(str = prop_string_create_cstring(title))) in ploticus_new_plot()
136 if (!(str = prop_string_create_cstring(datapath))) in ploticus_new_plot()
/dflybsd-src/lib/libdevattr/
H A Ddevattr.c193 ps = prop_string_create_cstring(str); in _udev_dict_set_cstr()
/dflybsd-src/sbin/udevd/
H A Dudevd.c276 ps = prop_string_create_cstring("getdevs"); in udev_getdevs()
H A Dtest_udevd.c626 ps = prop_string_create_cstring(str); in _udev_dict_set_cstr()
/dflybsd-src/lib/libprop/
H A DMakefile184 MLINKS+= prop_string.3 prop_string_create_cstring.3
/dflybsd-src/sys/kern/
H A Dkern_udev.c174 ps = prop_string_create_cstring(str); in _udev_dict_set_cstr()