Home
last modified time | relevance | path

Searched refs:prop_string_create_copy (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/common/include/prop/
H A Dprop_string.h41 prop_string_t prop_string_create_copy(const char *);
/netbsd-src/common/lib/libprop/
H A Dprop_array_util.c202 prop_string_create_copy(cp)); in prop_array_set_string()
208 return prop_array_add_and_rel(array, prop_string_create_copy(cp)); in prop_array_add_string()
H A Dprop_dictionary_util.c192 prop_string_create_copy(cp)); in prop_dictionary_set_string()
H A Dprop_string.c351 prop_string_create_copy(const char *str) in prop_string_create_copy() function
/netbsd-src/tests/lib/libprop/
H A Dt_proplib.c121 prop_string_t str = prop_string_create_copy("number-two"); in ATF_TC_BODY()
694 s2 = prop_string_create_copy(const_string1); in ATF_TC_BODY()
701 s1 = prop_string_create_copy(const_string1); in ATF_TC_BODY()
727 s1 = prop_string_create_copy("a"); in ATF_TC_BODY()
729 s2 = prop_string_create_copy("b"); in ATF_TC_BODY()
/netbsd-src/sys/arch/powerpc/booke/
H A Dboard_prop.c128 prop_string_t ps = prop_string_create_copy(data); in board_info_add_string()
/netbsd-src/common/lib/libppath/
H A Dppath.c415 prop_string_create_copy(s)); in ppath_create_string()
850 prop_string_create_copy(s)); in ppath_copyset_string()
857 prop_string_create_copy(s)); in ppath_set_string()
/netbsd-src/lib/libprop/
H A DMakefile278 MLINKS+= prop_string.3 prop_string_create_copy.3
/netbsd-src/usr.sbin/installboot/
H A Devboards.c806 prop_string_create_copy(runtime_uboot_path); in evb_db_load_overlay()
1480 string = prop_string_create_copy(strrchr(cp, '-')+1); in evb_board_copy_uboot_media()
/netbsd-src/sys/kern/
H A Dkern_veriexec.c1218 prop_string_create_copy(vfe->filename)); in veriexec_file_convert()
1222 prop_string_create_copy(vfe->ops->type)); in veriexec_file_convert()
/netbsd-src/sbin/ifconfig/
H A Dparse.c530 if ((o = (prop_object_t)prop_string_create_copy(arg)) == NULL) { in piface_match()
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c2651 string = prop_string_create_copy(disk); in may_swap_if_not_sdmmc()