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

  /src/common/include/prop/
prop_string.h 41 prop_string_t prop_string_create_copy(const char *);
  /src/sys/arch/powerpc/booke/
board_prop.c 128 prop_string_t ps = prop_string_create_copy(data);
  /src/common/lib/libprop/
prop_array_util.c 202 prop_string_create_copy(cp));
208 return prop_array_add_and_rel(array, prop_string_create_copy(cp));
prop_dictionary_util.c 192 prop_string_create_copy(cp));
prop_string.c 363 * prop_string_create_copy --
367 prop_string_create_copy(const char *str) function in typeref:typename:_PROP_EXPORT prop_string_t
  /src/tests/lib/libprop/
t_proplib.c 121 prop_string_t str = prop_string_create_copy("number-two");
748 s2 = prop_string_create_copy(const_string1);
755 s1 = prop_string_create_copy(const_string1);
781 s1 = prop_string_create_copy("a");
783 s2 = prop_string_create_copy("b");
  /src/common/lib/libppath/
ppath.c 415 prop_string_create_copy(s));
850 prop_string_create_copy(s));
857 prop_string_create_copy(s));
  /src/lib/libprop/
Makefile 293 MLINKS+= prop_string.3 prop_string_create_copy.3
  /src/usr.sbin/installboot/
evboards.c 806 prop_string_create_copy(runtime_uboot_path);
1480 string = prop_string_create_copy(strrchr(cp, '-')+1);
  /src/sys/kern/
kern_veriexec.c 1218 prop_string_create_copy(vfe->filename));
1222 prop_string_create_copy(vfe->ops->type));
  /src/sbin/ifconfig/
parse.c 530 if ((o = (prop_object_t)prop_string_create_copy(arg)) == NULL) {
  /src/usr.sbin/sysinst/
util.c 2650 string = prop_string_create_copy(disk);

Completed in 42 milliseconds