Searched refs:strcpy (Results 1 - 25 of 1314) sorted by relevance

1234567891011>>

/freebsd-9.3-release/lib/libc/amd64/string/
H A DMakefile.inc4 strcat.S strcmp.S stpcpy.S strcpy.c
H A Dstrcpy.c34 strcpy(char * __restrict to, const char * __restrict from) function
/freebsd-9.3-release/contrib/groff/src/libs/libgroff/
H A Dstrsave.cpp28 strcpy(p, s);
/freebsd-9.3-release/contrib/texinfo/lib/
H A Dxstrdup.c32 return strcpy (xmalloc (strlen (string) + 1), string);
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Dstrcpy.c32 strcpy(char *to, const char *from) function
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dntpaths.c74 strcpy(namedBase, systemDir);
76 strcpy(ns_confFile, namedBase);
79 strcpy(lwresd_confFile, namedBase);
82 strcpy(lwresd_resolvconfFile, systemDir);
85 strcpy(rndc_keyFile, namedBase);
88 strcpy(session_keyFile, namedBase);
91 strcpy(rndc_confFile, namedBase);
93 strcpy(ns_defaultpidfile, namedBase);
96 strcpy(lwresd_defaultpidfile, namedBase);
99 strcpy(local_state_di
[all...]
/freebsd-9.3-release/bin/sh/
H A Dmystring.h43 #define scopy(s1, s2) ((void)strcpy(s2, s1))
/freebsd-9.3-release/contrib/libpcap/
H A Dfad-sita.c45 strcpy(errbuf, "");
/freebsd-9.3-release/contrib/opie/libopie/
H A Drandomchallenge.c43 strcpy(buf, "ke4452");
/freebsd-9.3-release/sys/libkern/
H A Dstrcpy.c36 strcpy(char * __restrict to, const char * __restrict from) function
/freebsd-9.3-release/contrib/ntp/sntp/libopts/compat/
H A Dstrdup.c19 (void) strcpy(cp, s);
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dchoose-temp.c65 strcpy (temp_filename, base);
66 strcpy (temp_filename + len, TEMP_FILE);
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dchoose-temp.c65 strcpy (temp_filename, base);
66 strcpy (temp_filename + len, TEMP_FILE);
/freebsd-9.3-release/usr.bin/ldd/
H A Dsods.c481 case N_UNDF: strcpy(type, "undf"); break;
482 case N_ABS: strcpy(type, "abs"); break;
483 case N_TEXT: strcpy(type, "text"); break;
484 case N_DATA: strcpy(type, "data"); break;
485 case N_BSS: strcpy(type, "bss"); break;
486 case N_INDR: strcpy(type, "indr"); break;
487 case N_SIZE: strcpy(type, "size"); break;
488 case N_COMM: strcpy(type, "comm"); break;
489 case N_SETA: strcpy(type, "seta"); break;
490 case N_SETT: strcpy(typ
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddoc.c97 where = strcpy(target, "http://www.freebsd.org");
101 strcpy(target, where);
104 where = strcpy(target, "/usr/local/share/doc/freebsd/faq/index.html");
106 where = strcpy(target, "http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq");
109 where = strcpy(target, "/usr/local/share/doc/freebsd/handbook/index.html");
111 where = strcpy(target, "http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook");
H A Ddhcp.c128 strcpy(optbuf, tempbuf);
131 strcpy(hostname, optbuf);
133 strcpy(domain, optbuf);
135 strcpy(ipaddr, optbuf);
139 strcpy(gateway, optbuf);
141 strcpy(netmask, optbuf);
146 strcpy(nameserver, optbuf);
/freebsd-9.3-release/usr.bin/yacc/
H A Dmain.c255 strcpy(action_file_name, tmpdir);
256 strcpy(text_file_name, tmpdir);
257 strcpy(union_file_name, tmpdir);
267 strcpy(action_file_name + len, temp_form);
268 strcpy(text_file_name + len, temp_form);
269 strcpy(union_file_name + len, temp_form);
286 strcpy(output_file_name, file_prefix);
287 strcpy(output_file_name + len, OUTPUT_SUFFIX);
295 strcpy(code_file_name, file_prefix);
303 strcpy(code_file_nam
[all...]
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dkiconv.c58 strcpy(din.ia_converter, "xlat");
59 strcpy(din.ia_from, from);
60 strcpy(din.ia_to, to);
/freebsd-9.3-release/lib/libkiconv/
H A Dxlat16_sysctl.c60 strcpy(din.ia_converter, "xlat16");
61 strcpy(din.ia_from, from);
62 strcpy(din.ia_to, to);
/freebsd-9.3-release/lib/libc/i386/string/
H A DMakefile.inc5 memmove.S memset.S rindex.S strcat.S strchr.S strcmp.S strcpy.S \
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dstrdup.c47 strcpy(t, old);
/freebsd-9.3-release/lib/libc/string/
H A Dstrcpy.c31 static char sccsid[] = "@(#)strcpy.c 8.1 (Berkeley) 6/4/93";
39 strcpy(char * __restrict to, const char * __restrict from) function
/freebsd-9.3-release/tools/regression/lib/libc/locale/
H A Dtest-mbstowcs.c61 strcpy(srcbuf, "hello");
69 strcpy(srcbuf, "hello");
77 strcpy(srcbuf, "hello");
90 strcpy(srcbuf, "hello");
103 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3");
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Docteon-model.c261 case 0: strcpy(pass, "1.X"); break;
262 case 1: strcpy(pass, "2.X"); break;
263 case 3: strcpy(pass, "3.X"); break;
264 default:strcpy(pass, "X.X"); break;
275 case 0: strcpy(pass, "1.0"); break;
276 case 2: strcpy(pass, "1.1"); break;
277 default:strcpy(pass, "X.X"); break;
288 case 0: strcpy(pass, "1.0"); break;
289 case 2: strcpy(pass, "1.1"); break;
290 default:strcpy(pas
[all...]
H A Dcvmx-llm.c122 strcpy(llm_desc_ptr->addr_rld0_fb_str, "22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00");
123 strcpy(llm_desc_ptr->addr_rld0_bb_str, "22 21 19 20 08 07 06 05 04 03 02 01 00 09 18 17 16 15 14 13 12 11 10");
125 strcpy(llm_desc_ptr->addr_rld1_fb_str, "22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00");
126 strcpy(llm_desc_ptr->addr_rld1_bb_str, "22 21 20 00 08 07 06 05 04 13 02 01 03 09 18 17 16 15 14 10 12 11 19");
136 strcpy(llm_desc_ptr->addr_rld0_fb_str, "22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00");
137 strcpy(llm_desc_ptr->addr_rld0_bb_str, "22 21 20 00 08 07 06 05 04 13 02 01 03 09 18 17 16 15 14 10 12 11 19");
138 strcpy(llm_desc_ptr->addr_rld1_fb_str, "22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00");
139 strcpy(llm_desc_ptr->addr_rld1_bb_str, "22 21 20 00 08 07 06 05 04 13 02 01 03 09 18 17 16 15 14 10 12 11 19");
148 strcpy(llm_desc_ptr->addr_rld0_fb_str, "22 21 20 19 18 17 16 15 14 13 12 11 10 09 08 07 06 05 04 03 02 01 00");
149 strcpy(llm_desc_pt
[all...]

Completed in 387 milliseconds

1234567891011>>