/netbsd-src/bin/csh/ |
H A D | dir.c | 616 char tlink[MAXPATHLEN]; in dcanon() local 681 (cc = readlink(short2str(cp), tlink, in dcanon() 682 sizeof(tlink) - 1)) >= 0) { in dcanon() 683 tlink[cc] = '\0'; in dcanon() 684 (void)Strcpy(slink, str2short(tlink)); in dcanon() 765 (cc = readlink(short2str(cp), tlink, sizeof(tlink)-1)) >= 0) { in dcanon() 766 tlink[cc] = '\0'; in dcanon() 767 (void)Strcpy(slink, str2short(tlink)); in dcanon()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | decl.c | 1333 sym->tlink = gfc_new_symbol (name, sym->ns); in get_proc_name() 1334 gfc_add_type (sym->tlink, &(sym->ts), &gfc_current_locus); in get_proc_name() 1335 gfc_copy_attr (&sym->tlink->attr, &sym->attr, NULL); in get_proc_name() 1337 sym->tlink->as = gfc_copy_array_spec (sym->as); in get_proc_name() 1346 sym->tlink->result = sym->result; in get_proc_name() 1351 sym->tlink->result = sym->tlink; in get_proc_name() 9809 if (sym->tlink && sym->tlink->attr.function) in gfc_match_submod_proc() 9811 if (sym->tlink->result && sym->tlink->result != sym->tlink) in gfc_match_submod_proc() 9813 sym->result = sym->tlink->result; in gfc_match_submod_proc() 9876 gfc_free_symbol (sym->tlink); in gfc_match_submod_proc() [all …]
|
H A D | trans-decl.c | 836 if (sym->tlink) in gfc_defer_symbol_init() 840 p = last->tlink; in gfc_defer_symbol_init() 852 p = p->tlink; in gfc_defer_symbol_init() 856 last->tlink = sym; in gfc_defer_symbol_init() 857 sym->tlink = p; in gfc_defer_symbol_init() 1377 if (sym->ns->proc_name->tlink != NULL) in gfc_create_string_length() 4670 for (sym = proc_sym->tlink; sym != proc_sym; sym = sym->tlink) in gfc_trans_deferred_vars() 5107 if (f->sym && f->sym->tlink == NULL && f->sym->ts.type == BT_CHARACTER in gfc_trans_deferred_vars() 5817 gcc_assert (ns->proc_name && !ns->proc_name->tlink); in gfc_generate_module_vars() 6755 sym->tlink = sym; in gfc_generate_function_code()
|
H A D | parse.c | 5847 && proc->tlink in get_modproc_result() 5848 && proc->tlink->result in get_modproc_result() 5849 && proc->tlink->result != proc->tlink) in get_modproc_result() 5851 gfc_copy_dummy_sym (&proc->result, proc->tlink->result, 1); in get_modproc_result()
|
H A D | gfortran.h | 1613 struct gfc_symbol *tlink; member
|
H A D | trans-stmt.c | 2265 gcc_assert (!sym->tlink); in gfc_trans_block_construct() 2266 sym->tlink = sym; in gfc_trans_block_construct()
|
H A D | resolve.c | 13356 iface = sym->tlink; in resolve_fl_procedure() 13357 sym->tlink = NULL; in resolve_fl_procedure()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | decl.cc | 1333 sym->tlink = gfc_new_symbol (name, sym->ns); in get_proc_name() 1334 gfc_add_type (sym->tlink, &(sym->ts), &gfc_current_locus); in get_proc_name() 1335 gfc_copy_attr (&sym->tlink->attr, &sym->attr, NULL); in get_proc_name() 1337 sym->tlink->as = gfc_copy_array_spec (sym->as); in get_proc_name() 1346 sym->tlink->result = sym->result; in get_proc_name() 1351 sym->tlink->result = sym->tlink; in get_proc_name() 9897 if (sym->tlink && sym->tlink->attr.function) in gfc_match_submod_proc() 9899 if (sym->tlink->result && sym->tlink->result != sym->tlink) in gfc_match_submod_proc() 9901 sym->result = sym->tlink->result; in gfc_match_submod_proc() 9964 gfc_free_symbol (sym->tlink); in gfc_match_submod_proc() [all …]
|
H A D | trans-decl.cc | 841 if (sym->tlink) in gfc_defer_symbol_init() 845 p = last->tlink; in gfc_defer_symbol_init() 857 p = p->tlink; in gfc_defer_symbol_init() 861 last->tlink = sym; in gfc_defer_symbol_init() 862 sym->tlink = p; in gfc_defer_symbol_init() 1383 if (sym->ns->proc_name->tlink != NULL) in gfc_create_string_length() 4601 for (sym = proc_sym->tlink; sym != proc_sym; sym = sym->tlink) in gfc_trans_deferred_vars() 5035 if (f->sym && f->sym->tlink == NULL && f->sym->ts.type == BT_CHARACTER in gfc_trans_deferred_vars() 5745 gcc_assert (ns->proc_name && !ns->proc_name->tlink); in gfc_generate_module_vars() 7477 sym->tlink = sym; in gfc_generate_function_code()
|
H A D | parse.cc | 6189 && proc->tlink in get_modproc_result() 6190 && proc->tlink->result in get_modproc_result() 6191 && proc->tlink->result != proc->tlink) in get_modproc_result() 6193 gfc_copy_dummy_sym (&proc->result, proc->tlink->result, 1); in get_modproc_result()
|
H A D | ChangeLog-2016 | 222 * decl.c (get_proc_name): Use the symbol tlink field instead of 225 * gfortran.h : Since the symbol tlink field is no longer used 282 initialization of sym->tlink because the frontend no longer
|
H A D | gfortran.h | 1864 struct gfc_symbol *tlink; member
|
H A D | dump-parse-tree.cc | 1305 for (gfc_symbol *sym = ns->omp_affinity_iterators; sym; sym = sym->tlink) in show_iterator()
|
H A D | trans-stmt.cc | 2303 gcc_assert (!sym->tlink); in gfc_trans_block_construct() 2304 sym->tlink = sym; in gfc_trans_block_construct()
|
H A D | openmp.cc | 1117 last->tlink = sym; in gfc_match_iterator() 6840 sym; sym = sym->tlink) in resolve_omp_clauses()
|
H A D | resolve.cc | 13568 iface = sym->tlink; in resolve_fl_procedure() 13569 sym->tlink = NULL; in resolve_fl_procedure()
|
H A D | trans-openmp.cc | 2507 for (gfc_symbol *sym = ns->omp_affinity_iterators; sym; sym = sym->tlink) in handle_iterator()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1997 | 3236 * tlink.c: Include ctype.h. 3875 * Integrate tlink patch from jason@cygnus.com 3884 * tlink.c, hash.c, hash.h: New files. 3886 (collect2): Depend on and link in hash.o and tlink.o. 3887 (tlink.o, hash.o): Add dependencies.
|
H A D | ChangeLog-1998 | 565 * Makefile.in (collect2.o, tlink.o): Depend on collect2.h. 568 * tlink.c: Likewise. 1218 * tlink.c: Likewise. 2071 * tlink.c (symbol_hash_newfunc): Modify for new interfaces to hash 3635 * tlink.c (scan_linker_output): Cast the argument of ctype 5002 * tlink.c (scan_linker_output): Recognize errors from irix 6.2 12826 reload1.o, stmt.o, stor-layout.o, tlink.o, tree.o, varasm.o): Add 12880 * tlink.c: Likewise. 12925 reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, 14766 tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend [all …]
|
H A D | ChangeLog-1999 | 729 * tlink.c (scan_linker_output): Don't look in demangled name when 7223 * tlink.c (scan_linker_output): Look for keywords before accepting 9270 * Makefile.in (tlink.o): Don't depend on toplev.h. 9299 * tlink.c: Don't include toplev.h. 9324 * tlink.c (scan_linker_output): Skip the initial underscore in 11751 * tlink.c (symbol_hash_lookup): Do not prefix functions used as 17008 * tlink.c (symbol_hash_newfunc): Remove redundant call to 17342 * tlink.c (symbol_hash_newfunc, symbol_hash_lookup,
|
H A D | ChangeLog-2002 | 254 * tlink.c: Likewise. 1627 tlink.c, toplev.c, tracer.c, tree-dump.c, tree-inline.c, 2758 * tlink.c: Fix formatting. 8121 * collect2.c, tlink.c: Change all uses of prepends_underscore 11113 * tlink.c (pfgets): Use xstrdup not permanent_obstack. 12653 reorg.c, tlink.c, tree.c, config/arm/arm.c, objc/objc-act.c: 17553 * tlink.c: Replace hash.h with hashtab.h. Explicitly include 17591 (tlink.o): Remove hash.h, add HASHTAB_H and OBSTACK_H. 18875 * tlink.c: Likewise. 21232 * tlink.c: Likewise.
|
H A D | ChangeLog-2001 | 5837 * tlink.c (recompile_files): Copy strings passed to `putenv'. 11285 * tlink.c (recompile_files): Likewise. 13081 tlink.c, toplev.c, toplev.h, tree.c, tree.def, tree.h, 13896 * tlink.c (scan_linker_output): Check string for unsatisfied in 19177 * tlink.c (recompile_files): Remove COMPILER_PATH and 23694 * tlink.c (symbol_hash_lookup, demangled_hash_lookup): Likewise. 28580 * function.c, ggc-common.c, hash.h, hash.c, tlink.c: Replace
|
H A D | ChangeLog-2003 | 13269 tlink.c toplev.c tree-dump.c tree.c unroll.c unwind-dw2-fde.c 15482 * tlink.c: Likewise. 18808 stringpool.c, tlink.c, tree.c, varasm.c, varray.c: Don't use 21894 * tlink.c (scan_linker_output): Add support for darwin linker, as it 25652 * tlink.c (recompile_files): Add missing '=' to putenv calls 31696 * tlink.c (scan_linker_output): Drop leading '.' from symbol names.
|
H A D | ChangeLog-2000 | 4784 process_command, main), gcov.c (open_files, output_data), tlink.c 13871 * tlink.c (scan_linker_output): Tweak for output of AIX ld. 15366 * c-decl.c, timevar.c, tlink.c: Include intl.h. 15405 * tlink.c: Likewise. 23057 * tlink.c (read_repo_files): Don't look for .rpo info for
|
H A D | ChangeLog-2012 | 2649 * Makefile.in (tlink.o): Add dependency on VEC_H. 3516 * tlink.c: Likewise. 22874 * tlink.c: Likewise. 25794 * tlink.c (do_tlink): Set it to true if the link succeeded. 33110 * tlink.c (demangled_hash_entry): Change mangled to a VEC.
|