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 244 prop_string_cstring_nocopy(str2),
245 prop_string_cstring_nocopy(str1),
246 prop_string_cstring_nocopy(str3));
344 prop_string_cstring_nocopy(str));
346 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) function

Completed in 22 milliseconds