Home
last modified time | relevance | path

Searched refs:pr_val_errno (Results 1 – 13 of 13) sorted by relevance

/dports/net/fort/FORT-validator-1.5.3/src/
H A Dfile.c16 return pr_val_errno(errno, "Could not open file '%s'", file_name); in file_get()
19 error = pr_val_errno(errno, "fstat(%s) failed", file_name); in file_get()
52 pr_val_errno(errno, "fclose() failed"); in file_close()
83 pr_val_errno(error, in file_load()
H A Dlog.h106 #define pr_val_errno(error, fmt, ...) \ macro
H A Dcommon.c296 return pr_val_errno(errno, "Couldn't delete %s", path); in remove_file()
377 return pr_val_errno(errno, "Error getting the current time"); in get_current_time()
H A Dresource.c425 pr_val_errno(errno, "Error converting ASN value"); in ASId2ulong()
/dports/net/fort/FORT-validator-1.5.3/src/object/
H A Droa.c46 pr_val_errno(errno, "Error casting ROA's IPv4 maxLength"); in ____handle_roa_v4()
100 pr_val_errno(errno, "Error casting ROA's IPv6 maxLength"); in ____handle_roa_v6()
164 pr_val_errno(errno, "Error casting ROA's version"); in __handle_roa()
179 pr_val_errno(errno, "Error casting ROA's AS ID value"); in __handle_roa()
H A Dmanifest.c115 pr_val_errno(errno, "Error casting manifest version"); in validate_manifest()
/dports/net/fort/FORT-validator-1.5.3/src/rtr/db/
H A Ddb_table.c115 return -pr_val_errno(errno, "ROA couldn't be added to hash table"); in add_roa()
130 return -pr_val_errno(errno, "Router Key couldn't be added to hash table"); in add_router_key()
/dports/net/fort/FORT-validator-1.5.3/src/http/
H A Dhttp.c416 pr_val_errno(error, "Renaming temporal file from '%s' to '%s'", in __http_download_file()
552 pr_val_errno(error, "Renaming temporal file from '%s' to '%s'", in http_direct_download()
/dports/net/fort/FORT-validator-1.5.3/src/asn1/
H A Dsigned_data.c283 pr_val_errno(errno, "Error converting SignedData version"); in validate()
333 pr_val_errno(errno, "Error converting SignerInfo version"); in validate()
/dports/net/fort/FORT-validator-1.5.3/src/crypto/
H A Dhash.c87 pr_val_errno(error, in hash_local_file()
/dports/net/fort/FORT-validator-1.5.3/src/rsync/
H A Drsync.c328 return -pr_val_errno(errno, "Reading rsync buffer"); in read_pipe()
/dports/net/fort/FORT-validator-1.5.3/src/types/
H A Daddress.c434 pr_val_errno(errno, "Invalid prefix length '%s'", text); in prefix_length_parse()
/dports/net/fort/FORT-validator-1.5.3/src/rrdp/
H A Drrdp_parser.c289 pr_val_errno(errno, "RRDP file: Invalid long value '%s'", in parse_long()