Searched refs:ofn (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/lib/libutil/
H A Dopendisk.c57 opd(char *buf, size_t len, int (*ofn)(const char *, int, ...),
66 return (*ofn)(buf, flags, 0);
71 int (*ofn)(const char *, int, ...))
98 f = opd(buf, buflen, ofn, flags, "%s%s%s", d, r, path);
102 f = opd(buf, buflen, ofn, flags, "%s%s%s%c", d, r, path, part);
107 f = opd(buf, buflen, ofn, flags, "%s", path);
111 return opd(buf, buflen, ofn, flags, "%s%c", path, part);
123 int (*ofn)(const char *, int, ...))
126 return __opendisk(path, flags, buf, buflen, iscooked, ofn);
/netbsd-current/external/bsd/mdocml/dist/
H A Dtag.h19 char ofn[20]; member in struct:tag_files
H A Dtag.c93 (void)strlcpy(tag_files.ofn, "/tmp/man.XXXXXXXXXX",
94 sizeof(tag_files.ofn));
98 if ((ofd = mkstemp(tag_files.ofn)) == -1)
124 *tag_files.ofn = '\0';
238 entry->s, tag_files.ofn, entry->lines[i]);
263 if (*tag_files.ofn != '\0')
264 unlink(tag_files.ofn);
H A Dmain.c548 warn("%s", tag_files->ofn);
1215 argv[argc++] = tag_files->ofn;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c75 const char *ifn = NULL, *ofn = NULL; local
99 ofn = argv[3];
120 out = fopen(ofn, "w+");
/netbsd-current/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c761 fndef_t *ofn = old->t_fndef; local
764 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd);
766 nfn->fn_nargs = ofn->fn_nargs;
767 nfn->fn_vargs = ofn->fn_vargs;
770 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs);
772 for (i = 0; i < (int) ofn->fn_nargs; i++) {
773 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c4892 tree ofn = *iter;
4896 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn);
4897 if (decls_match (decl, ofn))
4905 found = ofn;
4887 tree ofn = *iter; local
H A Dpt.c14255 for (tree ofn = fn; ofn; ofn = decl_function_context (ofn))
14256 if (DECL_SOURCE_LOCATION (ofn) == DECL_SOURCE_LOCATION (otctx))
14257 return ofn;
14263 tree ofn = fn;
14276 ofn = decl_function_context (ofn);
14278 gcc_assert (DECL_NAME (ofn)
14262 tree ofn = fn; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc5912 tree ofn = *iter;
5916 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn);
5917 if (decls_match (decl, ofn))
5927 found = ofn;
5931 && TREE_CODE (ofn) == TEMPLATE_DECL)
5908 tree ofn = *iter; local
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dchannels.c1215 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
1224 c->output_filter = ofn;
1214 channel_register_filter(struct ssh *ssh, int id, channel_infilter_fn *ifn, channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) argument

Completed in 306 milliseconds