tag | line | file | source code |
strncpy | 767 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->vendor, &buff[8], 8); |
strncpy | 769 | drivers/scsi/eata_dma.c | strncpy(SD(sh)->name, &buff[16], 17); |
strncpy | 215 | fs/exec.c | strncpy(dump.u_comm, current->comm, sizeof(current->comm)); |
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 | 399 | kernel/module.c | strncpy(isym.name, from->name, sizeof isym.name); |
strncpy | 1245 | net/inet/dev.c | strncpy(ifr.ifr_name,dev->name,sizeof(ifr.ifr_name)); |