| /src/external/bsd/mdocml/dist/ |
| term_tag.h | 22 char ofn[80]; /* Output file name. */ member in struct:tag_files
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| example_evp_cipher.c | 75 const char *ifn = NULL, *ofn = NULL; local 99 ofn = argv[3]; 120 out = fopen(ofn, "w+");
|
| /src/usr.bin/xlint/xlint/ |
| xlint.c | 431 char *ofn; local 433 ofn = output_filename; 439 ofn = xasprintf("%.*s.ln", (int)len, base); 441 ofn = xasprintf("%slint1.XXXXXX", tmpdir); 442 int fd = mkstemp(ofn); 450 list_add(&lint1.outfiles, ofn); 453 run_lint1(ofn); 455 list_add(&lint2.input_files, ofn); 456 free(ofn);
|
| /src/external/cddl/osnet/dist/tools/ctf/cvt/ |
| merge.c | 761 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,
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 6331 tree ofn = *iter; 6335 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn); 6336 if (decls_match (decl, ofn)) 6346 found = ofn; 6350 && TREE_CODE (ofn) == TEMPLATE_DECL) 6327 tree ofn = *iter; local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.cc | 5915 tree ofn = *iter; 5919 DECL_CONTEXT (decl) = DECL_CONTEXT (ofn); 5920 if (decls_match (decl, ofn)) 5930 found = ofn; 5934 && TREE_CODE (ofn) == TEMPLATE_DECL) 5911 tree ofn = *iter; local
|