Searched refs:pr_val_errno (Results 1 – 13 of 13) sorted by relevance
/dports/net/fort/FORT-validator-1.5.3/src/ |
H A D | file.c | 16 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 D | log.h | 106 #define pr_val_errno(error, fmt, ...) \ macro
|
H A D | common.c | 296 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 D | resource.c | 425 pr_val_errno(errno, "Error converting ASN value"); in ASId2ulong()
|
/dports/net/fort/FORT-validator-1.5.3/src/object/ |
H A D | roa.c | 46 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 D | manifest.c | 115 pr_val_errno(errno, "Error casting manifest version"); in validate_manifest()
|
/dports/net/fort/FORT-validator-1.5.3/src/rtr/db/ |
H A D | db_table.c | 115 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 D | http.c | 416 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 D | signed_data.c | 283 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 D | hash.c | 87 pr_val_errno(error, in hash_local_file()
|
/dports/net/fort/FORT-validator-1.5.3/src/rsync/ |
H A D | rsync.c | 328 return -pr_val_errno(errno, "Reading rsync buffer"); in read_pipe()
|
/dports/net/fort/FORT-validator-1.5.3/src/types/ |
H A D | address.c | 434 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 D | rrdp_parser.c | 289 pr_val_errno(errno, "RRDP file: Invalid long value '%s'", in parse_long()
|