tag | line | file | source code |
strncpy | 1461 | drivers/scsi/aic7xxx.c | strncpy(buf, bp, len); |
strncpy | 973 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 975 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 738 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 740 | drivers/scsi/eata_pio.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 372 | drivers/sound/configure.c | strncpy (tmp, buf, 8); |
strncpy | 381 | drivers/sound/configure.c | strncpy (tmp, buf, 8); |
strncpy | 393 | drivers/sound/configure.c | strncpy (tmp, id, i); |
strncpy | 416 | drivers/sound/configure.c | strncpy (tmp, id, i); |
strncpy | 422 | drivers/sound/configure.c | strncpy (tmp, &id[8], i - 8); |
strncpy | 1117 | fs/binfmt_elf.c | strncpy(psinfo.pr_fname, current->comm, sizeof(psinfo.pr_fname)); |
strncpy | 218 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
strncpy | 1133 | fs/smbfs/proc.c | strncpy(finfo->path,p,namelen); |
strncpy | 1238 | fs/smbfs/proc.c | strncpy(p, mask, masklen); |
strncpy | 1253 | 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 | 407 | kernel/module.c | strncpy(isym.name, from->name, sizeof isym.name); |