Home
last modified time | relevance | path

Searched refs:pathlength (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_cpio_newc.c223 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()
HDarchive_write_set_format_cpio.c280 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/
HDX509_STORE_CTX_get_error.pod180 the basicConstraints pathlength parameter has been exceeded.
/NextBSD/crypto/openssl/doc/apps/
HDverify.pod386 the basicConstraints pathlength parameter has been exceeded.
/NextBSD/crypto/openssl/
HDCHANGES1779 *) Fixes to pathlength constraint, self issued certificate handling,
8835 when the X509_STORE_CTX structure is set up) and checks the pathlength.