Home
last modified time | relevance | path

Searched refs:ofn (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/lib/libutil/
H A Dopendisk.c57 opd(char *buf, size_t len, int (*ofn)(const char *, int, ...), in opd()
66 return (*ofn)(buf, flags, 0); in opd()
71 int (*ofn)(const char *, int, ...)) in __opendisk()
98 f = opd(buf, buflen, ofn, flags, "%s%s%s", d, r, path); in __opendisk()
102 f = opd(buf, buflen, ofn, flags, "%s%s%s%c", d, r, path, part); in __opendisk()
107 f = opd(buf, buflen, ofn, flags, "%s", path); in __opendisk()
111 return opd(buf, buflen, ofn, flags, "%s%c", path, part); in __opendisk()
123 int (*ofn)(const char *, int, ...)) in opendisk1()
126 return __opendisk(path, flags, buf, buflen, iscooked, ofn); in opendisk1()
/netbsd-src/external/bsd/mdocml/dist/
H A Dtag.c93 (void)strlcpy(tag_files.ofn, "/tmp/man.XXXXXXXXXX", in tag_init()
94 sizeof(tag_files.ofn)); in tag_init()
98 if ((ofd = mkstemp(tag_files.ofn)) == -1) in tag_init()
124 *tag_files.ofn = '\0'; in tag_init()
238 entry->s, tag_files.ofn, entry->lines[i]); in tag_write()
263 if (*tag_files.ofn != '\0') in tag_unlink()
264 unlink(tag_files.ofn); in tag_unlink()
H A Dtag.h19 char ofn[20]; member
H A Dmain.c548 warn("%s", tag_files->ofn); in main()
1215 argv[argc++] = tag_files->ofn; in spawn_pager()
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DTableGen.cmake2 # Extra parameters for `tblgen' may come after `ofn' parameter.
5 function(tablegen project ofn)
19 ${CMAKE_BINARY_DIR} ${CMAKE_CURRENT_BINARY_DIR}/${ofn})
24 DEPFILE ${CMAKE_CURRENT_BINARY_DIR}/${ofn}.d
32 -o ${CMAKE_CURRENT_BINARY_DIR}/${ofn}
94 add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${ofn}
107 COMMENT "Building ${ofn}..."
111 set_property(DIRECTORY APPEND PROPERTY ADDITIONAL_MAKE_CLEAN_FILES ${ofn})
113 set(TABLEGEN_OUTPUT ${TABLEGEN_OUTPUT} ${CMAKE_CURRENT_BINARY_DIR}/${ofn} PARENT_SCOPE)
114 set_source_files_properties(${CMAKE_CURRENT_BINARY_DIR}/${ofn} PROPERTIES
/netbsd-src/usr.bin/xlint/xlint/
H A Dxlint.c431 char *ofn; in handle_filename() local
433 ofn = output_filename; in handle_filename()
439 ofn = xasprintf("%.*s.ln", (int)len, base); in handle_filename()
441 ofn = xasprintf("%slint1.XXXXXX", tmpdir); in handle_filename()
442 int fd = mkstemp(ofn); in handle_filename()
450 list_add(&lint1.outfiles, ofn); in handle_filename()
453 run_lint1(ofn); in handle_filename()
455 list_add(&lint2.input_files, ofn); in handle_filename()
456 free(ofn); in handle_filename()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dexample_evp_cipher.c75 const char *ifn = NULL, *ofn = NULL; in main() local
99 ofn = argv[3]; in main()
120 out = fopen(ofn, "w+"); in main()
/netbsd-src/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dmerge.c761 fndef_t *ofn = old->t_fndef; in conjure_function() local
764 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
766 nfn->fn_nargs = ofn->fn_nargs; in conjure_function()
767 nfn->fn_vargs = ofn->fn_vargs; in conjure_function()
770 nfn->fn_args = xcalloc(sizeof (tdesc_t *) * ofn->fn_nargs); in conjure_function()
772 for (i = 0; i < (int) ofn->fn_nargs; i++) { in conjure_function()
773 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc5908 tree ofn = *iter; in set_decl_namespace() local
5912 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn); in set_decl_namespace()
5913 if (decls_match (decl, ofn)) in set_decl_namespace()
5923 found = ofn; in set_decl_namespace()
5927 && TREE_CODE (ofn) == TEMPLATE_DECL) in set_decl_namespace()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c4887 tree ofn = *iter; in set_decl_namespace() local
4891 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn); in set_decl_namespace()
4892 if (decls_match (decl, ofn)) in set_decl_namespace()
4900 found = ofn; in set_decl_namespace()
H A Dpt.c14254 for (tree ofn = fn; ofn; ofn = decl_function_context (ofn)) in enclosing_instantiation_of() local
14255 if (DECL_SOURCE_LOCATION (ofn) == DECL_SOURCE_LOCATION (otctx)) in enclosing_instantiation_of()
14256 return ofn; in enclosing_instantiation_of()
14262 tree ofn = fn; in enclosing_instantiation_of() local
14275 ofn = decl_function_context (ofn); in enclosing_instantiation_of()
14277 gcc_assert (DECL_NAME (ofn) == DECL_NAME (otctx) in enclosing_instantiation_of()
14278 || DECL_CONV_FN_P (ofn)); in enclosing_instantiation_of()
14279 return ofn; in enclosing_instantiation_of()