Searched refs:file_new (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/tools/vt/keymaps/ |
H A D | convert-keymaps.pl | 72 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 D | convert-INDEX.pl | 72 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 D | bss_file.c | 40 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 D | archive_write_set_format_xar.c | 283 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 D | archive_write_set_format_7zip.c | 249 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 D | archive_read_support_format_xar.c | 405 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()
|