Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/evtranalyze/
H A Dplotter.c57 if (!(str = prop_string_create_cstring_nocopy("1"))) in ploticus_new_plot_hist()
63 if (!(str = prop_string_create_cstring_nocopy("yes"))) in ploticus_new_plot_hist()
79 if (!(str = prop_string_create_cstring_nocopy("1"))) in ploticus_new_plot_line()
85 if (!(str = prop_string_create_cstring_nocopy("2"))) in ploticus_new_plot_line()
/dflybsd-src/sys/libprop/
H A Dprop_string.h42 prop_string_t prop_string_create_cstring_nocopy(const char *);
H A Dprop_string.c189 prop_string_create_cstring_nocopy(const char *str) in prop_string_create_cstring_nocopy() function
/dflybsd-src/lib/libprop/
H A DMakefile185 MLINKS+= prop_string.3 prop_string_create_cstring_nocopy.3