Home
last modified time | relevance | path

Searched full:central (Results 1 – 25 of 251) sorted by relevance

1234567891011

/freebsd/contrib/file/magic/Magdir/
H A Dzip8 # Zip Central Directory record
112 # Zip End Of Central Directory record
116 #>6 uleshort !0xFFff \b, central directory disk %u
117 #>8 uleshort !0xFFff \b, %u central directories on this disk
118 #>10 uleshort !0xFFff \b, %u central directories
119 #>12 ulelong !0xFFffFFff \b, %u central directory bytes
120 # offset of central directory
121 #>16 ulelong x \b, central directory offset %#x
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DZipFile.cpp22 // The end of central directory record.
35 // Logical find limit for the end of central directory record.
40 // Central directory record.
87 // Find backward the end of central directory record from the end of the zip in FindEocdRecord()
96 // Found the end of central directory. Sanity check the values. in FindEocdRecord()
101 // This is a valid end of central directory record. in FindEocdRecord()
134 // Find the file from the central directory records. in FindFile()
157 // Skip to the next central directory record. in FindFile()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip64_stream.c82 /* Verify "End of Central Directory" record. */ in DEFINE_TEST()
83 /* Get address of end-of-central-directory record. */ in DEFINE_TEST()
85 failure("End-of-central-directory begins with PK\\005\\006 signature"); in DEFINE_TEST()
89 failure("Central dir must start on disk 0"); in DEFINE_TEST()
91 failure("All central dir entries are on this disk"); in DEFINE_TEST()
97 /* Get address of first entry in central directory. */ in DEFINE_TEST()
99 failure("Central file record at offset %u should begin with" in DEFINE_TEST()
103 /* Verify file entry in central directory. */ in DEFINE_TEST()
137 /* Note: We don't expect to see zip64 extension in the central in DEFINE_TEST()
139 * the time it is ready to write the central directory and has in DEFINE_TEST()
[all …]
H A Dtest_write_format_zip_stream.c85 /* Verify "End of Central Directory" record. */ in DEFINE_TEST()
86 /* Get address of end-of-central-directory record. */ in DEFINE_TEST()
88 failure("End-of-central-directory begins with PK\\005\\006 signature"); in DEFINE_TEST()
92 failure("Central dir must start on disk 0"); in DEFINE_TEST()
94 failure("All central dir entries are on this disk"); in DEFINE_TEST()
100 /* Get address of first entry in central directory. */ in DEFINE_TEST()
102 failure("Central file record at offset %u should begin with" in DEFINE_TEST()
106 /* Verify file entry in central directory. */ in DEFINE_TEST()
144 /* Note: We don't expect to see zip64 extension in the central in DEFINE_TEST()
146 * the time it is ready to write the central directory and has in DEFINE_TEST()
[all …]
H A Dtest_write_format_zip_file_zip64.c97 /* Verify "End of Central Directory" record. */ in DEFINE_TEST()
98 /* Get address of end-of-central-directory record. */ in DEFINE_TEST()
100 failure("End-of-central-directory begins with PK\\005\\006 signature"); in DEFINE_TEST()
104 failure("Central dir must start on disk 0"); in DEFINE_TEST()
106 failure("All central dir entries are on this disk"); in DEFINE_TEST()
112 /* Get address of first entry in central directory. */ in DEFINE_TEST()
114 failure("Central file record at offset %u should begin with" in DEFINE_TEST()
118 /* Verify file entry in central directory. */ in DEFINE_TEST()
152 /* Note: We don't expect to see zip64 extension in the central in DEFINE_TEST()
154 * the time it is ready to write the central directory and has in DEFINE_TEST()
[all …]
H A Dtest_write_format_zip_entry_size_unset.c77 /* Since there are no comments, the end of central directory in verify_contents()
80 /* Check for end of central directory signature */ in verify_contents()
84 /* Check for disk where central directory starts */ in verify_contents()
86 /* Check for number of central directory records on disk */ in verify_contents()
88 /* Check for total number of central directory records */ in verify_contents()
90 /* Check for size of central directory and offset in verify_contents()
91 * The size + offset must equal the end of the central directory */ in verify_contents()
96 /* Get address of central directory */ in verify_contents()
99 /* Check for entry in central directory signature */ in verify_contents()
175 /* Get folder entry in central directory */ in verify_contents()
[all …]
H A Dtest_write_format_zip_file.c96 /* Verify "End of Central Directory" record. */ in DEFINE_TEST()
97 /* Get address of end-of-central-directory record. */ in DEFINE_TEST()
99 failure("End-of-central-directory begins with PK\\005\\006 signature"); in DEFINE_TEST()
103 failure("Central dir must start on disk 0"); in DEFINE_TEST()
105 failure("All central dir entries are on this disk"); in DEFINE_TEST()
111 /* Get address of first entry in central directory. */ in DEFINE_TEST()
113 failure("Central file record at offset %u should begin with" in DEFINE_TEST()
117 /* Verify file entry in central directory. */ in DEFINE_TEST()
163 /* Regular EOCD immediately follows central directory. */ in DEFINE_TEST()
224 /* Central directory should immediately follow the only entry. */ in DEFINE_TEST()
H A Dtest_write_format_zip_empty_zip64.c56 "PK\006\006" /* Zip64 end-of-central-directory record */ in DEFINE_TEST()
61 "\0\0\0\0" /* Central dir starts on disk #0 */ in DEFINE_TEST()
67 "PK\006\007" /* Zip64 end-of-central-directory locator */ in DEFINE_TEST()
72 "PK\005\006" /* Regular Zip end-of-central-directory record */ in DEFINE_TEST()
74 "\0\0" /* Central dir is on disk #0 */ in DEFINE_TEST()
H A Dtest_write_format_zip_compression_zstd.c71 /* p is the pointer to walk over the central directory, in verify_zstd_contents()
93 /* Verify "End of Central Directory" record. */ in verify_zstd_contents()
94 /* Get address of end-of-central-directory record. */ in verify_zstd_contents()
96 failure("End-of-central-directory begins with PK\\005\\006 signature"); in verify_zstd_contents()
100 failure("Central dir must start on disk 0"); in verify_zstd_contents()
102 failure("All central dir entries are on this disk"); in verify_zstd_contents()
110 /* Get address of first entry in central directory. */ in verify_zstd_contents()
112 failure("Central file record at offset %u should begin with" in verify_zstd_contents()
116 /* Verify file entry in central directory, except compressed size (offset 20). */ in verify_zstd_contents()
214 /* Verify folder entry in central directory. */ in verify_zstd_contents()
[all …]
H A Dtest_write_format_zip_compression_store.c91 /* p is the pointer to walk over the central directory, in verify_uncompressed_contents()
106 /* Verify "End of Central Directory" record. */ in verify_uncompressed_contents()
107 /* Get address of end-of-central-directory record. */ in verify_uncompressed_contents()
109 failure("End-of-central-directory begins with PK\\005\\006 signature"); in verify_uncompressed_contents()
113 failure("Central dir must start on disk 0"); in verify_uncompressed_contents()
115 failure("All central dir entries are on this disk"); in verify_uncompressed_contents()
123 /* Get address of first entry in central directory. */ in verify_uncompressed_contents()
125 failure("Central file record at offset %u should begin with" in verify_uncompressed_contents()
129 /* Verify file entry in central directory. */ in verify_uncompressed_contents()
218 /* Verify folder entry in central directory. */ in verify_uncompressed_contents()
[all …]
H A Dtest_write_format_zip_compression_bzip2.c71 /* p is the pointer to walk over the central directory, in verify_bzip2_contents()
93 /* Verify "End of Central Directory" record. */ in verify_bzip2_contents()
94 /* Get address of end-of-central-directory record. */ in verify_bzip2_contents()
96 failure("End-of-central-directory begins with PK\\005\\006 signature"); in verify_bzip2_contents()
100 failure("Central dir must start on disk 0"); in verify_bzip2_contents()
102 failure("All central dir entries are on this disk"); in verify_bzip2_contents()
110 /* Get address of first entry in central directory. */ in verify_bzip2_contents()
112 failure("Central file record at offset %u should begin with" in verify_bzip2_contents()
116 /* Verify file entry in central directory, except compressed size (offset 20). */ in verify_bzip2_contents()
214 /* Verify folder entry in central directory. */ in verify_bzip2_contents()
[all …]
H A Dtest_write_format_zip_compression_lzmaxz.c72 /* p is the pointer to walk over the central directory, in verify_xz_lzma()
94 /* Verify "End of Central Directory" record. */ in verify_xz_lzma()
95 /* Get address of end-of-central-directory record. */ in verify_xz_lzma()
97 failure("End-of-central-directory begins with PK\\005\\006 signature"); in verify_xz_lzma()
101 failure("Central dir must start on disk 0"); in verify_xz_lzma()
103 failure("All central dir entries are on this disk"); in verify_xz_lzma()
111 /* Get address of first entry in central directory. */ in verify_xz_lzma()
113 failure("Central file record at offset %u should begin with" in verify_xz_lzma()
117 /* Verify file entry in central directory, except compressed size (offset 20). */ in verify_xz_lzma()
215 /* Verify folder entry in central directory. */ in verify_xz_lzma()
[all …]
H A Dtest_write_format_zip.c595 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
602 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
661 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
668 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
735 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
744 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
815 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
824 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
895 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
904 /* Streaming reader doesn't see mode information from Central Directory. */ in DEFINE_TEST()
/freebsd/contrib/tzdata/
H A Dzone1970.tab111 CA +4953-09709 America/Winnipeg Central - ON (west), Manitoba
112 CA +744144-0944945 America/Resolute Central - NU (Resolute)
113 CA +624900-0920459 America/Rankin_Inlet Central - NU (central)
176 ID -0002+10920 Asia/Pontianak Borneo (west, central)
220 MX +1924-09909 America/Mexico_City Central Mexico
233 MZ,BI,BW,CD,MW,RW,ZM,ZW -2558+03235 Africa/Maputo Central Africa Time
326 US +415100-0873900 America/Chicago Central (most areas)
327 US +375711-0864541 America/Indiana/Tell_City Central - IN (Perry)
328 US +411745-0863730 America/Indiana/Knox Central - IN (Starke)
329 US +450628-0873651 America/Menominee Central - MI (Wisconsin border)
[all …]
H A Dzone.tab119 CA +4953-09709 America/Winnipeg Central - ON (west), Manitoba
120 CA +744144-0944945 America/Resolute Central - NU (Resolute)
121 CA +624900-0920459 America/Rankin_Inlet Central - NU (central)
210 ID -0002+10920 Asia/Pontianak Borneo (west, central)
278 MX +1924-09909 America/Mexico_City Central Mexico
413 US +415100-0873900 America/Chicago Central (most areas)
414 US +375711-0864541 America/Indiana/Tell_City Central - IN (Perry)
415 US +411745-0863730 America/Indiana/Knox Central - IN (Starke)
416 US +450628-0873651 America/Menominee Central - MI (Wisconsin border)
417 US +470659-1011757 America/North_Dakota/Center Central - ND (Oliver)
[all …]
H A Dzonenow.tab71 XX +1924-09909 America/Mexico_City Central Standard ("CST") - Saskatchewan; central Mexico; Central
77 XX +415100-0873900 America/Chicago Central ("CST/CDT") - US & Canada; Mexico near US border
149 XX +4852+00220 Europe/Paris central Europe ("CET/CEST")
152 XX -2558+03235 Africa/Maputo central Africa ("CAT")
H A Dnorthamerica1 # tzdb data for North and Central America and environs
6 # also includes Central America and the Caribbean
194 # USA CENTRAL 6 H BEHIND UTC CHICAGO, HOUSTON
195 # USA CENTRAL 5 H BEHIND UTC APR 3 - OCT 30
221 # United States standard central time
230 # central standard time
239 # central standard time
252 # Eastern Time" and similarly for "Central", "Mountain", "Pacific",
315 # Roberts, city administrator in Phenix City. as saying "We are in the Central
348 # US central time, represented by Chicago
[all …]
/freebsd/share/i18n/csmapper/APPLE/
H A DCENTEURO%UCS.src18 # Contents: Map (external version) from Mac OS Central European
71 # Column #1 is the Mac OS Central European code (in hex as 0xNN)
75 # The entries are in Mac OS Central European code order.
79 # Mac OS Central European character set uses the standard control
82 # Notes on Mac OS Central European:
96 # of accented characters than Mac OS Roman. The Mac OS Central
102 # the characters in Mac OS Central European that are also in the
H A DUCS%CENTEURO.src18 # Contents: Map (external version) from Mac OS Central European
71 # Column #1 is the Mac OS Central European code (in hex as 0xNN)
75 # The entries are in Mac OS Central European code order.
79 # Mac OS Central European character set uses the standard control
82 # Notes on Mac OS Central European:
96 # of accented characters than Mac OS Roman. The Mac OS Central
102 # the characters in Mac OS Central European that are also in the
/freebsd/lib/libmemstat/
H A Dmemstat_internal.h57 * Zone or type information that includes all caches and any central
80 * statistics from the central allocator and each per-CPU cache,
83 * First, central zone/type state, all numbers excluding any items
/freebsd/usr.sbin/syslogd/tests/
H A Dsyslogd_relayed_format_test.sh14 # [Host] ---UDP--> [Relay] ---UDP--> [Central]
28 # Start first (central) server: receive UDP, log to file
33 # Start second (relay) server: send UDP, log to central server
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.pod128 OSSL_CRMF_MSG_centralkeygen_requested() returns 1 if central key generation
132 (must be NULL if and only if central key generation is requested).
140 OSSL_CRMF_MSG_centralkeygen_requested() returns 1 if central key generation
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_CRMF_MSG_get0_tmpl.3187 \&\fBOSSL_CRMF_MSG_centralkeygen_requested()\fR returns 1 if central key generation
191 (must be NULL if and only if central key generation is requested).
198 \&\fBOSSL_CRMF_MSG_centralkeygen_requested()\fR returns 1 if central key generation
/freebsd/contrib/blocklist/
H A DTODO25 local DB changes to the central server over a secure channel --
27 a central server)
/freebsd/sys/contrib/device-tree/Bindings/soc/mobileye/
H A Dmobileye,eyeq5-olb.yaml26 - mobileye,eyeq6h-central-olb
307 - mobileye,eyeq6h-central-olb
321 - mobileye,eyeq6h-central-olb

1234567891011