Home
last modified time | relevance | path

Searched refs:mesgbuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/nlsadmin/
H A Dnlsadmin.c546 char mesgbuf[BUFSIZ]; in prt_cmd() local
559 sprintf(mesgbuf, "%s does not exist", path); in prt_cmd()
560 nlsmesg(MM_WARNING, mesgbuf); in prt_cmd()
584 char mesgbuf[BUFSIZ]; in old_addsvc() local
604 sprintf(mesgbuf, "%s does not exist", cmd); in old_addsvc()
605 nlsmesg(MM_WARNING, mesgbuf); in old_addsvc()
615 sprintf(mesgbuf, "'%s::c:%s:%s'", addr, module ? module : "" , cmd); in old_addsvc()
617 sprintf(mesgbuf, "'::c:%s:%s'", module ? module : "" , cmd); in old_addsvc()
620 …sprintf(buf, PM_ADDSVCF, netspec, svc, (id)?id:DEFAULTID, flags, mesgbuf, VERSION, com ? com : ""); in old_addsvc()
622 sprintf(buf, PM_ADDSVC, netspec, svc, (id)?id:DEFAULTID, mesgbuf, VERSION, com ? com : ""); in old_addsvc()