| /netbsd-src/external/bsd/nvi/dist/ex/ |
| H A D | ex_join.c | 47 CHAR_T *p, *bp, *tbp = NULL; in ex_join() local 92 tbp = bp + clen; in ex_join() 125 *tbp++ = ' '; in ex_join() 131 *tbp++ = ' '; in ex_join() 137 *tbp++ = ' '; in ex_join() 141 *tbp++ = ' '; in ex_join() 148 MEMCPYW(tbp, p, len); in ex_join() 149 tbp += len; in ex_join() 175 sp->cno = (tbp - bp) - (1 + extra); in ex_join() 178 sp->cno = (tbp - bp) - len - (1 + extra); in ex_join() [all …]
|
| H A D | ex_shift.c | 70 CHAR_T *bp, *tbp; in shift() local 140 tbp = bp; in shift() 144 *tbp++ = '\t'; in shift() 149 *tbp++ = ' '; in shift() 152 MEMCPYW(tbp, p + oldidx, len - oldidx); in shift() 155 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) { in shift()
|
| /netbsd-src/lib/libcompat/4.1/ |
| H A D | ftime.c | 50 ftime(tbp) in ftime() argument 51 struct timeb *tbp; in ftime() 56 _DIAGASSERT(tbp != 0); 60 tbp->millitm = (unsigned short)(t.tv_usec / 1000); 61 tbp->time = t.tv_sec; 62 tbp->timezone = tz.tz_minuteswest; 63 tbp->dstflag = tz.tz_dsttime;
|
| /netbsd-src/external/bsd/am-utils/dist/conf/transp/ |
| H A D | transp_tli.c | 564 struct t_bind *tbp = NULL; in create_amq_service() local 568 sock = bind_preferred_amq_port(preferred_amq_port, *tcp_amqncpp, &tbp); in create_amq_service() 574 *tcp_amqpp = svc_tli_create(sock, *tcp_amqncpp, tbp, 0, 0); in create_amq_service() 577 t_free((char *) tbp, T_BIND); in create_amq_service() 598 struct t_bind *tbp = NULL; in create_amq_service() local 602 sock = bind_preferred_amq_port(preferred_amq_port, *udp_amqncpp, &tbp); in create_amq_service() 608 *udp_amqpp = svc_tli_create(sock, *udp_amqncpp, tbp, 0, 0); in create_amq_service() 611 t_free((char *) tbp, T_BIND); in create_amq_service() 800 get_autofs_address(struct netconfig *ncp, struct t_bind *tbp) 820 tbp->addr.len = addrs->n_addrs->len; [all …]
|
| /netbsd-src/sys/ufs/lfs/ |
| H A D | lfs_segment.c | 193 struct buf *bp, *nbp, *tbp, *tnbp; in lfs_vflush() local 255 for (tbp = LIST_FIRST(&vp->v_dirtyblkhd); tbp; in lfs_vflush() 256 tbp = tnbp) in lfs_vflush() 258 tnbp = LIST_NEXT(tbp, b_vnbufs); in lfs_vflush() 259 if (tbp->b_vp == bp->b_vp in lfs_vflush() 260 && tbp->b_lblkno == bp->b_lblkno in lfs_vflush() 261 && tbp != bp) in lfs_vflush() 2550 struct buf *tbp, *fbp; local 2565 tbp = cl->bpp[cl->bufcount]; 2566 KASSERT(tbp->b_cflags & BC_BUSY); [all …]
|
| /netbsd-src/usr.bin/telnet/ |
| H A D | telnet.c | 1848 unsigned char *tbp = NULL; in telsnd() local 1862 tbp = ttyiring.consume; in telsnd() 1868 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd() 1889 command(0, (char *)tbp, tcc); in telsnd() 1898 --tbp; in telsnd() 1909 if (tcc && strip(*tbp) == escape) { in telsnd() 1910 tbp++; in telsnd() 1915 command(0, (char *)tbp, tcc); in telsnd() 1926 if (tcc > 0 && strip(*tbp) == echoc) { in telsnd() 1927 tcc--; tbp++; count++; in telsnd()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | primary.c | 2286 gfc_symtree *tbp; in gfc_match_varspec() local 2349 tbp = gfc_find_typebound_proc (sym, &t, name, false, &gfc_current_locus); in gfc_match_varspec() 2351 tbp = NULL; in gfc_match_varspec() 2353 if (tbp) in gfc_match_varspec() 2368 if (tbp->n.tb->is_generic) in gfc_match_varspec() 2371 tbp_sym = tbp->n.tb->u.specific->n.sym; in gfc_match_varspec() 2374 primary->value.compcall.tbp = tbp->n.tb; in gfc_match_varspec() 2375 primary->value.compcall.name = tbp->name; in gfc_match_varspec() 2385 m = gfc_match_actual_arglist (tbp->n.tb->subroutine, in gfc_match_varspec()
|
| H A D | resolve.c | 6217 gfc_typebound_proc* tbp; in update_compcall_arglist() local 6219 tbp = e->value.compcall.tbp; in update_compcall_arglist() 6221 if (tbp->error) in update_compcall_arglist() 6228 if (tbp->nopass || e->value.compcall.ignore_pass) in update_compcall_arglist() 6234 if (tbp->pass_arg_num <= 0) in update_compcall_arglist() 6238 tbp->pass_arg_num, in update_compcall_arglist() 6239 tbp->pass_arg); in update_compcall_arglist() 6354 if (e->value.compcall.tbp->nopass && base->rank != 0) in check_typebound_baseobject() 6378 gcc_assert (!e->value.compcall.tbp->is_generic); in resolve_typebound_static() 6385 *target = e->value.compcall.tbp->u.specific; in resolve_typebound_static() [all …]
|
| H A D | symbol.c | 3771 gfc_typebound_proc *tbp; in gfc_commit_symbols() local 3784 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols() 3785 tbp->error = 0; in gfc_commit_symbols()
|
| H A D | gfc-internals.texi | 658 and the call's target procedure (@code{value.compcall.tbp}) is re-pointed to 668 the actual argument list of the call and @code{value.compcall.tbp} points to the
|
| H A D | gfortran.h | 2291 gfc_typebound_proc* tbp; /* Should overlap with esym. */ member
|
| H A D | expr.c | 389 q->value.compcall.tbp = p->value.compcall.tbp; in gfc_copy_expr()
|
| H A D | interface.c | 4314 e->value.compcall.tbp = target; in build_compcall_for_operator()
|
| H A D | trans-expr.c | 10597 gcc_assert (!expr->value.compcall.tbp->is_generic); in gfc_expr_is_variable() 10598 func_ifc = expr->value.compcall.tbp->u.specific->n.sym; in gfc_expr_is_variable()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | primary.cc | 2274 gfc_symtree *tbp; in gfc_match_varspec() local 2337 tbp = gfc_find_typebound_proc (sym, &t, name, false, &gfc_current_locus); in gfc_match_varspec() 2339 tbp = NULL; in gfc_match_varspec() 2341 if (tbp) in gfc_match_varspec() 2356 if (tbp->n.tb->is_generic) in gfc_match_varspec() 2359 tbp_sym = tbp->n.tb->u.specific->n.sym; in gfc_match_varspec() 2362 primary->value.compcall.tbp = tbp->n.tb; in gfc_match_varspec() 2363 primary->value.compcall.name = tbp->name; in gfc_match_varspec() 2373 m = gfc_match_actual_arglist (tbp->n.tb->subroutine, in gfc_match_varspec()
|
| H A D | resolve.cc | 6339 gfc_typebound_proc* tbp; in update_compcall_arglist() local 6341 tbp = e->value.compcall.tbp; in update_compcall_arglist() 6343 if (tbp->error) in update_compcall_arglist() 6350 if (tbp->nopass || e->value.compcall.ignore_pass) in update_compcall_arglist() 6356 if (tbp->pass_arg_num <= 0) in update_compcall_arglist() 6360 tbp->pass_arg_num, in update_compcall_arglist() 6361 tbp->pass_arg); in update_compcall_arglist() 6476 if (e->value.compcall.tbp->nopass && base->rank != 0) in check_typebound_baseobject() 6500 gcc_assert (!e->value.compcall.tbp->is_generic); in resolve_typebound_static() 6507 *target = e->value.compcall.tbp->u.specific; in resolve_typebound_static() [all …]
|
| H A D | symbol.cc | 3789 gfc_typebound_proc *tbp; in gfc_commit_symbols() local 3802 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) in gfc_commit_symbols() 3803 tbp->error = 0; in gfc_commit_symbols()
|
| H A D | gfc-internals.texi | 658 and the call's target procedure (@code{value.compcall.tbp}) is re-pointed to 668 the actual argument list of the call and @code{value.compcall.tbp} points to the
|
| H A D | ChangeLog-2009 | 2951 (gfc_undo_symbols): Process list of tentative tbp's. 2958 and gfc_namespace with regards to tbp's. 2960 * primary.c (gfc_match_varspec): Ditto. Don't reference tbp-symbol 2967 (gfc_match_generic): Ditto. Don't reference tbp-symbol.
|
| H A D | gfortran.h | 2580 gfc_typebound_proc* tbp; /* Should overlap with esym. */ member
|
| H A D | expr.cc | 390 q->value.compcall.tbp = p->value.compcall.tbp; in gfc_copy_expr()
|
| H A D | interface.cc | 4517 e->value.compcall.tbp = target; in build_compcall_for_operator()
|
| H A D | trans-expr.cc | 11135 gcc_assert (!expr->value.compcall.tbp->is_generic); in gfc_expr_is_variable() 11136 func_ifc = expr->value.compcall.tbp->u.specific->n.sym; in gfc_expr_is_variable()
|
| H A D | ChangeLog-2008 | 1028 member and changed type of `tbp' to gfc_typebound_proc.
|