/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_read_set_format.c | 52 strcpy(str, "7zip"); in archive_read_set_format() 55 strcpy(str, "ar"); in archive_read_set_format() 58 strcpy(str, "cab"); in archive_read_set_format() 61 strcpy(str, "cpio"); in archive_read_set_format() 64 strcpy(str, "empty"); in archive_read_set_format() 67 strcpy(str, "iso9660"); in archive_read_set_format() 70 strcpy(str, "lha"); in archive_read_set_format() 73 strcpy(str, "mtree"); in archive_read_set_format() 76 strcpy(str, "rar"); in archive_read_set_format() 79 strcpy(st in archive_read_set_format() [all...] |
H A D | archive_read_append_filter.c | 56 strcpy(str, "gzip"); in archive_read_append_filter() 60 strcpy(str, "bzip2"); in archive_read_append_filter() 64 strcpy(str, "compress (.Z)"); in archive_read_append_filter() 72 strcpy(str, "lzma"); in archive_read_append_filter() 76 strcpy(str, "xz"); in archive_read_append_filter() 80 strcpy(str, "uu"); in archive_read_append_filter() 84 strcpy(str, "rpm"); in archive_read_append_filter() 88 strcpy(str, "lz4"); in archive_read_append_filter() 92 strcpy(str, "zstd"); in archive_read_append_filter() 96 strcpy(str, "lzip"); in archive_read_append_filter() [all …]
|
/freebsd/lib/libc/locale/ |
H A D | setlocale.c | 114 (void)strcpy(new_categories[i], current_categories[i]); in setlocale() 127 (void)strcpy(new_categories[i], env); in setlocale() 135 (void)strcpy(new_categories[category], env); in setlocale() 142 (void)strcpy(new_categories[category], locale); in setlocale() 150 (void)strcpy(new_categories[i], locale); in setlocale() 175 (void)strcpy(new_categories[i], in setlocale() 186 (void)strcpy(saved_categories[i], current_categories[i]); in setlocale() 190 (void)strcpy(new_categories[j], in setlocale() 193 (void)strcpy(new_categories[j], "C"); in setlocale() 209 (void)strcpy(current_locale_string, current_categories[1]); in currentlocale() [all …]
|
/freebsd/stand/libsa/ |
H A D | tslog.c | 98 strcpy(&tslog_buf[tslog_bufpos], "0x0 "); in tslog() 101 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog() 103 strcpy(&tslog_buf[tslog_bufpos], type); in tslog() 105 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog() 107 strcpy(&tslog_buf[tslog_bufpos], f); in tslog() 110 strcpy(&tslog_buf[tslog_bufpos], " "); in tslog() 112 strcpy(&tslog_buf[tslog_bufpos], s); in tslog() 115 strcpy(&tslog_buf[tslog_bufpos], "\n"); in tslog()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_dis.c | 260 (void) strcpy(kind, "D type"); in dt_dis_typestr() 263 (void) strcpy(kind, "string"); in dt_dis_typestr() 271 (void) strcpy(ckind, "unknown"); in dt_dis_typestr() 274 (void) strcpy(ckind, "integer"); in dt_dis_typestr() 277 (void) strcpy(ckind, "float"); in dt_dis_typestr() 280 (void) strcpy(ckind, "pointer"); in dt_dis_typestr() 283 (void) strcpy(ckind, "array"); in dt_dis_typestr() 286 (void) strcpy(ckind, "function"); in dt_dis_typestr() 289 (void) strcpy(ckind, "struct"); in dt_dis_typestr() 292 (void) strcpy(ckin in dt_dis_typestr() [all...] |
/freebsd/lib/libc/tests/locale/ |
H A D | mbsnrtowcs_test.c | 56 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 68 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 80 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 91 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 98 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 105 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 116 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 133 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 158 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY() 170 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
|
H A D | mbsrtowcs_test.c | 59 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 71 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 82 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 89 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 100 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 117 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 133 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
|
H A D | mbstowcs_test.c | 55 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 63 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 71 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 84 strcpy(srcbuf, "hello"); in ATF_TC_BODY() 95 strcpy(srcbuf, "\xA3\xC1 B \xA3\xC3"); in ATF_TC_BODY()
|
/freebsd/sbin/ipf/ipmon/ |
H A D | ipmon.c | 668 strcpy(t, "NAT:NEW"); in print_natlog() 672 strcpy(t, "NAT:FLUSH"); in print_natlog() 676 strcpy(t, "NAT:CLONE"); in print_natlog() 680 strcpy(t, "NAT:EXPIRE"); in print_natlog() 684 strcpy(t, "NAT:DESTROY"); in print_natlog() 688 strcpy(t, "NAT:PURGE"); in print_natlog() 701 strcpy(t, "-MAP "); in print_natlog() 706 strcpy(t, "-RDR "); in print_natlog() 711 strcpy(t, "-BIMAP "); in print_natlog() 716 strcpy(t, "-MAPBLOCK "); in print_natlog() [all …]
|
/freebsd/sys/x86/x86/ |
H A D | identcpu.c | 280 strcpy(cpu_model, "Overdrive "); in printcpuinfo() 283 strcpy(cpu_model, "Dual "); in printcpuinfo() 401 strcpy(cpu_brand, in printcpuinfo() 416 strcpy(cpu_model, "AMD "); in printcpuinfo() 480 strcpy(cpu_model, "Cyrix "); in printcpuinfo() 599 strcpy(cpu_model, "Texas Instruments 486SXL"); in printcpuinfo() 617 strcpy(cpu_model, "Rise "); in printcpuinfo() 632 strcpy(cpu_model, "IDT WinChip C6"); in printcpuinfo() 635 strcpy(cpu_model, "IDT WinChip 2"); in printcpuinfo() 638 strcpy(cpu_model, "IDT WinChip 3"); in printcpuinfo() [all …]
|
/freebsd/tools/test/stress2/misc/ |
H A D | unix_socket.sh | 67 strcpy(addr.sun_path, SOCK_FILE); 74 strcpy(addr.sun_path, SOCK_FILE); 78 strcpy (buff, "1234567890"); 109 strcpy(addr.sun_path, SOCK_FILE); 118 strcpy (buff, "transmit good!");
|
/freebsd/lib/libc/gen/ |
H A D | disklabel.c | 117 strcpy(psize, "px"); in getdiskbyname() 118 strcpy(pbsize, "bx"); in getdiskbyname() 119 strcpy(pfsize, "fx"); in getdiskbyname() 120 strcpy(poffset, "ox"); in getdiskbyname() 121 strcpy(ptype, "tx"); in getdiskbyname() 152 (void)strcpy(psize, "dx"); in getdiskbyname()
|
/freebsd/usr.sbin/fdread/ |
H A D | fdutil.c | 68 strcpy(msgbuf, "unexpected error code in ST1/ST2"); in printstatus() 71 strcpy(msgbuf, "end of cylinder (wrong format)"); in printstatus() 74 strcpy(msgbuf, "CRC error in data field"); in printstatus() 76 strcpy(msgbuf, "CRC error in ID field"); in printstatus() 79 strcpy(msgbuf, "no address mark in data field"); in printstatus() 81 strcpy(msgbuf, "no address mark in ID field"); in printstatus() 83 strcpy(msgbuf, "wrong cylinder (format mismatch)"); in printstatus() 85 strcpy(msgbuf, "no data (sector not found)"); in printstatus()
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | pathfind.c | 121 strcpy( result, dot_path ); in make_absolute() 133 strcpy( result + result_len, string ); in make_absolute() 185 strcpy( result + start + 1, result + i ); in canonicalize_pathname() 204 strcpy( result + i, result + i + 1 ); in canonicalize_pathname() 214 strcpy( result + start + 1, result + i + 2 ); in canonicalize_pathname()
|
/freebsd/lib/libkiconv/ |
H A D | xlat16_sysctl.c | 60 strcpy(din.ia_converter, "xlat16"); in kiconv_add_xlat16_table() 61 strcpy(din.ia_from, from); in kiconv_add_xlat16_table() 62 strcpy(din.ia_to, to); in kiconv_add_xlat16_table()
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | kiconv.c | 58 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()
|
H A D | nls.c | 109 return strcpy(dst, src); in nls_str_toloc() 120 return strcpy(dst, src); in nls_str_toloc() 132 return strcpy(dst, src); in nls_str_toext() 143 return strcpy(dst, src); in nls_str_toext()
|
/freebsd/sys/geom/part/ |
H A D | g_part_apm.c | 140 strcpy(buf, APM_ENT_TYPE_APPLE_BOOT); in apm_parse_type() 145 strcpy(buf, APM_ENT_TYPE_APPLE_HFS); in apm_parse_type() 150 strcpy(buf, APM_ENT_TYPE_APPLE_UFS); in apm_parse_type() 155 strcpy(buf, APM_ENT_TYPE_FREEBSD); in apm_parse_type() 160 strcpy(buf, APM_ENT_TYPE_FREEBSD_NANDFS); in apm_parse_type() 165 strcpy(buf, APM_ENT_TYPE_FREEBSD_SWAP); in apm_parse_type() 170 strcpy(buf, APM_ENT_TYPE_FREEBSD_UFS); in apm_parse_type() 175 strcpy(buf, APM_ENT_TYPE_FREEBSD_VINUM); in apm_parse_type() 180 strcpy(buf, APM_ENT_TYPE_FREEBSD_ZFS); in apm_parse_type() 278 strcpy(table->self.ent_name, "Apple"); in g_part_apm_create() [all …]
|
/freebsd/tools/regression/sockets/unix_sendtorace/ |
H A D | unix_sendtorace.c | 77 strcpy(sun.sun_path, socket_path); in stream_client() 106 strcpy(sun.sun_path, socket_path); in stream_test() 153 strcpy(sun.sun_path, socket_path); in datagram_client() 182 strcpy(sun.sun_path, socket_path); in datagram_test()
|
/freebsd/sys/contrib/openzfs/lib/libefi/ |
H A D | rdwr_efi.c | 219 strcpy(dki_info->dki_cname, "sd"); in efi_get_info() 225 strcpy(dki_info->dki_cname, "hd"); in efi_get_info() 231 strcpy(dki_info->dki_cname, "pseudo"); in efi_get_info() 233 strcpy(dki_info->dki_dname, "md"); in efi_get_info() 238 strcpy(dki_info->dki_cname, "vd"); in efi_get_info() 244 strcpy(dki_info->dki_cname, "xvd"); in efi_get_info() 250 strcpy(dki_info->dki_cname, "zd"); in efi_get_info() 252 strcpy(dki_info->dki_dname, "zd"); in efi_get_info() 257 strcpy(dki_info->dki_cname, "pseudo"); in efi_get_info() 259 strcpy(dki_info->dki_dname, "dm-"); in efi_get_info() [all …]
|
/freebsd/lib/libpathconv/ |
H A D | rel2abs.c | 54 strcpy(result, path); in rel2abs() 67 strcpy(result, base); in rel2abs() 124 strcpy(rp, pp); in rel2abs()
|
/freebsd/lib/libc/string/ |
H A D | strtok.c | 115 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main() 118 strcpy(test, "This;is.a:test:of=the/string\\tokenizer-function."); in main() 122 strcpy(blah, "blah:blat:blab:blag"); in main()
|
/freebsd/libexec/rbootd/ |
H A D | bpf.c | 222 (void) strcpy(errbuf, "bpf: socket: %m"); in BpfGetIntfName() 230 (void) strcpy(errbuf, "bpf: ioctl(SIOCGIFCONF): %m"); in BpfGetIntfName() 240 (void) strcpy(errbuf, "bpf: ioctl(SIOCGIFFLAGS): %m"); in BpfGetIntfName() 267 (void) strcpy(errbuf, "bpf: no interfaces found"); in BpfGetIntfName() 271 (void) strcpy(device, mp->ifr_name); in BpfGetIntfName()
|
/freebsd/usr.sbin/mfiutil/ |
H A D | mfi_flash.c | 60 strcpy(header.name, "Name"); in display_pending_firmware() 61 strcpy(header.version, "Version"); in display_pending_firmware() 62 strcpy(header.build_date, "Date"); in display_pending_firmware() 63 strcpy(header.build_time, "Time"); in display_pending_firmware()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | string.h | 53 # 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)
|