tag | line | file | source code |
strncpy | 697 | arch/sparc/kernel/sys_sunos.c | strncpy (linux_nfs_mount.hostname, the_name, 254); |
strncpy | 1481 | drivers/scsi/aic7xxx.c | strncpy(buf, bp, len); |
strncpy | 977 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 979 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 737 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 739 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 374 | drivers/sound/configure.c | strncpy (tmp, buf, 8); |
strncpy | 383 | drivers/sound/configure.c | strncpy (tmp, buf, 8); |
strncpy | 395 | drivers/sound/configure.c | strncpy (tmp, id, i); |
strncpy | 418 | drivers/sound/configure.c | strncpy (tmp, id, i); |
strncpy | 424 | drivers/sound/configure.c | strncpy (tmp, &id[8], i - 8); |
strncpy | 1110 | fs/binfmt_elf.c | strncpy(psinfo.pr_fname, current->comm, sizeof(psinfo.pr_fname)); |
strncpy | 221 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
strncpy | 776 | fs/ncpfs/dir.c | strncpy(_name, name, len); |
strncpy | 821 | fs/ncpfs/dir.c | strncpy(_name, name, len); |
strncpy | 868 | fs/ncpfs/dir.c | strncpy(_name, name, len); |
strncpy | 905 | fs/ncpfs/dir.c | strncpy(_name, name, len); |
strncpy | 953 | fs/ncpfs/dir.c | strncpy(_old_name, old_name, old_len); |
strncpy | 957 | fs/ncpfs/dir.c | strncpy(_new_name, new_name, new_len); |
strncpy | 259 | fs/ncpfs/ncplib_kernel.c | strncpy(target->entryName, name_len+1, *name_len); |
strncpy | 415 | fs/nfs/nfsroot.c | strncpy(system_utsname.nodename, in_ntoa(myaddr.sin_addr.s_addr), __NEW_UTS_LEN); |
strncpy | 427 | fs/nfs/nfsroot.c | strncpy(nfs_data.hostname, cp, 255); |
strncpy | 431 | fs/nfs/nfsroot.c | strncpy(buf, name, 255); |
strncpy | 545 | fs/nfs/nfsroot.c | strncpy(system_utsname.domainname, dp, __NEW_UTS_LEN); |
strncpy | 548 | fs/nfs/nfsroot.c | strncpy(system_utsname.nodename, ip, __NEW_UTS_LEN); |
strncpy | 1131 | fs/smbfs/proc.c | strncpy(finfo->path,p,namelen); |
strncpy | 1237 | fs/smbfs/proc.c | strncpy(p, mask, masklen); |
strncpy | 1252 | fs/smbfs/proc.c | strncpy(p, mask, masklen); |
strncpy | 302 | fs/umsdos/mangle.c | strncpy (info->fake.fname,fname,len); |
strncpy | 16 | include/linux/string.h | extern char * strncpy(char *,const char *,size_t); |
strncpy | 434 | init/main.c | strncpy(nfs_root_name, line, sizeof(nfs_root_name)); |
strncpy | 446 | init/main.c | strncpy(nfs_root_addrs, line, sizeof(nfs_root_addrs)); |
strncpy | 412 | kernel/module.c | strncpy(isym.name, from->name, sizeof isym.name); |
strncpy | 1804 | net/ipv4/arp.c | strncpy(r->arp_dev, entry->dev->name, 16); |
strncpy | 280 | net/ipv4/packet.c | strncpy(dev,uaddr->sa_data,14); |