Home
last modified time | relevance | path

Searched refs:strlcat (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Ddwarf_ehe.c62 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_OMIT), FLAGSZ); in conv_dwarf_ehe()
64 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_ABSPTR), FLAGSZ); in conv_dwarf_ehe()
70 (void) strlcat(buf, MSG_ORIG(MSG_GBL_CSQBRKT), FLAGSZ); in conv_dwarf_ehe()
76 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_ULEB128), FLAGSZ); in conv_dwarf_ehe()
79 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_UDATA2), FLAGSZ); in conv_dwarf_ehe()
82 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_UDATA4), FLAGSZ); in conv_dwarf_ehe()
85 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_UDATA8), FLAGSZ); in conv_dwarf_ehe()
88 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_SLEB128), FLAGSZ); in conv_dwarf_ehe()
91 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_SDATA2), FLAGSZ); in conv_dwarf_ehe()
94 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_SDATA4), FLAGSZ); in conv_dwarf_ehe()
[all …]
/titanic_44/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_util.c248 (void) strlcat(str, "[PRIMARY] ", sizeof (str)); in dhcp_status_reply_to_string()
251 (void) strlcat(str, "[BOOTP] ", sizeof (str)); in dhcp_status_reply_to_string()
254 (void) strlcat(str, "[FAILED] ", sizeof (str)); in dhcp_status_reply_to_string()
257 (void) strlcat(str, "[BUSY] ", sizeof (str)); in dhcp_status_reply_to_string()
260 (void) strlcat(str, "[V6] ", sizeof (str)); in dhcp_status_reply_to_string()
262 (void) strlcat(str, "\n", sizeof (str)); in dhcp_status_reply_to_string()
273 (void) strlcat(str, "(Began, Expires, Renew) = (", sizeof (str)); in dhcp_status_reply_to_string()
274 (void) strlcat(str, time_to_string(status->if_began), sizeof (str)); in dhcp_status_reply_to_string()
275 (void) strlcat(str, ", ", sizeof (str)); in dhcp_status_reply_to_string()
276 (void) strlcat(str, time_to_string(status->if_lease), sizeof (str)); in dhcp_status_reply_to_string()
[all …]
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dclnt_perror.c133 str += strlcat(str, clnt_sperrno(e.re_status), ERRBUFSZ); in clnt_sperror()
245 (void) strlcat(str, clnt_sperrno(rpc_createerr.cf_stat), ERRBUFSZ); in clnt_spcreateerror()
249 (void) strlcat(str, " - ", ERRBUFSZ); in clnt_spcreateerror()
250 (void) strlcat(str, netdir_sperror(), ERRBUFSZ); in clnt_spcreateerror()
254 (void) strlcat(str, " - ", ERRBUFSZ); in clnt_spcreateerror()
255 (void) strlcat(str, in clnt_spcreateerror()
261 (void) strlcat(str, " - ", ERRBUFSZ); in clnt_spcreateerror()
264 (void) strlcat(str, errstr, ERRBUFSZ); in clnt_spcreateerror()
272 (void) strlcat(str, " - ", ERRBUFSZ); in clnt_spcreateerror()
275 (void) strlcat(str, in clnt_spcreateerror()
[all …]
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c942 (void) strlcat(buf2, buf1, sizeof (buf2)); in emlxs_dump_word_txtfile()
946 (void) strlcat(buf2, buf1, sizeof (buf2)); in emlxs_dump_word_txtfile()
1397 (void) strlcat(buf1, buf2, 8192); in emlxs_dump_parm_table()
1432 (void) strlcat(buf1, buf2, sizeof (buf1)); in emlxs_dump_model()
1436 (void) strlcat(buf1, "\n Description: ", sizeof (buf1)); in emlxs_dump_model()
1437 (void) strlcat(buf1, buf2, sizeof (buf1)); in emlxs_dump_model()
1471 (void) strlcat(buf1, buf2, sizeof (buf1)); in emlxs_dump_wwn()
1474 (void) strlcat(buf1, buf2, sizeof (buf1)); in emlxs_dump_wwn()
1477 (void) strlcat(buf1, "\n Node WWN: ", sizeof (buf1)); in emlxs_dump_wwn()
1481 (void) strlcat(buf1, buf2, sizeof (buf1)); in emlxs_dump_wwn()
[all …]
/titanic_44/usr/src/lib/libast/common/string/
H A Dstrlcat.c27 #define strlcat ______strlcat macro
31 #undef strlcat
38 NoN(strlcat)
53 strlcat(register char* s, register const char* t, register size_t n)
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj_bootflags.c148 (void) strlcat(initargs, "-m ", sizeof (initargs)); in bootflags()
149 (void) strlcat(initargs, scratch, in bootflags()
151 (void) strlcat(initargs, " ", sizeof (initargs)); in bootflags()
182 (void) strlcat(initargs, "-r ", sizeof (initargs)); in bootflags()
191 (void) strlcat(initargs, "-s ", sizeof (initargs)); in bootflags()
200 (void) strlcat(initargs, "-v ", sizeof (initargs)); in bootflags()
/titanic_44/usr/src/lib/libadm/common/
H A Dputprmpt.c63 (void) strlcat(buffer, "\\ [", sizeof (buffer)); in putprmpt()
65 (void) strlcat(buffer, choices[i], sizeof (buffer)); in putprmpt()
66 (void) strlcat(buffer, ",", sizeof (buffer)); in putprmpt()
68 (void) strlcat(buffer, ckquit ? "?,q] " : "?] ", sizeof (buffer)); in putprmpt()
/titanic_44/usr/src/cmd/truss/
H A Dprint.c629 (void) strlcat(pri->iob_buf, in prt_iob()
709 (void) strlcat(str, "|PROT_READ", sizeof (pri->code_buf)); in mmap_protect()
711 (void) strlcat(str, "|PROT_WRITE", sizeof (pri->code_buf)); in mmap_protect()
713 (void) strlcat(str, "|PROT_EXEC", sizeof (pri->code_buf)); in mmap_protect()
744 (void) strlcat(str, "|MAP_FIXED", CBSIZE); in mmap_type()
746 (void) strlcat(str, "|MAP_RENAME", CBSIZE); in mmap_type()
748 (void) strlcat(str, "|MAP_NORESERVE", CBSIZE); in mmap_type()
750 (void) strlcat(str, "|MAP_ANON", CBSIZE); in mmap_type()
752 (void) strlcat(str, "|MAP_ALIGN", CBSIZE); in mmap_type()
754 (void) strlcat(str, "|MAP_TEXT", CBSIZE); in mmap_type()
[all …]
H A Dcodes.c1855 (void) strlcat(s, "|RCTL_LOCAL_NOACTION", in rctl_local_action()
1860 (void) strlcat(s, "|RCTL_LOCAL_SIGNAL", in rctl_local_action()
1865 (void) strlcat(s, "|RCTL_LOCAL_DENY", in rctl_local_action()
1888 (void) strlcat(s, "|RCTL_LOCAL_MAXIMAL", in rctl_local_flags()
1955 (void) strlcat(str, "|O_NDELAY", sizeof (pri->code_buf)); in openarg()
1957 (void) strlcat(str, "|O_APPEND", sizeof (pri->code_buf)); in openarg()
1959 (void) strlcat(str, "|O_SYNC", sizeof (pri->code_buf)); in openarg()
1961 (void) strlcat(str, "|O_DSYNC", sizeof (pri->code_buf)); in openarg()
1963 (void) strlcat(str, "|O_NONBLOCK", sizeof (pri->code_buf)); in openarg()
1965 (void) strlcat(str, "|O_CREAT", sizeof (pri->code_buf)); in openarg()
[all …]
/titanic_44/usr/src/cmd/svr4pkg/pkgadm/
H A Dremovecert.c116 if (strlcat(keystore_file, PKGSEC, in removecert()
128 if (strlcat(keystore_file, PKGSEC, in removecert()
135 if (strlcat(keystore_file, homedir, in removecert()
141 if (strlcat(keystore_file, "/.pkg/security", in removecert()
150 if (strlcat(keystore_file, keystore_base, in removecert()
H A Dlistcert.c144 if (strlcat(keystore_file, "/", MAXPATHLEN) >= MAXPATHLEN) { in listcert()
159 if (strlcat(keystore_file, PKGSEC, in listcert()
171 if (strlcat(keystore_file, PKGSEC, in listcert()
178 if (strlcat(keystore_file, homedir, in listcert()
184 if (strlcat(keystore_file, "/.pkg/security", in listcert()
193 if (strlcat(keystore_file, keystore_base, in listcert()
/titanic_44/usr/src/cmd/genmsg/
H A Dutil.c626 (void) strlcat(msg, ptr, sizeof (msg)); in read_msgfile()
634 (void) strlcat(msg, ptr, sizeof (msg)); in read_msgfile()
759 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
760 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
761 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
762 (void) strlcat(buf, "\\n", sizeof (buf)); in makeup_msg()
764 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
765 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
766 (void) strlcat(buf, msg, sizeof (buf)); in makeup_msg()
776 (void) strlcat(buf, premsg, sizeof (buf)); in makeup_msg()
[all …]
/titanic_44/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c766 if (strlcat(libname, "\n", MAXPATHLEN) >= MAXPATHLEN) { in install_uef_lib()
1329 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str()
1334 if (strlcat(buf, EF_ENABLED, BUFSIZ) >= BUFSIZ) { in uent2str()
1341 if (strlcat(buf, phead->name, BUFSIZ) >= BUFSIZ) { in uent2str()
1348 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str()
1357 if (strlcat(buf, SEP_COLON, BUFSIZ) >= BUFSIZ) { in uent2str()
1362 if (strlcat(buf, EF_DISABLED, BUFSIZ) >= BUFSIZ) { in uent2str()
1368 if (strlcat(buf, phead->name, BUFSIZ) >= BUFSIZ) { in uent2str()
1375 if (strlcat(buf, SEP_COMMA, BUFSIZ) in uent2str()
1386 if (strlcat(buf, (tok1_present ? SEP_SEMICOLON : SEP_COLON), in uent2str()
[all …]
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dprogressmeter.c187 strlcat(buf, " ", win_size); in refresh_progress_meter()
192 strlcat(buf, "/s ", win_size); in refresh_progress_meter()
201 strlcat(buf, "- stalled -", win_size); in refresh_progress_meter()
203 strlcat(buf, " --:-- ETA", win_size); in refresh_progress_meter()
223 strlcat(buf, " ETA", win_size); in refresh_progress_meter()
225 strlcat(buf, " ", win_size); in refresh_progress_meter()
/titanic_44/usr/src/lib/print/libprint/common/
H A Dnss_convert.c95 (void) strlcat(buf, "|", buflen); in _cvt_printer_to_entry()
101 if (strlcat(buf, ":", buflen) >= buflen) { in _cvt_printer_to_entry()
114 (void) strlcat(buf, "\\\n\t:", buflen); in _cvt_printer_to_entry()
116 (void) strlcat(buf, "=", buflen); in _cvt_printer_to_entry()
118 if (strlcat(buf, ":", buflen) >= buflen) { in _cvt_printer_to_entry()
H A Dns_bsd_addr.c87 (void) strlcat(buf, ",", sizeof (buf)); in bsd_addr_to_string()
89 if (strlcat(buf, addr->printer, sizeof (buf)) >= sizeof (buf)) { in bsd_addr_to_string()
94 (void) strlcat(buf, ",", sizeof (buf)); in bsd_addr_to_string()
95 if (strlcat(buf, addr->extension, sizeof (buf)) in bsd_addr_to_string()
139 (void) strlcat(buf, ",", sizeof (buf)); in list_to_string()
140 if (strlcat(buf, *list, sizeof (buf)) >= sizeof (buf)) { in list_to_string()
163 (void) strlcat(buf, ",", sizeof (buf)); in internal_list_to_string()
164 if (strlcat(buf, (*list)->name, sizeof (buf)) >= sizeof (buf)) { in internal_list_to_string()
/titanic_44/usr/src/lib/libpkg/common/
H A Dpkgtrans.c1239 (void) strlcat(temp, ".*", sizeof (temp)); in pkgxfer()
1510 (void) strlcat(cmd, " ", sizeof (cmd)); in pkgxfer()
1511 (void) strlcat(cmd, INSTALL, sizeof (cmd)); in pkgxfer()
1520 (void) strlcat(cmd, " ", sizeof (cmd)); in pkgxfer()
1521 (void) strlcat(cmd, temp, sizeof (cmd)); in pkgxfer()
1526 (void) strlcat(cmd, " ", sizeof (cmd)); in pkgxfer()
1527 (void) strlcat(cmd, temp, sizeof (cmd)); in pkgxfer()
1532 (void) strlcat(cmd, " ", sizeof (cmd)); in pkgxfer()
1533 (void) strlcat(cmd, temp, sizeof (cmd)); in pkgxfer()
1539 (void) strlcat(cmd, " ", sizeof (cmd)); in pkgxfer()
[all …]
/titanic_44/usr/src/lib/libproc/common/
H A DPzone.c271 (void) strlcat(zpath, "/root", sizeof (zpath)); in Pzoneroot()
397 (void) strlcat(tmp2, "/", sizeof (tmp2) - 1); in Plofspath()
398 (void) strlcat(tmp2, &p[1], sizeof (tmp2) - 1); in Plofspath()
538 (void) strlcat(tmp, "/", sizeof (tmp)); in Pzonepath()
539 (void) strlcat(tmp, path, sizeof (tmp)); in Pzonepath()
603 (void) strlcat(zpath, "/", sizeof (zpath)); in Pzonepath()
604 (void) strlcat(zpath, tmp, sizeof (zpath)); in Pzonepath()
626 (void) strlcat(zpath, "/", sizeof (zpath)); in Pzonepath()
627 (void) strlcat(zpath, tmp, sizeof (zpath)); in Pzonepath()
652 (void) strlcat(tmp, zpath, sizeof (tmp)); in Pzonepath()
[all …]
/titanic_44/usr/src/cmd/bnu/
H A Duuxqt.c563 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
564 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
571 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
572 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
587 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
588 (void) strlcat(_Cmd, savechar, sizeof (_Cmd)); in chkpart()
597 (void) strlcat(_Cmd, savechar, sizeof (_Cmd)); in chkpart()
602 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
603 (void) strlcat(_Cmd, prm, sizeof (_Cmd)); in chkpart()
618 (void) strlcat(_Cmd, whitesp, sizeof (_Cmd)); in chkpart()
[all …]
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipmpstat/
H A Dipmpstat.c513 (void) strlcat(buf, " ", bufsize); in sfunc_addr_outbound()
514 (void) strlcat(buf, ifinfop->if_name, bufsize); in sfunc_addr_outbound()
594 (void) strlcat(active, " ", bufsize); in sfunc_group_interfaces()
595 (void) strlcat(active, ifinfop->if_name, bufsize); in sfunc_group_interfaces()
598 (void) strlcat(inactive, " ", bufsize); in sfunc_group_interfaces()
599 (void) strlcat(inactive, ifinfop->if_name, bufsize); in sfunc_group_interfaces()
602 (void) strlcat(unusable, " ", bufsize); in sfunc_group_interfaces()
603 (void) strlcat(unusable, ifinfop->if_name, bufsize); in sfunc_group_interfaces()
613 (void) strlcat(buf, " ", bufsize); in sfunc_group_interfaces()
615 (void) strlcat(buf, "(", bufsize); in sfunc_group_interfaces()
[all …]
/titanic_44/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c116 if ((strlcat(buf, FS_TOKEN_START_STR, buflen) >= buflen) || in reparse_unparse()
117 (strlcat(buf, stype, buflen) >= buflen) || in reparse_unparse()
118 (strlcat(buf, ":", buflen) >= buflen) || in reparse_unparse()
120 (strlcat(buf, val, buflen) >= buflen) || in reparse_unparse()
121 (strlcat(buf, FS_TOKEN_END_STR, buflen) >= buflen)) { in reparse_unparse()
131 if (strlcat(buf, FS_REPARSE_TAG_END_STR, buflen) >= buflen) { in reparse_unparse()
/titanic_44/usr/src/cmd/stat/common/
H A Dwalkers.c192 (void) strlcat(buf, ", ", LIST_SIZE); in add_nr_to_list()
194 (void) strlcat(buf, tmp, LIST_SIZE); in add_nr_to_list()
246 (void) strlcat(buf, ", ", LIST_SIZE); in get_child_list()
247 (void) strlcat(buf, "t", LIST_SIZE); in get_child_list()
248 (void) strlcat(buf, pos->is_id.tid, LIST_SIZE); in get_child_list()
249 (void) strlcat(buf, "d", LIST_SIZE); in get_child_list()
252 (void) strlcat(buf, tmp, LIST_SIZE); in get_child_list()
/titanic_44/usr/src/tools/ndrgen/
H A Dndr_gen.c529 (void) strlcat(flags, "|NDR_F_CONFORMANT", NDLBUFSZ); in generate_typeinfo_typeinfo()
533 (void) strlcat(flags, "|NDR_F_OPERATION", NDLBUFSZ); in generate_typeinfo_typeinfo()
535 (void) strlcat(flags, "|NDR_F_STRUCT", NDLBUFSZ); in generate_typeinfo_typeinfo()
540 (void) strlcat(flags, "|NDR_F_INTERFACE", NDLBUFSZ); in generate_typeinfo_typeinfo()
542 (void) strlcat(flags, "|NDR_F_UNION", NDLBUFSZ); in generate_typeinfo_typeinfo()
546 (void) strlcat(flags, "|NDR_F_STRING", NDLBUFSZ); in generate_typeinfo_typeinfo()
548 (void) strlcat(flags, "|NDR_F_ARRAY", NDLBUFSZ); in generate_typeinfo_typeinfo()
550 (void) strlcat(flags, "|NDR_F_POINTER", NDLBUFSZ); in generate_typeinfo_typeinfo()
/titanic_44/usr/src/lib/print/libpapi-common/common/
H A Dattribute.c899 strlcat(buffer, "no", buflen); in papiAttributeToString()
901 strlcat(buffer, "No", buflen); in papiAttributeToString()
903 rc = strlcat(buffer, attribute->name, buflen); in papiAttributeToString()
905 strlcat(buffer, attribute->name, buflen); in papiAttributeToString()
906 rc = strlcat(buffer, "=", buflen); in papiAttributeToString()
915 rc = strlcat(buffer, values[i]->string, buflen); in papiAttributeToString()
922 rc = strlcat(buffer, string, buflen); in papiAttributeToString()
927 rc = strlcat(buffer, (values[i]->boolean ? in papiAttributeToString()
940 rc = strlcat(buffer, string, buflen); in papiAttributeToString()
951 rc = strlcat(buffer, string, buflen); in papiAttributeToString()
[all …]
/titanic_44/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c50 extern size_t strlcat(char *, const char *, size_t);
721 (void) strlcat(dhx->dhx_buf, " <", dhx->dhx_buflen); in fmt_call()
727 (void) strlcat(dhx->dhx_buf, ">", dhx->dhx_buflen); in fmt_call()
897 (void) strlcat(dhx->dhx_buf, ">", dhx->dhx_buflen); in fmt_branch()
958 (void) strlcat(dhx->dhx_buf, " ", dhx->dhx_buflen); in fmt_cas()
1036 (void) strlcat(dhx->dhx_buf, " ", dhx->dhx_buflen); in fmt_ls()
1040 (void) strlcat(dhx->dhx_buf, ", ", dhx->dhx_buflen); in fmt_ls()
1044 (void) strlcat(dhx->dhx_buf, prefetch_str[f->f3.rd], in fmt_ls()
1219 (void) strlcat(dhx->dhx_buf, regstr, dhx->dhx_buflen); in fmt_ls()
1220 (void) strlcat(dhx->dhx_buf, ", ", dhx->dhx_buflen); in fmt_ls()
[all …]

12345678910>>...17