Searched refs:pathlength (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_write_set_format_cpio_newc.c | 223 int pathlength, ret, ret_final; in write_header() local 265 pathlength = (int)len + 1; /* Include trailing null. */ in write_header() 296 format_hex(pathlength, h + c_namesize_offset, c_namesize_size); in write_header() 338 ret = __archive_write_output(a, path, pathlength); in write_header() 343 pad = PAD4(pathlength + c_header_size); in write_header()
|
| HD | archive_write_set_format_cpio.c | 280 int pathlength, ret, ret_final; in write_header() local 323 pathlength = (int)len + 1; in write_header() 354 format_octal(pathlength, h + c_namesize_offset, c_namesize_size); in write_header() 394 ret = __archive_write_output(a, path, pathlength); in write_header()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | X509_STORE_CTX_get_error.pod | 180 the basicConstraints pathlength parameter has been exceeded.
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | verify.pod | 386 the basicConstraints pathlength parameter has been exceeded.
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 1779 *) Fixes to pathlength constraint, self issued certificate handling, 8835 when the X509_STORE_CTX structure is set up) and checks the pathlength.
|