tag | line | file | source code |
strncpy | 1182 | drivers/scsi/aic7xxx.c | strncpy(buf, bp, len); |
strncpy | 953 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 955 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 744 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 746 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 1064 | fs/binfmt_elf.c | strncpy(psinfo.pr_fname, current->comm, sizeof(psinfo.pr_fname)); |
strncpy | 213 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
strncpy | 1060 | fs/smbfs/proc.c | strncpy(finfo->path,p,namelen); |
strncpy | 1165 | fs/smbfs/proc.c | strncpy(p, mask, masklen); |
strncpy | 1180 | fs/smbfs/proc.c | strncpy(p, mask, masklen); |
strncpy | 305 | 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 | 402 | kernel/module.c | strncpy(isym.name, from->name, sizeof isym.name); |