Searched refs:CPYN (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/acct/ |
H A D | acctcon.c | 281 CPYN(sy[i].sname, wb.ut_line); in bootshut() 307 CPYN(tbuf[tsize].tline, wb.ut_line); in iline() 352 CPYN(cb.ct_name, tp->tname); in update() 365 CPYN(tp->tname, wb.ut_name); in update() 372 CPYN(cb.ct_name, tp->tname); in update() 478 CPYN(pctab->ct_name, c->ct_name); in enter() 503 CPYN(tb.ta_name, (*(struct ctab **)node)->ct_name); in print_node()
|
H A D | acctprc.c | 82 CPYN(pb.pt_name, NULL); in main() 131 CPYN(ub->ut_name, p->pt_name); in enter() 159 CPYN(tb.ta_name, (char *)uidtonam((*(struct utab **)node)->ut_uid)); in print_node()
|
H A D | acctcon1.c | 303 CPYN(sy[i].sname, wb.ut_line); in bootshut() 329 CPYN(tbuf[tsize].tline, wb.ut_line); in iline() 376 CPYN(cb.ct_name, tp->tname); in update() 390 CPYN(tp->tname, wb.ut_name); in update() 399 CPYN(cb.ct_name, tp->tname); in update()
|
H A D | acctcms.c | 260 CPYN(cmt.tcm_comm, acct.oab.ac_comm); in tdofile() 277 CPYN(cmt.tcm_comm, acct.ab.ac_comm); in tdofile() 341 CPYN(pcmt.pcm_comm, acct.oab.ac_comm); in dofile() 392 CPYN(pcmt.pcm_comm, acct.ab.ac_comm); in dofile() 473 CPYN(tcm[i].tcm_comm, p->tcm_comm); in tenter() 509 CPYN(pcm[i].pcm_comm, p->pcm_comm); in enter() 573 CPYN(tcm[k].tcm_comm, tcm[i].tcm_comm); in tsqueeze() 592 CPYN(pcm[k].pcm_comm, pcm[i].pcm_comm); in squeeze() 697 CPYN(tcmtmp.tcm_comm, "TOTALS"); in toutpta() 769 CPYN(pcmtmp.pcm_comm, "TOTALS"); in outputa()
|
H A D | acctprc2.c | 105 CPYN(ub->ut_name, p->pt_name); in enter() 132 CPYN(tb.ta_name, (*(struct utab **)node)->ut_name); in print_node()
|
H A D | acctdisk.c | 56 CPYN(tb.ta_name, ntmp); in main()
|
H A D | acctcon2.c | 58 CPYN(tb.ta_name, cb.ct_name); in main()
|
H A D | acctprc1.c | 126 CPYN(pb.pt_name, getname(ab.ac_uid, ab.ac_tty, ab.ac_btime)); in main() 212 CPYN(up->ur_name, cb.ct_name); in readctmp()
|
H A D | acctdef.h | 110 #define CPYN(s1, s2) (void) strncpy(s1, s2 ? s2 : "", sizeof(s1)) macro
|
/titanic_41/usr/src/cmd/acct/lib/ |
H A D | devtolin.c | 102 CPYN(tp->tname, file_name+5); 112 CPYN(tp->tname, "?");
|
H A D | uidtonam.c | 68 CPYN(up->uname, pp->pw_name);
|
H A D | namtouid.c | 65 CPYN(up->uname, name);
|