Home
last modified time | relevance | path

Searched refs:file_new (Results 1 – 6 of 6) sorted by relevance

/freebsd/tools/tools/vt/keymaps/
H A Dconvert-keymaps.pl72 my ($encoding, $file_old, $file_new) = split(" ");
74 if ($encoding and $file_old and $file_new) {
76 $FILE_NEW{$file_old} = $file_new;
H A Dconvert-INDEX.pl72 my ($encoding, $file_old, $file_new) = split(" ");
74 if ($encoding and $file_old and $file_new) {
76 $FILE_NEW{$file_old} = $file_new;
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c40 static int file_new(BIO *h);
52 file_new,
109 static int file_new(BIO *bi) in file_new() function
396 static int file_new(BIO *bi) in file_new() function
415 file_new,
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c283 static struct file *file_new(struct archive_write *a, struct archive_entry *);
552 file = file_new(a, entry); in xar_write_header()
1945 file_new(struct archive_write *a, struct archive_entry *entry) in file_new() function
2006 file = file_new(a, NULL); in file_create_virtual_dir()
H A Darchive_write_set_format_7zip.c249 static int file_new(struct archive_write *a, struct archive_entry *,
460 r = file_new(a, entry, &file); in _7z_write_header()
1517 file_new(struct archive_write *a, struct archive_entry *entry, in file_new() function
H A Darchive_read_support_format_xar.c405 static int file_new(struct archive_read *,
1789 file_new(struct archive_read *a, struct xar *xar, struct xmlattr_list *list) in file_new() function
1999 if (file_new(a, xar, list) != ARCHIVE_OK) in xml_start()
2018 if (file_new(a, xar, list) != ARCHIVE_OK) in xml_start()