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

  /src/common/include/prop/
prop_string.h 42 prop_string_t prop_string_create_nocopy(const char *);
  /src/common/lib/libprop/
prop_array_util.c 216 prop_string_create_nocopy(cp));
222 return prop_array_add_and_rel(array, prop_string_create_nocopy(cp));
prop_string.c 322 "which is deprecated; use prop_string_create_nocopy() instead.")
326 return prop_string_create_nocopy(str);
373 * prop_string_create_nocopy --
378 prop_string_create_nocopy(const char *str) function in typeref:typename:_PROP_EXPORT prop_string_t
prop_dictionary_util.c 201 prop_string_create_nocopy(cp));
  /src/tests/lib/libprop/
t_proplib.c 746 s1 = prop_string_create_nocopy(const_string1);
757 s2 = prop_string_create_nocopy(const_string1);
770 s1 = prop_string_create_nocopy(const_string1);
772 s2 = prop_string_create_nocopy(const_string2);
  /src/lib/libprop/
Makefile 295 MLINKS+= prop_string.3 prop_string_create_nocopy.3
  /src/sys/arch/x86/x86/
x86_autoconf.c 584 prop_string_t pstr = prop_string_create_nocopy(
  /src/sbin/ifconfig/
parse.c 682 o = (prop_object_t)prop_string_create_nocopy(u->u_str);
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 1358 prop_string_t ps = prop_string_create_nocopy(names[i]);
  /src/usr.sbin/sysinst/
util.c 2646 string = prop_string_create_nocopy("get-properties");

Completed in 23 milliseconds