Home
last modified time | relevance | path

Searched refs:prop_string_cstring_nocopy (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/sys/libprop/
H A Dprop_string.h51 const char * prop_string_cstring_nocopy(prop_string_t);
H A Dprop_string.c315 prop_string_cstring_nocopy(prop_string_t ps) in prop_string_cstring_nocopy() function
/dflybsd-src/usr.bin/evtranalyze/
H A Dplotter.c240 prop_string_cstring_nocopy(val)); in ploticus_run()
242 prop_string_cstring_nocopy(val)) < 0) in ploticus_run()
/dflybsd-src/sbin/udevd/
H A Dudevd.c244 prop_dictionary_set(devdict, prop_string_cstring_nocopy(ps), po); in udev_read_event()
252 prop_dictionary_remove(devdict, prop_string_cstring_nocopy(ps)); in udev_read_event()
H A Dudevd_monitor.c297 error = regcomp(&evf->regex_match, prop_string_cstring_nocopy(ps), REG_ICASE | REG_NOSUB); in _parse_filter_prop()
359 str = __DECONST(char *, prop_string_cstring_nocopy(ps)); in match_filter()
H A Dudevd_client.c137 …syslog(LOG_DEBUG, "Received command: %s (from fd = %d)\n", prop_string_cstring_nocopy(ps), cli->fd… in client_thread()
/dflybsd-src/lib/libdevattr/
H A Ddevattr_device.c246 str = __DECONST(char *, prop_string_cstring_nocopy(ps)); in udev_device_get_property_value()
/dflybsd-src/lib/libprop/
H A DMakefile187 MLINKS+= prop_string.3 prop_string_cstring_nocopy.3