Searched refs:strcpy (Results 326 - 350 of 1314) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/sys/boot/ia64/common/
H A Ddevicename.c142 strcpy(buf, "(no device)");
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Ddevicename.c115 strcpy(idev->d_path, name);
/freebsd-9.3-release/sys/boot/uboot/lib/
H A Ddevicename.c172 strcpy(buf, "(no device)");
/freebsd-9.3-release/sys/boot/userboot/userboot/
H A Ddevicename.c171 strcpy(buf, "(no device)");
/freebsd-9.3-release/sys/dev/aic7xxx/
H A Dahc_eisa.c125 strcpy(name, device_get_nameunit(dev));
/freebsd-9.3-release/sys/dev/pty/
H A Dpty.c70 strcpy(name, devtoname(dev));
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_osl_inline.h337 #define tw_osl_strcpy strcpy
/freebsd-9.3-release/sys/powerpc/mambo/
H A Dmambo_console.c143 strcpy(cp->cn_name, "mambocons");
/freebsd-9.3-release/tools/regression/fifo/fifo_misc/
H A Dfifo_misc.c230 strcpy(temp_dir, "/tmp/fifo_misc.XXXXXXXXXXX");
/freebsd-9.3-release/tools/regression/geom_gpt/
H A Dtest.c95 strcpy(*value, equal);
/freebsd-9.3-release/tools/test/posixshm/
H A Dshm_test.c82 strcpy(buf, "/tmp/shmtest.XXXXXXXXXXXX");
/freebsd-9.3-release/usr.bin/head/
H A Dhead.c171 (void)strcpy(ap + 2, *argv + 1);
/freebsd-9.3-release/usr.sbin/cron/lib/
H A Dcompat.c61 (void) strcpy(temp, str);
/freebsd-9.3-release/usr.sbin/ctm/ctm/
H A Dctm_input.c118 strcpy(CatPtr, p);
/freebsd-9.3-release/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c158 strcpy(fname, delta_dir);
311 strcpy(tname, piece_dir);
461 strcpy(tname, delta_dir);
507 strcpy(tname, delta_dir);
/freebsd-9.3-release/usr.sbin/jail/
H A Djailparse.y200 strcpy($$->s + $$->len, $2);
/freebsd-9.3-release/usr.sbin/kgzip/
H A Dkgzip.c163 strcpy(fn[i] + n, i == FN_OBJ ? SFX_OBJ : SFX_KGZ);
/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Dcommon.c165 strcpy(q->job_cfname, d->d_name);
507 strcpy(savday, destp + strlen(destp) - 4);
722 strcpy(eostat, "\n");
725 strcpy(statline+STATLINE_SIZE-2, "\n");
/freebsd-9.3-release/usr.sbin/pw/
H A Dgrupd.c54 grpath = strcpy(d, dir);
/freebsd-9.3-release/crypto/openssl/fips/des/
H A Dfips_desmovs.c285 strcpy(afn, rqfile);
292 strcpy(rfn, afn);
594 strcpy(fn, argv[2]);
605 strcpy(rfn, fn);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-lang.c229 strcpy(cp, mangled+3); /* tack on the rest of the mangled name */
242 strcpy(cp, mangled + (cp - demangled) + 2);
254 strcpy(cp, mangled + (cp - demangled)); /* get it back */
739 strcpy(s, msglist_sel);
846 strcpy(myregexp, ".*]"); /* Null input, match all objc methods. */
856 strcpy(myregexp, ".*]");
859 strcpy(myregexp, regexp);
996 strcpy(myregexp, ".* "); /* Null input: match all objc classes. */
999 strcpy(myregexp, regexp);
1333 strcpy (tm
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dsearch.c226 strcpy (n, match_lines ? line_beg : word_beg);
230 strcpy (n + i, match_lines ? line_end : word_end);
310 strcpy (n, match_lines ? line_beg : word_beg);
314 strcpy (n + i, match_lines ? line_end : word_end);
1189 strcpy (n, "^(");
1191 strcpy (n, "\\b(");
1209 strcpy (n, "\\000");
1217 strcpy (n, ")\\b");
1219 strcpy (n, ")$");
/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c184 strcpy(d->hook, hook);
402 strcpy(b->path, rpath);
531 strcpy(snmp_nodename, NODENAME);
587 strcpy(name, ((struct nodeinfo *)(void *)resp->data)->name);
600 strcpy(type, ((struct nodeinfo *)(void *)resp->data)->type);
750 strcpy(name.name, nodename);
894 strcpy(peerhook, hooklist->link[i].peerhook);
897 strcpy(peerhook, hooklist->link[i].peerhook);
1155 strcpy(t->name, typelist->typeinfo[u].type_name);
1182 strcpy(mo
[all...]
/freebsd-9.3-release/contrib/binutils/bfd/
H A Decoff.c1097 strcpy (p1, "nil");
1101 strcpy (p1, "address");
1105 strcpy (p1, "char");
1109 strcpy (p1, "unsigned char");
1113 strcpy (p1, "short");
1117 strcpy (p1, "unsigned short");
1121 strcpy (p1, "int");
1125 strcpy (p1, "unsigned int");
1129 strcpy (p1, "long");
1133 strcpy (p
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dannotate.c186 (void) strcpy (where, argv[0]);
211 (void) strcpy (repository, path);

Completed in 1578 milliseconds

<<11121314151617181920>>