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

/netbsd-6-1-5-RELEASE/lib/libutil/
H A Dopendisk.c49 int (*ofn)(const char *, int, ...))
68 f = ofn(buf, flags, 0);
73 f = ofn(buf, flags, 0);
81 f = ofn(buf, flags, 0);
87 f = ofn(buf, flags, 0);
100 int (*ofn)(const char *, int, ...))
103 return __opendisk(path, flags, buf, buflen, iscooked, ofn);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c70 const char *ifn = NULL, *ofn = NULL; local
94 ofn = argv[3];
101 out = fopen(ofn, "w+");
/netbsd-6-1-5-RELEASE/usr.bin/xlint/xlint/
H A Dxlint.c610 char **args, *ofn, *pathname; local
639 ofn = outputfn;
647 ofn = xmalloc(strlen(bn) + (bn == suff ? 4 : 2));
649 (void)sprintf(ofn, "%.*s", (int)len, bn);
650 (void)strcat(ofn, ".ln");
652 ofn = xmalloc(strlen(tmpdir) + sizeof ("lint1.XXXXXX"));
653 (void)sprintf(ofn, "%slint1.XXXXXX", tmpdir);
654 fd = mkstemp(ofn);
662 appcstrg(&p1out, ofn);
715 appcstrg(&args, ofn);
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c763 fndef_t *ofn = old->t_fndef; local
766 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd);
768 nfn->fn_nargs = ofn->fn_nargs;
769 nfn->fn_vargs = ofn->fn_vargs;
772 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs);
774 for (i = 0; i < (int) ofn->fn_nargs; i++) {
775 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id,
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.c3139 tree ofn = OVL_CURRENT (elt);
3142 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn);
3143 if (decls_match (decl, ofn))
3145 if (found && !decls_match (found, ofn))
3152 found = ofn;
3134 tree ofn = OVL_CURRENT (elt); local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dchannels.c749 channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx)
758 c->output_filter = ofn;
748 channel_register_filter(int id, channel_infilter_fn *ifn, channel_outfilter_fn *ofn, channel_filter_cleanup_fn *cfn, void *ctx) argument

Completed in 144 milliseconds