HomeSort by: relevance | last modified time | path
    Searched refs:prop_string_cstring_nocopy (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/modules/examples/properties/
properties.c 55 msg = prop_string_cstring_nocopy(str);
  /src/common/include/prop/
prop_string.h 64 const char * prop_string_cstring_nocopy(prop_string_t);
  /src/tests/modules/k_helper/
k_helper.c 137 const char *msg = prop_string_cstring_nocopy(p);
162 const char *recurse_name = prop_string_cstring_nocopy(p);
  /src/sys/arch/prep/prep/
autoconf.c 259 prop_string_cstring_nocopy(str2),
260 prop_string_cstring_nocopy(str1),
261 prop_string_cstring_nocopy(str3));
359 prop_string_cstring_nocopy(str));
361 if (strncmp(prop_string_cstring_nocopy(str), bootpath,
  /src/common/lib/libprop/
prop_string.c 515 _PROP_DEPRECATED(prop_string_cstring_nocopy,
516 "this program uses prop_string_cstring_nocopy(), "
519 prop_string_cstring_nocopy(prop_string_t ps)

Completed in 15 milliseconds