| /src/external/bsd/nvi/dist/ex/ |
| ex_join.c | 47 CHAR_T *p, *bp, *tbp = NULL; local 88 * tbp - bp is the length of the new line. 92 tbp = bp + clen; 125 *tbp++ = ' '; 131 *tbp++ = ' '; 137 *tbp++ = ' '; 141 *tbp++ = ' '; 148 MEMCPYW(tbp, p, len); 149 tbp += len; 175 sp->cno = (tbp - bp) - (1 + extra) [all...] |
| ex_shift.c | 70 CHAR_T *bp, *tbp; local 140 tbp = bp; 144 *tbp++ = '\t'; 149 *tbp++ = ' '; 152 MEMCPYW(tbp, p + oldidx, len - oldidx); 155 if (db_set(sp, from, bp, (tbp + (len - oldidx)) - bp)) {
|
| /src/external/bsd/am-utils/dist/conf/transp/ |
| transp_tli.c | 564 struct t_bind *tbp = NULL; local 568 sock = bind_preferred_amq_port(preferred_amq_port, *tcp_amqncpp, &tbp); 574 *tcp_amqpp = svc_tli_create(sock, *tcp_amqncpp, tbp, 0, 0); 577 t_free((char *) tbp, T_BIND); 598 struct t_bind *tbp = NULL; local 602 sock = bind_preferred_amq_port(preferred_amq_port, *udp_amqncpp, &tbp); 608 *udp_amqpp = svc_tli_create(sock, *udp_amqncpp, tbp, 0, 0); 611 t_free((char *) tbp, T_BIND); 800 get_autofs_address(struct netconfig *ncp, struct t_bind *tbp) 820 tbp->addr.len = addrs->n_addrs->len [all...] |
| /src/sys/ufs/lfs/ |
| lfs_segment.c | 2608 struct buf *tbp, *fbp; local 2623 tbp = cl->bpp[cl->bufcount]; 2624 KASSERT(tbp->b_cflags & BC_BUSY); 2626 tbp->b_error = error; 2630 * We're done with tbp. If it has not been re-dirtied since 2634 vp = tbp->b_vp; 2636 tbp->b_flags &= ~B_GATHERED; 2639 if ((tbp)->b_vp == (fs)->lfs_ivnode) 2641 tbp->b_lblkno, tbp->b_flags, curproc->p_pid) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 2274 gfc_symtree *tbp; local 2337 tbp = gfc_find_typebound_proc (sym, &t, name, false, &gfc_current_locus); 2339 tbp = NULL; 2341 if (tbp) 2356 if (tbp->n.tb->is_generic) 2359 tbp_sym = tbp->n.tb->u.specific->n.sym; 2362 primary->value.compcall.tbp = tbp->n.tb; 2363 primary->value.compcall.name = tbp->name; 2373 m = gfc_match_actual_arglist (tbp->n.tb->subroutine [all...] |
| symbol.cc | 3789 gfc_typebound_proc *tbp; local 3802 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) 3803 tbp->error = 0;
|
| resolve.cc | 3266 /* If this is a deferred TBP with an abstract interface (which may 3275 /* If this is a deferred TBP with an abstract interface, its result 3762 /* If this ia a deferred TBP, c->expr1 will be set. */ 6339 gfc_typebound_proc* tbp; local 6341 tbp = e->value.compcall.tbp; 6343 if (tbp->error) 6350 if (tbp->nopass || e->value.compcall.ignore_pass) 6356 if (tbp->pass_arg_num <= 0) 6360 tbp->pass_arg_num 11023 gfc_typebound_proc* tbp; local [all...] |
| gfortran.h | 2584 gfc_typebound_proc* tbp; /* Should overlap with esym. */ member in struct:gfc_expr::__anon16074::__anon16077
|
| /src/usr.bin/telnet/ |
| telnet.c | 1852 unsigned char *tbp = NULL; 1866 tbp = ttyiring.consume; 1872 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; 1893 command(0, (char *)tbp, tcc); 1902 --tbp; 1913 if (tcc && strip(*tbp) == escape) { 1914 tbp++; 1919 command(0, (char *)tbp, tcc); 1930 if (tcc > 0 && strip(*tbp) == echoc) { 1931 tcc--; tbp++; count++ 1848 unsigned char *tbp = NULL; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 2362 gfc_symtree *tbp; local 2459 tbp = gfc_find_typebound_proc (sym, &t, name, false, &gfc_current_locus); 2461 tbp = NULL; 2463 if (tbp) 2478 if (tbp->n.tb->is_generic) 2481 tbp_sym = tbp->n.tb->u.specific->n.sym; 2484 primary->value.compcall.tbp = tbp->n.tb; 2485 primary->value.compcall.name = tbp->name; 2495 m = gfc_match_actual_arglist (tbp->n.tb->subroutine [all...] |
| symbol.cc | 3937 gfc_typebound_proc *tbp; local 3950 FOR_EACH_VEC_ELT (latest_undo_chgset->tbps, i, tbp) 3951 tbp->error = 0;
|
| resolve.cc | 3321 /* If this is a deferred TBP with an abstract interface (which may 3330 /* If this is a deferred TBP with an abstract interface, its result 3835 /* If this ia a deferred TBP, c->expr1 will be set. */ 6661 gfc_typebound_proc* tbp; local 6663 tbp = e->value.compcall.tbp; 6665 if (tbp->error) 6672 if (tbp->nopass || e->value.compcall.ignore_pass) 6678 if (tbp->pass_arg_num <= 0) 6682 tbp->pass_arg_num 11508 gfc_typebound_proc* tbp; local [all...] |
| gfortran.h | 2674 gfc_typebound_proc* tbp; /* Should overlap with esym. */ member in struct:gfc_expr::__anon13641::__anon13644
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tracepoint.cc | 3981 unsigned char *tbp; local 4011 tbp = trace_buffer_start + offset; 4012 if (tbp >= trace_buffer_wrap) 4013 tbp -= (trace_buffer_wrap - trace_buffer_lo); 4023 bin2hex (tbp, own_buf, num);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tracepoint.cc | 3981 unsigned char *tbp; local 4011 tbp = trace_buffer_start + offset; 4012 if (tbp >= trace_buffer_wrap) 4013 tbp -= (trace_buffer_wrap - trace_buffer_lo); 4023 bin2hex (tbp, own_buf, num);
|