Searched refs:index_b (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dutility.c2889 int index_b = (int) strtol(((am_config_map_t *) b)->name, NULL, AM_BASE_TEN); local
2890 return (index_a > index_b) - (index_a < index_b);

Completed in 27 milliseconds