Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 25 of 934) sorted by relevance

12345678910>>...38

/freebsd-13.1/contrib/libarchive/libarchive/
H A Darchive_read_set_format.c53 strcpy(str, "7zip"); in archive_read_set_format()
56 strcpy(str, "ar"); in archive_read_set_format()
59 strcpy(str, "cab"); in archive_read_set_format()
62 strcpy(str, "cpio"); in archive_read_set_format()
71 strcpy(str, "lha"); in archive_read_set_format()
77 strcpy(str, "rar"); in archive_read_set_format()
80 strcpy(str, "rar5"); in archive_read_set_format()
83 strcpy(str, "raw"); in archive_read_set_format()
86 strcpy(str, "tar"); in archive_read_set_format()
92 strcpy(str, "xar"); in archive_read_set_format()
[all …]
H A Darchive_read_append_filter.c57 strcpy(str, "gzip"); in archive_read_append_filter()
61 strcpy(str, "bzip2"); in archive_read_append_filter()
65 strcpy(str, "compress (.Z)"); in archive_read_append_filter()
73 strcpy(str, "lzma"); in archive_read_append_filter()
77 strcpy(str, "xz"); in archive_read_append_filter()
81 strcpy(str, "uu"); in archive_read_append_filter()
85 strcpy(str, "rpm"); in archive_read_append_filter()
89 strcpy(str, "lz4"); in archive_read_append_filter()
93 strcpy(str, "zstd"); in archive_read_append_filter()
97 strcpy(str, "lzip"); in archive_read_append_filter()
[all …]
/freebsd-13.1/contrib/ntp/lib/isc/win32/
H A Dntpaths.c74 strcpy(namedBase, systemDir); in isc_ntpaths_init()
76 strcpy(ns_confFile, namedBase); in isc_ntpaths_init()
79 strcpy(lwresd_confFile, namedBase); in isc_ntpaths_init()
82 strcpy(lwresd_resolvconfFile, systemDir); in isc_ntpaths_init()
85 strcpy(rndc_keyFile, namedBase); in isc_ntpaths_init()
88 strcpy(session_keyFile, namedBase); in isc_ntpaths_init()
91 strcpy(rndc_confFile, namedBase); in isc_ntpaths_init()
93 strcpy(ns_defaultpidfile, namedBase); in isc_ntpaths_init()
96 strcpy(lwresd_defaultpidfile, namedBase); in isc_ntpaths_init()
99 strcpy(local_state_dir, namedBase); in isc_ntpaths_init()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Docteon-model.c247 case 0: strcpy(pass, "1.X"); break; in octeon_model_get_string_buffer()
248 case 1: strcpy(pass, "2.X"); break; in octeon_model_get_string_buffer()
249 case 3: strcpy(pass, "3.X"); break; in octeon_model_get_string_buffer()
250 default:strcpy(pass, "X.X"); break; in octeon_model_get_string_buffer()
261 case 0: strcpy(pass, "1.0"); break; in octeon_model_get_string_buffer()
262 case 2: strcpy(pass, "1.1"); break; in octeon_model_get_string_buffer()
263 default:strcpy(pass, "X.X"); break; in octeon_model_get_string_buffer()
274 case 0: strcpy(pass, "1.0"); break; in octeon_model_get_string_buffer()
275 case 2: strcpy(pass, "1.1"); break; in octeon_model_get_string_buffer()
276 default:strcpy(pass, "X.X"); break; in octeon_model_get_string_buffer()
[all …]
H A Dcvmx-llm.c122strcpy(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 0… in cvmx_llm_get_default_descriptor()
123strcpy(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 1… in cvmx_llm_get_default_descriptor()
125strcpy(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 0… in cvmx_llm_get_default_descriptor()
126strcpy(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 1… in cvmx_llm_get_default_descriptor()
136strcpy(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 0… in cvmx_llm_get_default_descriptor()
137strcpy(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 1… in cvmx_llm_get_default_descriptor()
138strcpy(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 0… in cvmx_llm_get_default_descriptor()
139strcpy(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 1… in cvmx_llm_get_default_descriptor()
148strcpy(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 0… in cvmx_llm_get_default_descriptor()
200 strcpy(llm_desc_ptr->addr_rld0_fb_str, ""); in cvmx_llm_get_default_descriptor()
[all …]
/freebsd-13.1/stand/libsa/
H A Dtslog.c101 strcpy(&tslog_buf[tslog_bufpos], "0x0 "); in tslog()
104 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
106 strcpy(&tslog_buf[tslog_bufpos], type); in tslog()
108 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
110 strcpy(&tslog_buf[tslog_bufpos], f); in tslog()
113 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog()
115 strcpy(&tslog_buf[tslog_bufpos], s); in tslog()
118 strcpy(&tslog_buf[tslog_bufpos], "\n"); in tslog()
/freebsd-13.1/lib/libc/locale/
H A Dsetlocale.c120 (void)strcpy(new_categories[i], current_categories[i]); in setlocale()
133 (void)strcpy(new_categories[i], env); in setlocale()
141 (void)strcpy(new_categories[category], env); in setlocale()
148 (void)strcpy(new_categories[category], locale); in setlocale()
156 (void)strcpy(new_categories[i], locale); in setlocale()
181 (void)strcpy(new_categories[i], in setlocale()
192 (void)strcpy(saved_categories[i], current_categories[i]); in setlocale()
196 (void)strcpy(new_categories[j], in setlocale()
199 (void)strcpy(new_categories[j], "C"); in setlocale()
215 (void)strcpy(current_locale_string, current_categories[1]); in currentlocale()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dis.c260 (void) strcpy(kind, "D type"); in dt_dis_typestr()
263 (void) strcpy(kind, "string"); in dt_dis_typestr()
277 (void) strcpy(ckind, "float"); in dt_dis_typestr()
283 (void) strcpy(ckind, "array"); in dt_dis_typestr()
292 (void) strcpy(ckind, "union"); in dt_dis_typestr()
295 (void) strcpy(ckind, "enum"); in dt_dis_typestr()
467 (void) strcpy(kind, "arr"); in dt_dis()
470 (void) strcpy(kind, "scl"); in dt_dis()
479 (void) strcpy(scope, "glb"); in dt_dis()
482 (void) strcpy(scope, "tls"); in dt_dis()
[all …]
/freebsd-13.1/lib/libc/tests/locale/
H A Dmbsnrtowcs_test.c59 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
71 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
83 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
94 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
101 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
108 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
119 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
136 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
161 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
173 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
H A Dmbsrtowcs_test.c62 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
74 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
85 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
92 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
103 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
120 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
136 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
H A Dmbstowcs_test.c58 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
66 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
74 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
87 strcpy(srcbuf, "hello"); in ATF_TC_BODY()
98 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
/freebsd-13.1/sbin/ipf/ipmon/
H A Dipmon.c679 strcpy(t, "NAT:NEW"); in print_natlog()
712 strcpy(t, "-MAP "); in print_natlog()
717 strcpy(t, "-RDR "); in print_natlog()
722 strcpy(t, "-BIMAP "); in print_natlog()
1335 strcpy(t, " IN"); in print_ipflog()
1337 strcpy(t, " OUT"); in print_ipflog()
1354 strcpy(t, " OOW"); in print_ipflog()
1358 strcpy(t, " bad"); in print_ipflog()
1362 strcpy(t, " NAT"); in print_ipflog()
1383 strcpy(t, " mbcast"); in print_ipflog()
[all …]
/freebsd-13.1/sys/x86/x86/
H A Didentcpu.c280 strcpy(cpu_model, "Dual "); in printcpuinfo()
398 strcpy(cpu_brand, in printcpuinfo()
413 strcpy(cpu_model, "AMD "); in printcpuinfo()
477 strcpy(cpu_model, "Cyrix "); in printcpuinfo()
614 strcpy(cpu_model, "Rise "); in printcpuinfo()
657 strcpy(cpu_model, "VIA Nano"); in printcpuinfo()
663 strcpy(cpu_model, "VIA "); in printcpuinfo()
687 strcpy(cpu_model, "Hygon "); in printcpuinfo()
711 strcpy(cpu_model, brand); in printcpuinfo()
1699 strcpy(cpu_vendor, "IBM"); in finishidentcpu()
[all …]
/freebsd-13.1/lib/libc/gen/
H A Ddisklabel.c121 strcpy(psize, "px"); in getdiskbyname()
122 strcpy(pbsize, "bx"); in getdiskbyname()
123 strcpy(pfsize, "fx"); in getdiskbyname()
124 strcpy(poffset, "ox"); in getdiskbyname()
125 strcpy(ptype, "tx"); in getdiskbyname()
156 (void)strcpy(psize, "dx"); in getdiskbyname()
/freebsd-13.1/usr.sbin/fdread/
H A Dfdutil.c70 strcpy(msgbuf, "unexpected error code in ST1/ST2"); in printstatus()
73 strcpy(msgbuf, "end of cylinder (wrong format)"); in printstatus()
76 strcpy(msgbuf, "CRC error in data field"); in printstatus()
78 strcpy(msgbuf, "CRC error in ID field"); in printstatus()
81 strcpy(msgbuf, "no address mark in data field"); in printstatus()
83 strcpy(msgbuf, "no address mark in ID field"); in printstatus()
85 strcpy(msgbuf, "wrong cylinder (format mismatch)"); in printstatus()
87 strcpy(msgbuf, "no data (sector not found)"); in printstatus()
/freebsd-13.1/lib/libkiconv/
H A Dxlat16_sysctl.c62 strcpy(din.ia_converter, "xlat16"); in kiconv_add_xlat16_table()
63 strcpy(din.ia_from, from); in kiconv_add_xlat16_table()
64 strcpy(din.ia_to, to); in kiconv_add_xlat16_table()
/freebsd-13.1/contrib/smbfs/lib/smb/
H A Dkiconv.c58 strcpy(din.ia_converter, "xlat"); in kiconv_add_xlat_table()
59 strcpy(din.ia_from, from); in kiconv_add_xlat_table()
60 strcpy(din.ia_to, to); in kiconv_add_xlat_table()
/freebsd-13.1/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c127 strcpy( result, dot_path ); in make_absolute()
142 strcpy( result + result_len, string ); in make_absolute()
196 strcpy( result + start + 1, result + i ); in canonicalize_pathname()
215 strcpy( result + i, result + i + 1 ); in canonicalize_pathname()
225 strcpy( result + start + 1, result + i + 2 ); in canonicalize_pathname()
/freebsd-13.1/contrib/opie/
H A Dopiekey.c264 strcpy(newsecret, secret);
266 if (opienewseed(strcpy(newseed, seed)) < 0) {
310 strcpy(response, "word:");
314 strcpy(response, "hex:");
320 strcpy(response, "init-hex:");
326 strcpy(response, "init-word:");
/freebsd-13.1/sys/geom/part/
H A Dg_part_apm.c142 strcpy(buf, APM_ENT_TYPE_APPLE_BOOT); in apm_parse_type()
147 strcpy(buf, APM_ENT_TYPE_APPLE_HFS); in apm_parse_type()
152 strcpy(buf, APM_ENT_TYPE_APPLE_UFS); in apm_parse_type()
157 strcpy(buf, APM_ENT_TYPE_FREEBSD); in apm_parse_type()
162 strcpy(buf, APM_ENT_TYPE_FREEBSD_NANDFS); in apm_parse_type()
167 strcpy(buf, APM_ENT_TYPE_FREEBSD_SWAP); in apm_parse_type()
172 strcpy(buf, APM_ENT_TYPE_FREEBSD_UFS); in apm_parse_type()
177 strcpy(buf, APM_ENT_TYPE_FREEBSD_VINUM); in apm_parse_type()
182 strcpy(buf, APM_ENT_TYPE_FREEBSD_ZFS); in apm_parse_type()
280 strcpy(table->self.ent_name, "Apple"); in g_part_apm_create()
[all …]
/freebsd-13.1/tools/regression/sockets/unix_sendtorace/
H A Dunix_sendtorace.c79 strcpy(sun.sun_path, socket_path); in stream_client()
108 strcpy(sun.sun_path, socket_path); in stream_test()
155 strcpy(sun.sun_path, socket_path); in datagram_client()
184 strcpy(sun.sun_path, socket_path); in datagram_test()
/freebsd-13.1/lib/libpathconv/
H A Drel2abs.c56 strcpy(result, path); in rel2abs()
69 strcpy(result, base); in rel2abs()
126 strcpy(rp, pp); in rel2abs()
/freebsd-13.1/lib/libc/string/
H A Dstrtok.c121 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main()
124 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main()
128 strcpy(blah, "blah:blat:blab:blag"); in main()
/freebsd-13.1/usr.sbin/mfiutil/
H A Dmfi_flash.c62 strcpy(header.name, "Name"); in display_pending_firmware()
63 strcpy(header.version, "Version"); in display_pending_firmware()
64 strcpy(header.build_date, "Date"); in display_pending_firmware()
65 strcpy(header.build_time, "Time"); in display_pending_firmware()
/freebsd-13.1/contrib/sendmail/include/sm/
H A Dstring.h53 # define sm_strdup_x(str) strcpy(sm_malloc_x(strlen(str) + 1), str)
56 # define sm_pstrdup_x(str) strcpy(sm_pmalloc_x(strlen(str) + 1), str)
59 strcpy(sm_malloc_tagged_x(strlen(str) + 1, file, line, group), str)

12345678910>>...38