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

/forgerock/web-agents-v4/source/
H A Dutility.c2219 int a_idx = atoi((*a)->d_name + 6); /* am_file_filter allows only 'agent_XYZ' file names here */ local
2221 return a_idx == b_idx ? 0 : (a_idx > b_idx ? 1 : -1);

Completed in 26 milliseconds