Lines Matching defs:fn
31 * the 'fn' function to 'v' and exits if the value is NULL.
33 #define CHECK_NULL(v, fn) \
35 v = fn; \
215 if (cert->fn == NULL) {
236 if (!new_keys && key->fn == NULL) {
399 key->fn = strdup(optarg);
404 cert->fn = strdup(optarg);
454 ERROR("Error loading '%s'\n", keys[i].fn);
469 ERROR("Error opening '%s'\n", keys[i].fn);
482 if (cert->fn == NULL) {
580 if (certs[i].x && certs[i].fn) {
581 file = fopen(certs[i].fn, "w");
586 ERROR("Cannot create file %s\n", certs[i].fn);