Home
last modified time | relevance | path

Searched refs:new_dict (Results 1 – 6 of 6) sorted by relevance

/netbsd/sbin/modload/
H A Dmain.c268 merge_dicts(prop_dictionary_t existing_dict, const prop_dictionary_t new_dict) in merge_dicts() argument
275 props_iter = prop_dictionary_iterator(new_dict); in merge_dicts()
283 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in merge_dicts()
/netbsd/external/bsd/am-utils/dist/fsinfo/
H A Dfsinfo.c252 dict_of_volnames = new_dict(); in main()
253 dict_of_hosts = new_dict(); in main()
H A Dfsi_dict.c65 new_dict(void) in new_dict() function
H A Dfsinfo.h64 extern dict *new_dict(void);
/netbsd/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptrecord.py92 new_dict = dict()
102 new_dict[k] = v
103 return tuple(new_dict.items())
/netbsd/sys/kern/
H A Dkern_module.c1834 const prop_dictionary_t new_dict) in module_merge_dicts() argument
1842 if (new_dict == NULL) { /* nothing to merge */ in module_merge_dicts()
1847 props_iter = prop_dictionary_iterator(new_dict); in module_merge_dicts()
1855 props_obj = prop_dictionary_get_keysym(new_dict, props_keysym); in module_merge_dicts()