Home
last modified time | relevance | path

Searched refs:strcat (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/titanic_41/usr/src/lib/libc/port/threads/
H A Dassfail.c198 (void) strcat(buf, who); in lock_error()
199 (void) strcat(buf, "("); in lock_error()
202 (void) strcat(buf, ", "); in lock_error()
205 (void) strcat(buf, ")"); in lock_error()
207 (void) strcat(buf, ": "); in lock_error()
208 (void) strcat(buf, msg); in lock_error()
210 (void) strcat(buf, ": calling thread does not own the lock"); in lock_error()
212 (void) strcat(buf, ": mutex rcount = "); in lock_error()
215 (void) strcat(buf, ": calling thread already owns the lock"); in lock_error()
217 (void) strcat(buf, "\ncalling thread is "); in lock_error()
[all …]
/titanic_41/usr/src/lib/libbc/libc/compat/sys5/
H A Dgetpw.c41 strcat(buf, ":"); in getpw()
42 strcat(buf, pw->pw_passwd); in getpw()
44 strcat(buf, ","); in getpw()
45 strcat(buf, pw->pw_age); in getpw()
47 strcat(buf, ":"); in getpw()
49 strcat(buf, numbuf); in getpw()
50 strcat(buf, ":"); in getpw()
52 strcat(buf, numbuf); in getpw()
53 strcat(buf, ":"); in getpw()
54 strcat(buf, pw->pw_gecos); in getpw()
[all …]
/titanic_41/usr/src/lib/libbc/libc/compat/4.1/
H A Dgetpw.c41 strcat(buf, ":"); in getpw()
42 strcat(buf, pw->pw_passwd); in getpw()
43 strcat(buf, ":"); in getpw()
45 strcat(buf, numbuf); in getpw()
46 strcat(buf, ":"); in getpw()
48 strcat(buf, numbuf); in getpw()
49 strcat(buf, ":"); in getpw()
50 strcat(buf, pw->pw_gecos); in getpw()
51 strcat(buf, ":"); in getpw()
52 strcat(buf, pw->pw_dir); in getpw()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nlm.c176 (void) strcat(line, sum_netobj("OH"));
178 (void) strcat(line, sum_lock());
183 (void) strcat(line, sum_netobj("OH"));
186 (void) strcat(line, sum_lock());
191 (void) strcat(line, sum_netobj("OH"));
194 (void) strcat(line, sum_lock());
199 (void) strcat(line, sum_netobj("OH"));
200 (void) strcat(line, sum_lock());
204 (void) strcat(line, sum_netobj("OH"));
205 (void) strcat(line, " ");
[all …]
H A Dsnoop_tcp.c304 (void) strcat(line,
311 (void) strcat(line, sack_blk);
351 (void) strcat(line, " Options=<"); in print_tcpoptions_summary()
356 (void) strcat(line, "eol>"); in print_tcpoptions_summary()
359 (void) strcat(line, "nop"); in print_tcpoptions_summary()
365 (void) strcat(line, options); in print_tcpoptions_summary()
369 (void) strcat(line, options); in print_tcpoptions_summary()
374 (void) strcat(line, "tstamp|"); in print_tcpoptions_summary()
379 (void) strcat(line, options); in print_tcpoptions_summary()
383 (void) strcat(line, "sackOK"); in print_tcpoptions_summary()
[all …]
/titanic_41/usr/src/lib/libtnfctl/
H A Dprb_child.c122 (void) strcat(newenv, "="); in prb_child_create()
123 (void) strcat(newenv, oldenv); in prb_child_create()
124 (void) strcat(newenv, " "); in prb_child_create()
126 (void) strcat(newenv, libtnfprobe_path); in prb_child_create()
127 (void) strcat(newenv, "/"); in prb_child_create()
129 (void) strcat(newenv, LIBPROBE); in prb_child_create()
131 (void) strcat(newenv, " "); in prb_child_create()
132 (void) strcat(newenv, loption); in prb_child_create()
145 (void) strcat(newenv, "="); in prb_child_create()
147 (void) strcat(newenv, libtnfprobe_path); in prb_child_create()
[all …]
/titanic_41/usr/src/lib/libadm/common/
H A Dputerror.c56 (void) strcat(tmp, defmesg ? defmesg : INVINP); in puterror()
64 (void) strcat(tmp, defmesg); in puterror()
65 (void) strcat(tmp, "\n"); in puterror()
67 (void) strcat(tmp, error); in puterror()
72 (void) strcat(tmp, error); in puterror()
75 (void) strcat(tmp, "\n"); in puterror()
76 (void) strcat(tmp, defmesg); in puterror()
80 (void) strcat(tmp, error); in puterror()
86 (void) strcat(tmp, error); in puterror()
/titanic_41/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_rcm.c269 (void) strcat(*table, "\n"); in sata_rcm_info_table()
273 (void) strcat(*table, " "); in sata_rcm_info_table()
275 (void) strcat(*table, rsrc); in sata_rcm_info_table()
278 (void) strcat(*table, " "); in sata_rcm_info_table()
282 (void) strcat(*table, " "); in sata_rcm_info_table()
285 (void) strcat(*table, " "); in sata_rcm_info_table()
287 (void) strcat(*table, info); in sata_rcm_info_table()
290 (void) strcat(*table, " "); in sata_rcm_info_table()
293 (void) strcat(*table, "\n"); in sata_rcm_info_table()
297 (void) strcat(*table, "-"); in sata_rcm_info_table()
[all …]
/titanic_41/usr/src/cmd/ypcmd/shared/
H A Dutils.c100 (void) strcat(fromfile, dbm_pag);
102 (void) strcat(tofile, dbm_pag);
112 (void) strcat(fromfile, dbm_dir);
114 (void) strcat(tofile, dbm_dir);
120 (void) strcat(fromfile, dbm_pag);
122 (void) strcat(tofile, dbm_pag);
167 (void) strcat(fromfile, dbm_pag);
175 (void) strcat(fromfile, dbm_dir);
204 (void) strcat(dbfile, dbm_dir);
208 (void) strcat(dbfile, dbm_pag);
/titanic_41/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_rcm.c294 (void) strcat(*table, "\n"); in usb_rcm_info_table()
298 (void) strcat(*table, " "); in usb_rcm_info_table()
300 (void) strcat(*table, rsrc); in usb_rcm_info_table()
303 (void) strcat(*table, " "); in usb_rcm_info_table()
307 (void) strcat(*table, " "); in usb_rcm_info_table()
310 (void) strcat(*table, " "); in usb_rcm_info_table()
312 (void) strcat(*table, info); in usb_rcm_info_table()
315 (void) strcat(*table, " "); in usb_rcm_info_table()
318 (void) strcat(*table, "\n"); in usb_rcm_info_table()
322 (void) strcat(*table, "-"); in usb_rcm_info_table()
[all …]
/titanic_41/usr/src/lib/libnisdb/yptol/
H A Dshim_ancil.c82 strcat(path, "/");
83 strcat(path, domain);
84 strcat(path, "/");
88 strcat(path, NTOL_PREFIX);
89 strcat(path, map);
193 strcat(path, "/"); in ypcheck_domain_yptol()
236 (void) strcat(dbfile, dbm_dir); in ypcheck_map_existence_yptol()
249 (void) strcat(dbfile, dbm_pag); in ypcheck_map_existence_yptol()
263 (void) strcat(dbfile, TTL_POSTFIX); in ypcheck_map_existence_yptol()
264 (void) strcat(dbfile, dbm_dir); in ypcheck_map_existence_yptol()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c204 strcpy(*buffer, pw->pw_name); strcat(*buffer, fieldsep); in irp_marshall_pw()
205 strcat(*buffer, pw->pw_passwd); strcat(*buffer, fieldsep); in irp_marshall_pw()
206 strcat(*buffer, pwUid); strcat(*buffer, fieldsep); in irp_marshall_pw()
207 strcat(*buffer, pwGid); strcat(*buffer, fieldsep); in irp_marshall_pw()
208 strcat(*buffer, pwClass); strcat(*buffer, fieldsep); in irp_marshall_pw()
209 strcat(*buffer, pwChange); strcat(*buffer, fieldsep); in irp_marshall_pw()
210 strcat(*buffer, pwExpire); strcat(*buffer, fieldsep); in irp_marshall_pw()
211 strcat(*buffer, pw->pw_gecos); strcat(*buffer, fieldsep); in irp_marshall_pw()
212 strcat(*buffer, pw->pw_dir); strcat(*buffer, fieldsep); in irp_marshall_pw()
213 strcat(*buffer, pw->pw_shell); strcat(*buffer, fieldsep); in irp_marshall_pw()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c158 (void) strcat(str, tmp); in print_node_info()
160 (void) strcat(str, " | GUID\n"); in print_node_info()
166 (void) strcat(str, tmp); in print_node_info()
168 (void) strcat(str, "--|------------------\n"); in print_node_info()
185 (void) strcat(str, tmp); in print_node_info()
189 (void) strcat(str, " | Local OHCI Card\n"); in print_node_info()
192 (void) strcat(str, " | Link off\n"); in print_node_info()
197 (void) strcat(str, tmp); in print_node_info()
200 (void) strcat(str, " | ????????????????\n"); in print_node_info()
/titanic_41/usr/src/tools/protocmp/
H A Dprotodir.c69 (void) strcat(curpath, "/"); in resolve_relative()
74 (void) strcat(curpath, l_pos); in resolve_relative()
154 (void) strcat(strcat(strcpy(e->name, basedir), "/"), file); in parse_proto_line()
293 (void) strcat(strcat(strcpy(e->name, basedir), "/"), file); in parse_proto_link()
377 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
381 (void) strcat(strcat(strcpy(pkginfofile, protodir), "/"), in read_pkginfo()
505 (void) strcat(strcat(strcpy( in first_pass_prototype()
601 (void) strcat(strcat(strcpy(include_file, in second_pass_prototype()
657 (void) strcat(strcat(strcpy(protofile, protodir), "/"), "prototype"); in process_package_dir()
660 (void) strcat(strcat(strcat(strcpy(protofile, in process_package_dir()
[all …]
/titanic_41/usr/src/cmd/ptools/pflags/
H A Dpflags.c391 (void) strcat(str, "|DAEMON"); in prflags()
393 (void) strcat(str, "|DETACH"); in prflags()
396 (void) strcat(str, "|STOPPED"); in prflags()
398 (void) strcat(str, "|ISTOP"); in prflags()
400 (void) strcat(str, "|DSTOP"); in prflags()
403 (void) strcat(str, "|ASLEEP"); in prflags()
406 (void) strcat(str, "|PCINVAL"); in prflags()
408 (void) strcat(str, "|STEP"); in prflags()
410 (void) strcat(str, "|AGENT"); in prflags()
412 (void) strcat(str, "|ISSYS"); in prflags()
[all …]
/titanic_41/usr/src/lib/krb5/ss/
H A Dutils.c73 strcat(string, var_name);
74 strcat(string, ",\n ");
75 strcat(string, func_name);
76 strcat(string, ",\n ");
77 strcat(string, info_string);
78 strcat(string, ",\n ");
79 strcat(string, numbuf);
80 strcat(string, " },\n");
/titanic_41/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_rcm.c326 (void) strcat(*table, "\n"); in scsi_rcm_info_table()
329 (void) strcat(*table, " "); in scsi_rcm_info_table()
330 (void) strcat(*table, rsrc); in scsi_rcm_info_table()
332 (void) strcat(*table, " "); in scsi_rcm_info_table()
335 (void) strcat(*table, " "); in scsi_rcm_info_table()
338 (void) strcat(*table, " "); in scsi_rcm_info_table()
339 (void) strcat(*table, info); in scsi_rcm_info_table()
341 (void) strcat(*table, " "); in scsi_rcm_info_table()
344 (void) strcat(*table, "\n"); in scsi_rcm_info_table()
346 (void) strcat(*table, "-"); in scsi_rcm_info_table()
[all …]
/titanic_41/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_rcm.c344 (void) strcat(*table, " "); in ib_rcm_info_table()
349 (void) strcat(*table, " "); in ib_rcm_info_table()
353 (void) strcat(*table, " "); in ib_rcm_info_table()
356 (void) strcat(*table, " "); in ib_rcm_info_table()
361 (void) strcat(*table, " "); in ib_rcm_info_table()
364 (void) strcat(*table, "\n"); in ib_rcm_info_table()
368 (void) strcat(*table, "-"); in ib_rcm_info_table()
371 (void) strcat(*table, " "); in ib_rcm_info_table()
373 (void) strcat(*table, "-"); in ib_rcm_info_table()
376 (void) strcat(*table, "\n"); in ib_rcm_info_table()
[all …]
/titanic_41/usr/src/cmd/getopt/
H A Dgetopt.c103 (void) strcat(outstr, tmpstr); in main()
107 (void) strcat(outstr, optarg); in main()
108 (void) strcat(outstr, " "); in main()
117 (void) strcat(outstr, "-- "); in main()
120 (void) strcat(outstr, argv[optind++]); in main()
121 (void) strcat(outstr, " "); in main()
/titanic_41/usr/src/cmd/refer/
H A Dsortbib.c210 char wd[8][BUF/4], *strcat(); in parse()
223 strcat(fld[i], "~~"); in parse()
225 strcat(fld[i], wd[n-1]); in parse()
227 strcat(fld[i], wd[n-2]); in parse()
230 strcat(fld[i], " "); in parse()
232 strcat(fld[i], wd[j]); in parse()
235 strcat(fld[i], wd[n-1]); /* year */ in parse()
237 strcat(fld[i], wd[1]); /* month */ in parse()
243 strcat(fld[i], wd[j]); in parse()
246 strcat(fld[i], wd[j]); in parse()
[all …]
/titanic_41/usr/src/cmd/fs.d/ufs/mount/
H A Dmount.c486 (void) strcat(opt2, ","); in mountfs()
487 (void) strcat(opt2, MNTOPT_ONERROR); in mountfs()
488 (void) strcat(opt2, "="); in mountfs()
489 (void) strcat(opt2, argval); in mountfs()
501 (void) strcat(opt2, ","); in mountfs()
502 (void) strcat(opt2, argval); in mountfs()
537 (void) strcat(mnt->mnt_mntopts, ","); in mountfs()
538 (void) strcat(mnt->mnt_mntopts, MNTOPT_LOGGING); in mountfs()
546 (void) strcat(mnt->mnt_mntopts, ","); in mountfs()
547 (void) strcat(mnt->mnt_mntopts, MNTOPT_NOLOGGING); in mountfs()
[all …]
/titanic_41/usr/src/cmd/truss/
H A Dprocset.c124 (void) strcat(str, "|WEXITED"); in woptions()
126 (void) strcat(str, "|WTRAPPED"); in woptions()
128 (void) strcat(str, "|WSTOPPED"); in woptions()
130 (void) strcat(str, "|WCONTINUED"); in woptions()
132 (void) strcat(str, "|WNOHANG"); in woptions()
134 (void) strcat(str, "|WNOWAIT"); in woptions()
/titanic_41/usr/src/cmd/fs.d/autofs/
H A Dmount.c122 (void) strcat(autofs_addr, ".autofs"); in main()
145 strcat(obuf, ","); in main()
146 strcat(obuf, in main()
203 (void) strcat(options, ","); in process_opts()
205 (void) strcat(options, opt); in process_opts()
224 strcat(opts, ","); in concat_opts()
226 return (strcat(opts, opts2)); in concat_opts()
/titanic_41/usr/src/cmd/fm/fmdump/common/
H A Dasru.c60 (void) strcat(state, ",faulty"); in asru_verb1()
62 (void) strcat(state, ",unusable"); in asru_verb1()
64 (void) strcat(state, ",ok"); in asru_verb1()
90 (void) strcat(state, ",faulty"); in asru_verb23_cmn()
92 (void) strcat(state, ",unusable"); in asru_verb23_cmn()
94 (void) strcat(state, ",ok"); in asru_verb23_cmn()
/titanic_41/usr/src/uts/common/io/bnxe/
H A Dbnxe_debug.c236 strcat(buf, c); in BnxeDumpMem()
237 strcat(buf, ": "); in BnxeDumpMem()
241 strcat(buf, c); in BnxeDumpMem()
272 strcat(buf, c); in BnxeDumpPkt()
273 strcat(buf, ": "); in BnxeDumpPkt()
284 strcat(buf, c); in BnxeDumpPkt()
285 strcat(buf, ": "); in BnxeDumpPkt()
289 strcat(buf, c); in BnxeDumpPkt()
298 strcat(buf, c); in BnxeDumpPkt()

12345678910>>...30