HomeSort by: relevance | last modified time | path
    Searched refs:file_open (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_write_open_file.c 54 static int file_open(struct archive *, void *);
68 return (archive_write_open2(a, mine, file_open, file_write,
73 file_open(struct archive *a, void *client_data) function
archive_write_open_fd.c 57 static int file_open(struct archive *, void *);
75 file_open, file_write, NULL, file_free));
79 file_open(struct archive *a, void *client_data) function
archive_write_open_filename.c 65 static int file_open(struct archive *, void *);
128 file_open, file_write, file_close, file_free));
132 file_open(struct archive *a, void *client_data) function
archive_read_open_filename.c 87 static int file_open(struct archive *, void *);
149 archive_read_set_open_callback(a, file_open);
231 archive_read_set_open_callback(a, file_open);
255 file_open(struct archive *a, void *client_data) function
648 return file_open(a, client_data2);
  /src/usr.bin/split/
split.c 59 static int file_open; /* If a file is open. */ variable
196 if (!file_open) {
200 file_open = 1;
230 file_open = 0;
263 if (!file_open) {
265 file_open = 1;
277 file_open = 0;
  /src/external/bsd/am-utils/dist/amd/
info_file.c 196 file_open(char *map, time_t *tp) function
214 FILE *mapf = file_open(map, tp);
227 FILE *mapf = file_open(map, (time_t *) NULL);
242 FILE *mapf = file_open(map, &t);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_archive_read_multiple_data_objects.c 178 file_open(struct archive *a, void *data) function
228 r = file_open(a, mydata2);
293 assertA(0 == archive_read_set_open_callback(a, file_open));
  /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/
file_store.c 44 static OSSL_FUNC_store_open_fn file_open; variable
148 * Function to service both file_open() and file_attach()
195 static void *file_open(void *provctx, const char *uri) function
755 * the allocated file BIO (for file_open()).
781 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
  /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/
file_store.c 45 static OSSL_FUNC_store_open_fn file_open; variable
149 * Function to service both file_open() and file_attach()
196 static void *file_open(void *provctx, const char *uri) function
797 * the allocated file BIO (for file_open()).
823 { OSSL_FUNC_STORE_OPEN, (void (*)(void))file_open },
  /src/crypto/external/bsd/openssl.old/dist/crypto/store/
loader_file.c 792 static OSSL_STORE_LOADER_CTX *file_open(const OSSL_STORE_LOADER *loader, function
1456 file_open,
  /src/crypto/external/apache2/openssl/dist/engines/
e_loader_attic.c 1062 static OSSL_STORE_LOADER_CTX *file_open(const OSSL_STORE_LOADER *loader, const char *uri, function
1717 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open)
  /src/crypto/external/bsd/openssl/dist/engines/
e_loader_attic.c 1071 static OSSL_STORE_LOADER_CTX *file_open function
1733 || !OSSL_STORE_LOADER_set_open(loader_attic, file_open)

Completed in 30 milliseconds