Searched refs:open_file (Results 51 - 75 of 88) sorted by relevance

1234

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dambient_depth_filter_editor.c526 open_file(const char *path,
541 return eb->wrapped_editor->open_file(path, pb->wrapped_baton,
699 depth_filter_editor->open_file = open_file;
524 open_file(const char *path, function
H A Dexternals.c564 open_file(const char *path,
1137 tree_editor->open_file = open_file;
562 open_file(const char *path, function
H A Dstatus.c2310 open_file(const char *path,
2556 tree_editor->open_file = open_file;
2304 open_file(const char *path, function
H A Ddiff_editor.c1986 open_file(const char *path,
2438 tree_editor->open_file = open_file;
1984 open_file(const char *path, function
/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsync.c383 open_file(const char *path, function
393 SVN_ERR(eb->wrapped_editor->open_file(path, pb->wrapped_node_baton,
718 tree_editor->open_file = open_file;
/freebsd-11-stable/stand/efi/libefi/
H A Defipart.c54 static int efipart_open(struct open_file *, ...);
55 static int efipart_close(struct open_file *);
56 static int efipart_ioctl(struct open_file *, u_long, void *);
857 efipart_open(struct open_file *f, ...)
910 efipart_close(struct open_file *f)
935 efipart_ioctl(struct open_file *f, u_long cmd, void *data)
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c134 static int bd_open(struct open_file *f, ...);
135 static int bd_close(struct open_file *f);
136 static int bd_ioctl(struct open_file *f, u_long cmd, void *data);
820 bd_open(struct open_file *f, ...)
864 bd_close(struct open_file *f)
886 bd_ioctl(struct open_file *f, u_long cmd, void *data)
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dfiles.c152 static bool open_file (_cpp_file *file);
203 open_file (_cpp_file *file) function
341 if (open_file (file))
384 if (open_file (file))
412 to open_file().
645 if (file->fd == -1 && !open_file (file))
1422 if (open_file (file))
1575 if (!open_file (f))
/freebsd-11-stable/sys/dev/beri/virtio/
H A Dvirtio_block.c236 open_file(struct beri_vtblk_softc *sc, struct thread *td) function
453 err = open_file(sc, td);
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dmain.cpp369 FILE *fp = config_macro_path.open_file(STARTUP_FILE, &path);
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_delta.h733 * @c open_file
777 * The @c add_file and @c open_file callbacks each return a baton
802 * @c open_file, @c add_file at most once on any given directory
807 * @c add_directory, @c open_file or @c add_file has been called on
822 * 5. When the producer calls @c open_file or @c add_file, either:
1064 svn_error_t *(*open_file)(const char *path,
1074 * prior @c add_file or @c open_file callback.
1116 * @c add_file or @c open_file). We won't be using the baton any
1165 * prior @c add_file or @c open_file callback.
1060 svn_error_t *(*open_file)(const char *path, member in struct:svn_delta_editor_t
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dpsrm.cpp318 FILE *fp = font::open_file(prologue, &path);
354 fp = font::open_file(r->filename, &path);
1078 FILE *fp = font::open_file("download", &path);
/freebsd-11-stable/contrib/openbsm/test/bsm/
H A Dgenerate.c66 open_file(const char *directory, const char *name) function
104 fd = open_file(directory, filename);
128 fd = open_file(directory, filename);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c212 /* The pool passed in by add_file or open_file.
790 open_file(const char *path, function
1381 tree_editor->open_file = open_file;
H A Dwc_editor.c586 editor->open_file = file_open;
H A Dcommit_util.c1749 err = editor->open_file(path, parent_baton,
1827 err = editor->open_file(path, parent_baton,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump_editor.c442 - open_file()
792 open_file(const char *path,
1033 de->open_file = open_file;
790 open_file(const char *path, function
H A Dcommit.c609 open_file(const char *path,
1044 e->open_file = open_file;
606 open_file(const char *path, function
H A Ddump.c1737 open_file(const char *path,
1944 dump_editor->open_file = open_file;
1733 open_file(const char *path, function
/freebsd-11-stable/contrib/groff/src/preproc/grn/
H A Dmain.cpp508 gfp = macro_path.open_file(gremlinfile, &path);
/freebsd-11-stable/stand/uboot/common/
H A Dmain.c362 struct open_file f;
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp571 if ((fp = open_file(name, &path)) == NULL) {
831 if ((fp = open_file("DESC", &path)) == 0) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dcommit.c1830 open_file(const char *path,
2405 editor->open_file = open_file;
1828 open_file(const char *path, function
H A Dreplay.c328 SVN_ERR(ctx->editor->open_file(name,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Deditorp.c458 ra_svn_editor->open_file = ra_svn_open_file;
757 SVN_CMD_ERR(ds->editor->open_file(path, entry->baton, rev, ds->file_pool,

Completed in 263 milliseconds

1234