Home
last modified time | relevance | path

Searched refs:strcpy (Results 176 – 200 of 1826) sorted by relevance

12345678910>>...74

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dgetinst.c221 (void) strcpy(newinst, pkgabrv); in nextinst()
274 (void) strcpy(newinst, info[0].pkginst); in prompt()
279 (void) strcpy(newinst, inst); in prompt()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dnetname.c293 (void) strcpy(hostname, host); in host2netname()
305 (void) strcpy(domainname, p); in host2netname()
316 (void) strcpy(domainname, domain); in host2netname()
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c110 strcpy(obuff, "ro"); /* default */ in main()
126 strcpy(obuff, optarg); in main()
216 (void) strcpy(saved_input_options, obuff); in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmkstemp.c75 (void) strcpy(tstr, as); in libc_mkstemps()
116 (void) strcpy(as, tstr); in libc_mkstemps()
H A Drealpath.c114 (void) strcpy(endcwd, relpath); in realpath_impl()
118 (void) strcpy(resolved_name, cwd); in realpath_impl()
H A Dpriv_str_xlate.c270 (void) strcpy(res, "basic"); in __priv_set_to_str()
276 (void) strcpy(res, "all"); in __priv_set_to_str()
278 (void) strcpy(res, "zone"); in __priv_set_to_str()
324 (void) strcpy(res, pstr); in __priv_set_to_str()
H A Disaexec.c100 (void) strcpy(pathname, execname); in isaexec()
119 (void) strcpy(pathname + len, str); in isaexec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtfs.c89 strcpy(buf, s); in fmtfs()
93 strcpy(ip->name, s); in fmtfs()
H A Dstrerror.c102 msg = strcpy(fmtbuf(strlen(msg) + 1), msg); in _ast_strerror()
114 strcpy(t, s); in _ast_strerror()
/illumos-gate/usr/src/lib/libadm/common/
H A Dckyorn.c96 (void) strcpy(yorn, defstr); in ckyorn()
113 (void) strcpy(yorn, input); in ckyorn()
/illumos-gate/usr/src/cmd/refer/
H A Dhunt8.c72 strcpy(fnam, s); in ckexist()
82 strcpy(fnam, s); in iopen()
H A Dglue4.c30 strcpy(argig, arg); in grepcall()
32 strcpy(inp = inb, in); in grepcall()
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_sc.c150 (void) strcpy(p1->lifname, path->local.ifname); in rds_path_up()
151 (void) strcpy(p1->rifname, path->remote.ifname); in rds_path_up()
172 (void) strcpy(p1->lifname, path->local.ifname); in rds_path_up()
173 (void) strcpy(p1->rifname, path->remote.ifname); in rds_path_up()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c241 (void) strcpy(file, "???"); in trprint_cpp()
623 (void) strcpy(type, "PROT"); in fmd_event()
626 (void) strcpy(type, "GC"); in fmd_event()
629 (void) strcpy(type, "CLSE"); in fmd_event()
632 (void) strcpy(type, "TIME"); in fmd_event()
635 (void) strcpy(type, "STAT"); in fmd_event()
638 (void) strcpy(type, "PUBL"); in fmd_event()
641 (void) strcpy(type, "TOPO"); in fmd_event()
649 (void) strcpy(name, "RECVD"); in fmd_event()
652 (void) strcpy(name, "ACCPT"); in fmd_event()
[all …]
/illumos-gate/usr/src/cmd/sgs/demo_rdb/i386/
H A Dregs.c40 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line()
42 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/amd64/
H A Dregs.c41 (void) strcpy(str1, print_address_ps(ph, prst->pr_lwp.pr_reg[ind1], in disp_reg_line()
44 (void) strcpy(str2, print_address_ps(ph, prst->pr_lwp.pr_reg[ind2], in disp_reg_line()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_client.c102 (void) strcpy(state, path); in xenbus_watch_path2()
162 (void) strcpy(path_buffer, "error/"); in error_path()
163 (void) strcpy(path_buffer + strlen("error/"), dev->nodename); in error_path()
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapdump.c496 strcpy (LocalSignature, Signature); in ApDumpTableByName()
503 strcpy (LocalSignature, ACPI_SIG_FADT); in ApDumpTableByName()
507 strcpy (LocalSignature, ACPI_SIG_MADT); in ApDumpTableByName()
/illumos-gate/usr/src/lib/libsasl/lib/
H A Ddlopen.c301 strcpy(line, prefix); in _parse_la()
313 strcpy(out, prefix); in _parse_la()
318 strcpy(line, prefix); in _parse_la()
354 strcpy(out, prefix); in _parse_la()
610 strcpy(prefix,str); in _sasl_load_plugins()
695 strcpy(plugname, name); in _sasl_load_plugins()
699 strcpy(plugname, name + 3); in _sasl_load_plugins()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c757 (void) sprintf(pattern, ".*%s", strcpy(buf, pattern)); in findinit()
784 (void) strcpy(pattern + 8, ".*"); in findinit()
795 (void) strcpy(newpat, s + 1); in findinit()
796 (void) strcpy(s, newpat); in findinit()
861 (void) strcpy(prefix, pattern); in findterm()
881 (void) strcpy(prefix, strtolower(prefix)); in findterm()
1274 (void) strcpy(lastfilepath, file); in filepath()
1295 (void) strcpy(path, file); /* for lastfilepath check */ in filepath()
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c220 strcpy(p, fileid); /* append D.nnnnn name to dir */
227 strcpy(dfile, RemSpool);
273 (void) strcpy(User, Uucp); in cntrl()
327 (void) strcpy(filename, W_FILE1); in cntrl()
329 (void) strcpy(Dfile, W_DFILE); in cntrl()
390 (void) strcpy(filename, W_FILE2); in cntrl()
396 (void) strcpy(Wrkdir, Recspool); in cntrl()
403 (void) strcpy(Wrkdir, RemSpool); in cntrl()
772 (void) strcpy(filename, W_FILE2); in cntrl()
1192 (void) strcpy(filename, W_FILE1); in cntrl()
[all …]
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_sc.c148 (void) strcpy(p1->lifname, path->local.ifname); in rdsv3_path_up()
149 (void) strcpy(p1->rifname, path->remote.ifname); in rdsv3_path_up()
170 (void) strcpy(p1->lifname, path->local.ifname); in rdsv3_path_up()
171 (void) strcpy(p1->rifname, path->remote.ifname); in rdsv3_path_up()
/illumos-gate/usr/src/cmd/dispadmin/
H A Drtdispadmin.c72 (void) strcpy(cmdpath, argv[0]); in main()
73 (void) strcpy(basenm, basename(argv[0])); in main()
157 (void) strcpy(pcinfo.pc_clname, "RT"); in get_rtdptbl()
229 (void) strcpy(pcinfo.pc_clname, "RT");
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c486 (void) strcpy(path, BACKUP); in thr_call_statd()
504 (void) strcpy(tail, rname); in thr_call_statd()
892 (void) strcpy(from, fromdir); in move_file()
919 (void) strcpy(to, todir); in move_file()
951 (void) strcpy(lpath, todir); in create_symlink()
1040 (void) strcpy(path, dir1); in remove_single_name()
1046 (void) strcpy(dirpath, path); /* save here - we may need it shortly */ in remove_single_name()
1228 (void) strcpy(path, CURRENT); in record_name()
1247 (void) strcpy(path, path_name[i]); in record_name()
1385 (void) strcpy(path, path_name[i]); in record_addr()
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c183 (void) strcpy(rcbuf, "load_error"); in report_error()
188 (void) strcpy(rcbuf, "sys_error"); in report_error()
193 (void) strcpy(rcbuf, "config_error"); in report_error()
201 (void) strcpy(rcbuf, "no_memory"); in report_error()
206 (void) strcpy(rcbuf, "invalid"); in report_error()
211 (void) strcpy(rcbuf, "retry"); in report_error()
214 (void) strcpy(rcbuf, "comm_fail"); in report_error()
219 (void) strcpy(rcbuf, "failure"); in report_error()
224 (void) strcpy(rcbuf, "discarded"); in report_error()
227 (void) strcpy(rcbuf, "error"); in report_error()

12345678910>>...74