Searched refs:strcpy (Results 376 - 400 of 1314) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/usr.sbin/pkg_install/create/
H A Dpl.c127 strcpy(where_args, STARTSTRING); \
160 strcpy(where_args, STARTSTRING);
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c87 strcpy(tmpbuf, filename);
90 strcpy(drive, "\\\\");
H A Dfile.c166 strcpy(buf, newname);
288 strcpy(buf, templet);
492 strcpy(progname, s);
/freebsd-9.3-release/contrib/bsnmp/lib/
H A Dsnmpclient.c853 strcpy(c->read_community, "public");
854 strcpy(c->write_community, "private");
857 strcpy(c->cname, "");
892 strcpy(snmp_client.chost, DEFAULT_HOST);
901 strcpy(snmp_client.chost, host);
909 strcpy(snmp_client.cport, DEFAULT_PORT);
918 strcpy(snmp_client.cport, port);
978 strcpy(snmp_client.chost, DEFAULT_LOCAL);
987 strcpy(snmp_client.chost, path);
1012 strcpy(s
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dadmin.c126 strcpy (newelt, "-");
131 strcpy (newelt + 2, arg);
201 strcpy (admin_data.branch, "-b");
213 strcpy (admin_data.comment, "-c");
307 strcpy (admin_data.delete_revs, "-o");
H A Dcheckout.c675 (void) strcpy (where, where_orig);
682 (void) strcpy (where, mwhere);
689 (void) strcpy (where, argv[0]);
867 strcpy (new->dirpath, "/");
928 (void) strcpy (new->repository, reposcopy);
H A Dhistory.c982 (void) strcpy (cp, dir);
989 (void) strcpy (cp, dir);
996 (void) strcpy (cp, name);
1498 (void) strcpy (cp, "*");
1552 (void) strcpy (cp, "*");
1556 (void) strcpy (repos, lr->repos);
1561 (void) strcpy (cp, "*");
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Den_ethtool.c247 strcpy(data + i * ETH_GSTRING_LEN, mlx4_en_test_names[i]);
250 strcpy(data + i * ETH_GSTRING_LEN, mlx4_en_test_names[i]);
256 strcpy(data + (index++) * ETH_GSTRING_LEN, main_strings[i]);
258 strcpy(data + (index++) * ETH_GSTRING_LEN,
273 strcpy(data + (index++) * ETH_GSTRING_LEN,
/freebsd-9.3-release/usr.bin/netstat/
H A Dinet6.c542 strcpy(ifr.ifr_name, ifname);
947 strcpy(ifr.ifr_name, ifname);
1133 (void) strcpy(domain, cp + 1);
1148 strcpy(line, "*");
1150 strcpy(line, cp);
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dtimed.c467 (void)strcpy(tname, name);
477 (void)strcpy(msg.tsp_name, hostname);
495 (void)strcpy(resp.tsp_name, hostname);
550 (void)strcpy(mastername, answer->tsp_name);
568 (void)strcpy(conflict.tsp_name, hostname);
/freebsd-9.3-release/crypto/openssl/fips/aes/
H A Dfips_aesavs.c511 strcpy(afn, rqfile);
518 strcpy(rfn, afn);
563 strcpy(algo, "AES");
776 strcpy(fn, argv[2]);
787 strcpy(rfn, fn);
/freebsd-9.3-release/contrib/libreadline/
H A Dcomplete.c741 strcpy (new_full_pathname, s);
747 strcpy (new_full_pathname + slen + 1, to_print);
793 strcpy (r + 1, s);
1131 strcpy (match_list[0], text);
1878 strcpy (value + first_char_loc, entry->pw_name);
1935 strcpy (filename, ++temp);
1942 strcpy (filename, dirname + 2);
2075 strcpy (temp, dirname);
2088 strcpy (temp, users_dirname);
2094 strcpy (tem
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dinfocmp.c109 (void) strcpy(buf, ptr);
310 strcpy(buf, s_absent);
313 strcpy(buf, s_cancel);
326 strcpy(buf, s_absent);
328 strcpy(buf, s_cancel);
685 (void) strcpy(buf2, (sp[next] == 'h') ? "ECMA+" : "ECMA-");
702 (void) strcpy(buf2, (sp[next] == 'h') ? "DEC+" : "DEC-");
718 (void) strcpy(buf2, "SGR:");
730 (void) strcpy(buf2, "SGR:");
1041 (void) strcpy(initialize
[all...]
/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrap.c139 strcpy(t->comm, tdep->comm);
176 strcpy(tdep->rb_comm, t->comm);
190 strcpy(t->comm, tdep->comm);
198 strcpy(t->comm, tdep->rb_comm);
216 strcpy(t->comm, tdep->rb_comm);
425 strcpy(pdu->community, com);
442 strcpy(pdu->community, com);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dui_objects.c302 strcpy(so->title, title);
304 strcpy(so->s, s);
327 strcpy(tmp, so->s);
331 strcpy(so->s, tmp);
454 strcpy(lo->title, title);
679 strcpy(lo->elt, lo->name[lo->sel]);
774 strcpy(bo->title, title);
/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2recover.c312 strcpy ( progName, argv[0] );
349 strcpy ( inFileName, argv[1] );
471 strcpy (outFileName, inFileName);
/freebsd-9.3-release/lib/libncp/
H A Dncpl_conn.c75 ncp_str_upper(strcpy(li->server, arg));
219 strcat(strcat(strcpy(uname,li->server),":"),li->user ? li->user : "default");
443 strcpy(li.server,ipx_ntoa(li.ipxaddr.sipx_addr));
/freebsd-9.3-release/sys/kern/
H A Dkern_environment.c243 strcpy(kenvp[i++], cp);
322 strcpy(buf, cp);
326 strcpy(ret, buf);
/freebsd-9.3-release/sys/mips/cavium/
H A Docteon_machdep.c613 strcpy(cpu_board, "CAPK-0100ND");
622 strcpy(cpu_board,
626 strcpy(cpu_model, octeon_model_get_string(cvmx_get_proc_id()));
/freebsd-9.3-release/usr.bin/last/
H A Dlast.c470 (void)strcpy(mval, "console");
472 (void)strcpy(mval, "tty");
473 (void)strcpy(mval + 3, arg);
/freebsd-9.3-release/usr.sbin/ppp/
H A Dprompt.c122 strcpy(shostname, "localhost");
404 strcpy(nfmt, fmt);
405 strcpy(nfmt + len - 1, "\r\n");
/freebsd-9.3-release/bin/ed/
H A Dbuf.c202 strcpy(sfn, "/tmp/ed.XXXXXX");
/freebsd-9.3-release/cddl/compat/opensolaris/misc/
H A Dmnttab.c76 (void) strcpy(opts, mnt->mnt_mntopts);
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dutil.c129 (void) strcpy(tname, cname);
/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dutil.c227 (void) strcpy(newname, origname);

Completed in 336 milliseconds

<<11121314151617181920>>