Searched refs:svc_code (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/lib/libnls/common/ |
H A D | nlsrequest.c | 65 nlsrequest(int fd, char *svc_code) in nlsrequest() argument 80 if (!svc_code || !strlen(svc_code) || in nlsrequest() 81 (strlen(svc_code) >= (size_t)SVC_CODE_SZ)) { in nlsrequest() 91 len = sprintf(buf, nls_v2_msg, svc_code)+1;/* inc trailing null */ in nlsrequest()
|
/titanic_44/usr/src/cmd/nlsadmin/ |
H A D | nlsadmin.c | 99 char *svc_code; member 757 sprintf(mesg, "Entry for code \"%s\" has incorrect format", entry.svc_code); in prt_svcs() 766 printf("%s\t", entry.svc_code); in prt_svcs() 1163 sprintf(mesg, "Entry for code \"%s\" has incorrect format", entry.svc_code); in setup_addr() 1205 sprintf(mesg, "Entry for code \"%s\" has incorrect format", entry.svc_code); in setup_addr() 1256 entry->svc_code = ptr; in svc_format() 1261 if ((ptr = strchr(entry->svc_code, ':')) == NULL) in svc_format()
|