Searched refs:acp_ocp_map (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c1541 } acp_ocp_map[] = { variable in typeref:struct:__anon17
1606 for (i = 0; acp_ocp_map[i].acp; i++) {
1607 if (strncmp(acp_ocp_map[i].locale, locale, len) == 0)
1608 return (acp_ocp_map[i].ocp);

Completed in 129 milliseconds