Home
last modified time | relevance | path

Searched refs:prop_array_internalize_from_file (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/common/include/prop/
H A Dprop_array.h66 prop_array_t prop_array_internalize_from_file(const char *);
/netbsd-src/usr.sbin/hdaudioctl/
H A Dhdaudioctl.c215 config = prop_array_internalize_from_file(argv[2]); in hdaudioctl_set()
/netbsd-src/lib/libprop/
H A DMakefile99 MLINKS+= prop_array.3 prop_array_internalize_from_file.3
/netbsd-src/common/lib/libprop/
H A Dprop_array.c898 prop_array_internalize_from_file(const char *fname) in prop_array_internalize_from_file() function