Searched refs:filen_len (Results 1 – 1 of 1) sorted by relevance
1085 const int filen_len = 2 * (snl > 0 ? snl : 1) + sizeof(".pem"); in ca_main() local1088 if (outdirlen + filen_len > PATH_MAX) { in ca_main()