Searched defs:map2 (Results 1 - 1 of 1) sorted by relevance

/sssd/src/tests/
H A Dcommon.c58 struct dp_option *map2)
66 /* Check whether we've gone past the end of map2 */
67 if (map2[i].opt_name == NULL) return ERANGE;
70 if(strcmp(map1[i].opt_name, map2[i].opt_name) != 0) {
72 map1[i].opt_name, map2[i].opt_name);
77 /* Leftover options in map2 */
78 if (map2[i].opt_name != NULL) return ERANGE;
88 struct sdap_attr_map *map2)
96 /* Check whether we've gone past the end of map2 */
97 if (map2[
57 compare_dp_options(struct dp_option *map1, size_t size1, struct dp_option *map2) argument
87 compare_sdap_attr_maps(struct sdap_attr_map *map1, size_t size1, struct sdap_attr_map *map2) argument
[all...]

Completed in 1154 milliseconds