Searched refs:mesgbuf (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.c | 549 char mesgbuf[BUFSIZ]; in prt_cmd() local 562 sprintf(mesgbuf, "%s does not exist", path); in prt_cmd() 563 nlsmesg(MM_WARNING, mesgbuf); in prt_cmd() 587 char mesgbuf[BUFSIZ]; in old_addsvc() local 607 sprintf(mesgbuf, "%s does not exist", cmd); in old_addsvc() 608 nlsmesg(MM_WARNING, mesgbuf); in old_addsvc() 618 sprintf(mesgbuf, "'%s::c:%s:%s'", addr, module ? module : "" , cmd); in old_addsvc() 620 sprintf(mesgbuf, "'::c:%s:%s'", module ? module : "" , cmd); in old_addsvc() 623 …sprintf(buf, PM_ADDSVCF, netspec, svc, (id)?id:DEFAULTID, flags, mesgbuf, VERSION, com ? com : ""); in old_addsvc() 625 sprintf(buf, PM_ADDSVC, netspec, svc, (id)?id:DEFAULTID, mesgbuf, VERSION, com ? com : ""); in old_addsvc()
|