Home
last modified time | relevance | path

Searched refs:prop_string_cstring (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/sbin/devattr/
H A Ddevattr.c181 val_str = prop_string_cstring(value); in print_prop()
247 dev_name = prop_string_cstring(prop_dictionary_get(dict, "name")); in main()
281 dev_name = prop_string_cstring(prop_dictionary_get(dict, "name")); in main()
/dflybsd-src/sys/libprop/
H A Dprop_string.h50 char * prop_string_cstring(prop_string_t);
H A Dprop_dictionary_util.c195 *cpp = prop_string_cstring ## variant (str); \
H A Dprop_array_util.c215 *cpp = prop_string_cstring ## variant (str); \
H A Dprop_string.c295 prop_string_cstring(prop_string_t ps) in prop_string_cstring() function
/dflybsd-src/sbin/udevd/
H A Dudevd_monitor.c271 evf->key = prop_string_cstring(ps); in _parse_filter_prop()
291 evf->wildcard_match = prop_string_cstring(ps); in _parse_filter_prop()
/dflybsd-src/lib/libprop/
H A DMakefile186 MLINKS+= prop_string.3 prop_string_cstring.3