HomeSort by: relevance | last modified time | path
    Searched defs:ext_props (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/modload/
main.c 66 prop_dictionary_t ext_props, props; local in function:main
80 ext_props = NULL;
139 ext_props =
141 if (ext_props == NULL) {
147 merge_dicts(ext_props, props);
151 prop_dictionary_remove(ext_props,
154 propsstr = prop_dictionary_externalize(ext_props);
main.c 66 prop_dictionary_t ext_props, props; local in function:main
80 ext_props = NULL;
139 ext_props =
141 if (ext_props == NULL) {
147 merge_dicts(ext_props, props);
151 prop_dictionary_remove(ext_props,
154 propsstr = prop_dictionary_externalize(ext_props);
main.c 66 prop_dictionary_t ext_props, props; local in function:main
80 ext_props = NULL;
139 ext_props =
141 if (ext_props == NULL) {
147 merge_dicts(ext_props, props);
151 prop_dictionary_remove(ext_props,
154 propsstr = prop_dictionary_externalize(ext_props);

Completed in 86 milliseconds