Searched defs:_a (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c174 archive_write_set_format_gnutar(struct archive *_a) argument
H A Darchive_read_support_format_warc.c140 archive_read_support_format_warc(struct archive *_a) argument
H A Darchive_write_set_format_pax.c112 archive_write_set_format_pax_restricted(struct archive *_a) argument
130 archive_write_set_format_pax(struct archive *_a) argument
H A Darchive_read.c123 archive_read_extract_set_skip_file(struct archive *_a, la_int64_t d, argument
309 archive_read_set_open_callback(struct archive *_a, argument
320 archive_read_set_read_callback(struct archive *_a, argument
331 archive_read_set_skip_callback(struct archive *_a, argument
342 archive_read_set_seek_callback(struct archive *_a, archive_seek_callback *client_seeker) argument
353 archive_read_set_close_callback(struct archive *_a, archive_close_callback *client_closer) argument
364 archive_read_set_switch_callback(struct archive *_a, archive_switch_callback *client_switcher) argument
375 archive_read_set_callback_data(struct archive *_a, void *client_data) argument
381 archive_read_set_callback_data2(struct archive *_a, void *client_data, unsigned int iindex) argument
414 archive_read_add_callback_data(struct archive *_a, void *client_data, unsigned int iindex) argument
448 archive_read_append_callback_data(struct archive *_a, void *client_data) argument
455 archive_read_prepend_callback_data(struct archive *_a, void *client_data) argument
461 archive_read_open1(struct archive *_a) argument
627 _archive_read_next_header2(struct archive *_a, struct archive_entry *entry) argument
691 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) argument
761 archive_read_header_position(struct archive *_a) argument
788 archive_read_has_encrypted_entries(struct archive *_a) argument
813 archive_read_format_capabilities(struct archive *_a) argument
834 archive_read_data(struct archive *_a, void *buff, size_t s) argument
931 archive_read_data_skip(struct archive *_a) argument
959 archive_seek_data(struct archive *_a, int64_t offset, int whence) argument
984 _archive_read_data_block(struct archive *_a, const void **buff, size_t *size, int64_t *offset) argument
1039 _archive_filter_count(struct archive *_a) argument
1055 _archive_read_close(struct archive *_a) argument
1081 _archive_read_free(struct archive *_a) argument
1144 get_filter(struct archive *_a, int n) argument
1169 _archive_filter_code(struct archive *_a, int n) argument
1176 _archive_filter_name(struct archive *_a, int n) argument
1183 _archive_filter_bytes(struct archive *_a, int n) argument
[all...]
H A Darchive_write_set_format_zip.c399 archive_write_zip_set_compression_deflate(struct archive *_a) argument
427 archive_write_zip_set_compression_store(struct archive *_a) argument
449 archive_write_set_format_zip(struct archive *_a) argument
H A Darchive_match.c244 archive_match_free(struct archive *_a) argument
272 archive_match_excluded(struct archive *_a, struct archive_entry *entry) argument
313 archive_match_exclude_pattern(struct archive *_a, const char *pattern) argument
332 archive_match_exclude_pattern_w(struct archive *_a, const wchar_t *pattern) argument
351 archive_match_exclude_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
365 archive_match_exclude_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
379 archive_match_include_pattern(struct archive *_a, const char *pattern) argument
398 archive_match_include_pattern_w(struct archive *_a, const wchar_t *pattern) argument
417 archive_match_include_pattern_from_file(struct archive *_a, const char *pathname, int nullSeparator) argument
431 archive_match_include_pattern_from_file_w(struct archive *_a, const wchar_t *pathname, int nullSeparator) argument
452 archive_match_path_excluded(struct archive *_a, struct archive_entry *entry) argument
488 archive_match_set_inclusion_recursion(struct archive *_a, int enabled) argument
503 archive_match_path_unmatched_inclusions(struct archive *_a) argument
515 archive_match_path_unmatched_inclusions_next(struct archive *_a, const char **_p) argument
532 archive_match_path_unmatched_inclusions_next_w(struct archive *_a, const wchar_t **_p) argument
918 archive_match_include_time(struct archive *_a, int flag, time_t sec, long nsec) argument
931 archive_match_include_date(struct archive *_a, int flag, const char *datestr) argument
943 archive_match_include_date_w(struct archive *_a, int flag, const wchar_t *datestr) argument
956 archive_match_include_file_time(struct archive *_a, int flag, const char *pathname) argument
969 archive_match_include_file_time_w(struct archive *_a, int flag, const wchar_t *pathname) argument
982 archive_match_exclude_entry(struct archive *_a, int flag, struct archive_entry *entry) argument
1010 archive_match_time_excluded(struct archive *_a, struct archive_entry *entry) argument
1032 validate_time_flag(struct archive *_a, int flag, const char *_fn) argument
1614 archive_match_include_uid(struct archive *_a, la_int64_t uid) argument
1625 archive_match_include_gid(struct archive *_a, la_int64_t gid) argument
1636 archive_match_include_uname(struct archive *_a, const char *uname) argument
1647 archive_match_include_uname_w(struct archive *_a, const wchar_t *uname) argument
1658 archive_match_include_gname(struct archive *_a, const char *gname) argument
1669 archive_match_include_gname_w(struct archive *_a, const wchar_t *gname) argument
1687 archive_match_owner_excluded(struct archive *_a, struct archive_entry *entry) argument
[all...]
H A Darchive_write_set_format_mtree.c1376 archive_write_set_format_mtree_default(struct archive *_a, const char *fn) argument
1416 archive_write_set_format_mtree(struct archive *_a) argument
1423 archive_write_set_format_mtree_classic(struct archive *_a) argument
H A Darchive_write_set_format_xar.c87 archive_write_set_format_xar(struct archive *_a) argument
337 archive_write_set_format_xar(struct archive *_a) argument
H A Darchive_read_support_format_cpio.c223 archive_read_support_format_cpio(struct archive *_a) argument
H A Darchive_read_support_format_mtree.c265 archive_read_support_format_mtree(struct archive *_a) argument
H A Darchive_write_set_format_7zip.c286 archive_write_set_format_7zip(struct archive *_a) argument
H A Darchive_read_support_format_tar.c244 archive_read_support_format_tar(struct archive *_a) argument
H A Darchive_read_disk_posix.c390 archive_read_disk_gname(struct archive *_a, la_int64_t gid) argument
402 archive_read_disk_uname(struct archive *_a, la_int64_t uid) argument
414 archive_read_disk_set_gname_lookup(struct archive *_a, argument
433 archive_read_disk_set_uname_lookup(struct archive *_a, argument
476 _archive_read_free(struct archive *_a) argument
505 _archive_read_close(struct archive *_a) argument
533 archive_read_disk_set_symlink_logical(struct archive *_a) argument
543 archive_read_disk_set_symlink_physical(struct archive *_a) argument
553 archive_read_disk_set_symlink_hybrid(struct archive *_a) argument
563 archive_read_disk_set_atime_restored(struct archive *_a) argument
583 archive_read_disk_set_behavior(struct archive *_a, int flags) argument
690 _archive_read_data_block(struct archive *_a, const void **buff, size_t *size, int64_t *offset) argument
1115 _archive_read_next_header(struct archive *_a, struct archive_entry **entryp) argument
1126 _archive_read_next_header2(struct archive *_a, struct archive_entry *entry) argument
1238 archive_read_disk_set_matching(struct archive *_a, struct archive *_ma, void (*_excluded_func)(struct archive *, void *, struct archive_entry *), void *_client_data) argument
1252 archive_read_disk_set_metadata_filter_callback(struct archive *_a, int (*_metadata_filter_func)(struct archive *, void *, struct archive_entry *), void *_client_data) argument
1267 archive_read_disk_can_descend(struct archive *_a) argument
1284 archive_read_disk_descend(struct archive *_a) argument
1323 archive_read_disk_open(struct archive *_a, const char *pathname) argument
1336 archive_read_disk_open_w(struct archive *_a, const wchar_t *pathname) argument
1367 _archive_read_disk_open(struct archive *_a, const char *pathname) argument
1393 archive_read_disk_current_filesystem(struct archive *_a) argument
1457 archive_read_disk_current_filesystem_is_synthetic(struct archive *_a) argument
1472 archive_read_disk_current_filesystem_is_remote(struct archive *_a) argument
[all...]
H A Darchive_read_support_format_lha.c259 archive_read_support_format_lha(struct archive *_a) argument
H A Darchive_read_support_format_xar.c72 archive_read_support_format_xar(struct archive *_a) argument
445 archive_read_support_format_xar(struct archive *_a) argument
H A Darchive_write_disk_posix.c513 _archive_write_disk_filter_bytes(struct archive *_a, int n) argument
524 archive_write_disk_set_options(struct archive *_a, int flags) argument
545 _archive_write_disk_header(struct archive *_a, struct archive_entry *entry) argument
914 archive_write_disk_set_skip_file(struct archive *_a, la_int64_t d, la_int64_t i) argument
1622 _archive_write_disk_data_block(struct archive *_a, argument
1652 _archive_write_disk_data(struct archive *_a, const void *buff, size_t size) argument
1665 _archive_write_disk_finish_entry(struct archive *_a) argument
1886 archive_write_disk_set_group_lookup(struct archive *_a, void *private_data, la_int64_t (*lookup_gid)(void *private, const char *gname, la_int64_t gid), void (*cleanup_gid)(void *private)) argument
1905 archive_write_disk_set_user_lookup(struct archive *_a, void *private_data, int64_t (*lookup_uid)(void *private, const char *uname, int64_t uid), void (*cleanup_uid)(void *private)) argument
1924 archive_write_disk_gid(struct archive *_a, const char *name, la_int64_t id) argument
1935 archive_write_disk_uid(struct archive *_a, const char *name, la_int64_t id) argument
2460 _archive_write_disk_close(struct archive *_a) argument
2566 _archive_write_disk_free(struct archive *_a) argument
[all...]
H A Darchive_read_support_format_zip.c2980 archive_read_format_zip_has_encrypted_entries(struct archive_read *_a) argument
3288 archive_read_support_format_zip_streamable(struct archive *_a) argument
4069 archive_read_support_format_zip_seekable(struct archive *_a) argument
[all...]
H A Darchive_read_support_format_rar.c634 archive_read_support_format_rar(struct archive *_a) argument
683 archive_read_format_rar_has_encrypted_entries(struct archive_read *_a) argument
H A Darchive_read_support_format_cab.c350 archive_read_support_format_cab(struct archive *_a) argument
H A Darchive_read_support_format_iso9660.c448 archive_read_support_format_iso9660(struct archive *_a) argument
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dcommon.c908 int _a = *(int *) a; local
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c2023 compare_values(const void *_a, const void *_b) argument
H A Dipfw2.c5131 compare_ntlv(const void *_a, const void *_b) argument
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c3159 compare_opcodes(const void *_a, const void *_b) argument
3407 compare_sh(const void *_a, const void *_b) argument
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_settings.cpp4961 static int __kmp_stg_cmp(void const *_a, void const *_b) { argument

Completed in 244 milliseconds

1234