Searched refs:prop_string_cstring_nocopy (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/sys/libprop/ |
H A D | prop_string.h | 51 const char * prop_string_cstring_nocopy(prop_string_t);
|
H A D | prop_string.c | 315 prop_string_cstring_nocopy(prop_string_t ps) in prop_string_cstring_nocopy() function
|
/dflybsd-src/usr.bin/evtranalyze/ |
H A D | plotter.c | 240 prop_string_cstring_nocopy(val)); in ploticus_run() 242 prop_string_cstring_nocopy(val)) < 0) in ploticus_run()
|
/dflybsd-src/sbin/udevd/ |
H A D | udevd.c | 244 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 D | udevd_monitor.c | 297 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 D | udevd_client.c | 137 …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 D | devattr_device.c | 246 str = __DECONST(char *, prop_string_cstring_nocopy(ps)); in udev_device_get_property_value()
|
/dflybsd-src/lib/libprop/ |
H A D | Makefile | 187 MLINKS+= prop_string.3 prop_string_cstring_nocopy.3
|