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

/bind-9.11.3/lib/dns/
H A Ddst_api.c1955 int olen = strlen(ofilename); local
1958 if (olen > 1 && ofilename[olen - 1] == '.')
1959 olen -= 1;
1960 else if (olen > 8 && strcmp(ofilename + olen - 8, ".private") == 0)
1961 olen -= 8;
1962 else if (olen > 4 && strcmp(ofilename + olen - 4, ".key") == 0)
1963 olen
[all...]

Completed in 653 milliseconds