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

/freebsd-10.1-release/tools/tools/vt/keymaps/
H A Dconvert-INDEX.pl73 my ($encoding, $file_old, $file_new) = split(" ");
74 # print "--> ", join("|", $encoding, $file_old, $file_new, $file_locale), "\n";
75 if ($encoding and $file_old and $file_new) {
77 $FILE_NEW{$file_old} = $file_new;
H A Dconvert-keymaps.pl73 my ($encoding, $file_old, $file_new) = split(" ");
74 # print "--> ", join("|", $encoding, $file_old, $file_new, $file_locale), "\n";
75 if ($encoding and $file_old and $file_new) {
77 $FILE_NEW{$file_old} = $file_new;
/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_file.c103 static int MS_CALLBACK file_new(BIO *h);
113 file_new,
205 static int MS_CALLBACK file_new(BIO *bi) function
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_xar.c283 static struct file *file_new(struct archive_write *a, struct archive_entry *);
522 file = file_new(a, entry);
1888 file_new(struct archive_write *a, struct archive_entry *entry) function
1948 file = file_new(a, NULL);
H A Darchive_write_set_format_7zip.c229 static int file_new(struct archive_write *a, struct archive_entry *,
440 r = file_new(a, entry, &file);
1482 file_new(struct archive_write *a, struct archive_entry *entry, function
H A Darchive_read_support_format_xar.c407 static int file_new(struct archive_read *,
1799 file_new(struct archive_read *a, struct xar *xar, struct xmlattr_list *list) function
2008 if (file_new(a, xar, list) != ARCHIVE_OK)
2027 if (file_new(a, xar, list) != ARCHIVE_OK)

Completed in 219 milliseconds