/linux-3.4.99/arch/alpha/lib/ |
D | ev67-strcat.S | 26 .globl strcat 27 .ent strcat 28 strcat: label 54 .end strcat
|
D | strcat.S | 11 .globl strcat 12 .ent strcat 13 strcat: label 52 .end strcat
|
/linux-3.4.99/arch/mips/loongson/lemote-2f/ |
D | machtype.c | 41 strcat(arcs_cmdline, " machtype="); in mach_prom_init_machtype() 42 strcat(arcs_cmdline, get_system_type()); in mach_prom_init_machtype() 43 strcat(arcs_cmdline, " "); in mach_prom_init_machtype()
|
/linux-3.4.99/fs/cifs/ |
D | cifs_dfs_ref.c | 192 strcat(mountdata, sb_mountdata + off); in cifs_compose_mount_options() 198 strcat(mountdata, "ip="); in cifs_compose_mount_options() 199 strcat(mountdata, srvIP); in cifs_compose_mount_options() 201 strcat(mountdata, "unc="); in cifs_compose_mount_options() 202 strcat(mountdata, *devname); in cifs_compose_mount_options() 215 strcat(mountdata, "prefixpath="); in cifs_compose_mount_options() 217 strcat(mountdata, tkn_e + 1); in cifs_compose_mount_options() 218 strcat(mountdata, fullpath + ref->path_consumed); in cifs_compose_mount_options()
|
/linux-3.4.99/arch/m68k/atari/ |
D | config.c | 584 strcat(model, "Mega ST"); in atari_get_model() 586 strcat(model, "ST"); in atari_get_model() 590 strcat(model, "Mega STE"); in atari_get_model() 592 strcat(model, "STE"); in atari_get_model() 597 strcat(model, "Medusa"); in atari_get_model() 599 strcat(model, "TT"); in atari_get_model() 602 strcat(model, "Falcon"); in atari_get_model() 604 strcat(model, " (with Afterburner040)"); in atari_get_model()
|
/linux-3.4.99/drivers/crypto/caam/ |
D | error.c | 21 strcat(str, tmp); \ 24 strcat(str, "kmalloc failure in SPRINTFCAT"); \ 34 strcat(outstr, "jump tgt desc idx "); in report_jump_idx() 36 strcat(outstr, "desc idx "); in report_jump_idx()
|
/linux-3.4.99/arch/mips/pmc-sierra/yosemite/ |
D | prom.c | 108 strcat(arcs_cmdline, arg[i]); in prom_init() 109 strcat(arcs_cmdline, " "); in prom_init() 114 strcat(arcs_cmdline, "console=ttyS0,115200"); in prom_init()
|
/linux-3.4.99/arch/mips/netlogic/xlr/ |
D | setup.c | 128 strcat(arcs_cmdline, arg); in build_arcs_cmdline() 129 strcat(arcs_cmdline, " "); in build_arcs_cmdline() 139 strcat(arcs_cmdline, arg); in build_arcs_cmdline() 148 strcat(arcs_cmdline, arg); in build_arcs_cmdline()
|
/linux-3.4.99/arch/m68k/lib/ |
D | string.c | 18 char *strcat(char *dest, const char *src) in strcat() function 22 EXPORT_SYMBOL(strcat);
|
/linux-3.4.99/arch/mips/loongson/common/ |
D | cmdline.c | 43 strcat(arcs_cmdline, ((char *)l)); in prom_init_cmdline() 44 strcat(arcs_cmdline, " "); in prom_init_cmdline()
|
/linux-3.4.99/arch/mips/dec/prom/ |
D | cmdline.c | 31 strcat(arcs_cmdline, arg); in prom_init_cmdline() 33 strcat(arcs_cmdline, " "); in prom_init_cmdline()
|
/linux-3.4.99/arch/mips/emma/common/ |
D | prom.c | 56 strcat(arcs_cmdline, arg[i]); in prom_init() 57 strcat(arcs_cmdline, " "); in prom_init()
|
/linux-3.4.99/drivers/usb/misc/ |
D | usbsevseg.c | 288 strcat(buf, " ["); in show_attr_textmode() 289 strcat(buf, display_textmodes[i]); in show_attr_textmode() 290 strcat(buf, "] "); in show_attr_textmode() 292 strcat(buf, " "); in show_attr_textmode() 293 strcat(buf, display_textmodes[i]); in show_attr_textmode() 294 strcat(buf, " "); in show_attr_textmode() 297 strcat(buf, "\n"); in show_attr_textmode()
|
/linux-3.4.99/arch/mips/txx9/generic/ |
D | setup_tx4939.c | 527 strcat(buf, " ACLC"); in tx4939_stop_unused_modules() 535 strcat(buf, " I2S"); in tx4939_stop_unused_modules() 540 strcat(buf, " ATA0"); in tx4939_stop_unused_modules() 545 strcat(buf, " ATA1"); in tx4939_stop_unused_modules() 550 strcat(buf, " SPI"); in tx4939_stop_unused_modules() 555 strcat(buf, " VPC"); in tx4939_stop_unused_modules() 560 strcat(buf, " SIO2"); in tx4939_stop_unused_modules() 565 strcat(buf, " SIO3"); in tx4939_stop_unused_modules()
|
/linux-3.4.99/arch/blackfin/kernel/ |
D | trace.c | 61 strcat(buf, "/* Maybe fixed code section */"); in decode_address() 66 strcat(buf, "/* Maybe null pointer? */"); in decode_address() 70 strcat(buf, "/* core mmrs */"); in decode_address() 74 strcat(buf, "/* system mmrs */"); in decode_address() 78 strcat(buf, "/* on-chip L1 ROM */"); in decode_address() 82 strcat(buf, "/* on-chip scratchpad */"); in decode_address() 86 strcat(buf, "/* unconnected memory */"); in decode_address() 90 strcat(buf, "/* reserved memory */"); in decode_address() 94 strcat(buf, "/* on-chip Data Bank A */"); in decode_address() 98 strcat(buf, "/* on-chip Data Bank B */"); in decode_address() [all …]
|
/linux-3.4.99/Documentation/ia64/ |
D | aliasing-test.c | 88 strcat(path2, "/"); in scan_tree() 89 strcat(path2, name); in scan_tree() 172 strcat(path2, "/"); in scan_rom() 173 strcat(path2, name); in scan_rom()
|
/linux-3.4.99/arch/mips/cavium-octeon/ |
D | setup.c | 583 strcat(arcs_cmdline, " "); in prom_init() 584 strcat(arcs_cmdline, arg); in prom_init() 590 strcat(arcs_cmdline, " console=ttyS0,115200"); in prom_init() 593 strcat(arcs_cmdline, " console=ttyS1,115200"); in prom_init() 595 strcat(arcs_cmdline, " console=ttyS0,115200"); in prom_init() 605 strcat(arcs_cmdline, " rw root=1f00 slram=root,0x40000000,+1073741824"); in prom_init()
|
/linux-3.4.99/drivers/char/ipmi/ |
D | ipmi_bt_sm.c | 176 strcat(buf, "B_BUSY "); in status2txt() 178 strcat(buf, "H_BUSY "); in status2txt() 180 strcat(buf, "OEM0 "); in status2txt() 182 strcat(buf, "SMS "); in status2txt() 184 strcat(buf, "B2H "); in status2txt() 186 strcat(buf, "H2B "); in status2txt() 187 strcat(buf, "]"); in status2txt()
|
/linux-3.4.99/arch/mips/pnx8550/common/ |
D | prom.c | 44 strcat(arcs_cmdline, prom_argv[i]); in prom_init_cmdline() 45 strcat(arcs_cmdline, " "); in prom_init_cmdline()
|
/linux-3.4.99/drivers/scsi/ |
D | in2000.c | 2230 strcat(bp, tbuf); in in2000_proc_info() 2234 strcat(bp, tbuf); in in2000_proc_info() 2235 strcat(bp, "\nsync_xfer[] = "); in in2000_proc_info() 2238 strcat(bp, tbuf); in in2000_proc_info() 2240 strcat(bp, "\nsync_stat[] = "); in in2000_proc_info() 2243 strcat(bp, tbuf); in in2000_proc_info() 2248 strcat(bp, "\ncommands issued: "); in in2000_proc_info() 2251 strcat(bp, tbuf); in in2000_proc_info() 2253 strcat(bp, "\ndisconnects allowed:"); in in2000_proc_info() 2256 strcat(bp, tbuf); in in2000_proc_info() [all …]
|
D | wd33c93.c | 2136 strcat(bp, tbuf); in wd33c93_proc_info() 2142 strcat(bp, tbuf); in wd33c93_proc_info() 2143 strcat(bp, "\nsync_xfer[] = "); in wd33c93_proc_info() 2146 strcat(bp, tbuf); in wd33c93_proc_info() 2148 strcat(bp, "\nsync_stat[] = "); in wd33c93_proc_info() 2151 strcat(bp, tbuf); in wd33c93_proc_info() 2156 strcat(bp, "\ncommands issued: "); in wd33c93_proc_info() 2159 strcat(bp, tbuf); in wd33c93_proc_info() 2161 strcat(bp, "\ndisconnects allowed:"); in wd33c93_proc_info() 2164 strcat(bp, tbuf); in wd33c93_proc_info() [all …]
|
/linux-3.4.99/drivers/md/ |
D | dm-sysfs.c | 47 strcat(buf, "\n"); in dm_attr_name_show() 56 strcat(buf, "\n"); in dm_attr_uuid_show()
|
/linux-3.4.99/arch/s390/include/asm/ |
D | string.h | 85 static inline char *strcat(char *dst, const char *src) in strcat() function 149 char *strcat(char *dst, const char *src);
|
/linux-3.4.99/arch/x86/lib/ |
D | string_32.c | 52 char *strcat(char *dest, const char *src) in strcat() function 66 EXPORT_SYMBOL(strcat);
|
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac_wx.c | 486 strcat(wrqu->name, "b"); in ieee80211_wx_get_name() 488 strcat(wrqu->name, "/g"); in ieee80211_wx_get_name() 490 strcat(wrqu->name, "g"); in ieee80211_wx_get_name() 492 strcat(wrqu->name, "/n"); in ieee80211_wx_get_name() 496 strcat(wrqu->name," linked"); in ieee80211_wx_get_name() 498 strcat(wrqu->name," link.."); in ieee80211_wx_get_name()
|