taglinefilesource code
strncmp361arch/i386/kernel/traps.cif (strncmp((char*)0x0FFFD9, "EISA", 4) == 0)
strncmp324drivers/block/hd.cif (!strncmp(id->model, "QUANTUM", 7))
strncmp188drivers/char/conmakehash.cif (!strncmp(p, "idem", 4))
strncmp153drivers/net/net_init.cif (dev->name && (strncmp(dev->name, "eth", 3) == 0)) {
strncmp210drivers/net/znet.cif (*p == 'N'  &&  strncmp(p, "NETIDBLK", 8) == 0)
strncmp2183drivers/scsi/53c7,8xx.cif (!strncmp(input_buf, debugger_tokens[i].name, len)) 
strncmp2486drivers/scsi/BusLogic.cif (strncmp(Strings, "TQ:", 3) == 0)
strncmp2489drivers/scsi/BusLogic.cif (strncmp(Strings, "Default", 7) == 0)
strncmp2491drivers/scsi/BusLogic.celse if (strncmp(Strings, "Enable", 6) == 0)
strncmp2497drivers/scsi/BusLogic.celse if (strncmp(Strings, "Disable", 7) == 0)
strncmp2523drivers/scsi/BusLogic.cif (strncmp(Strings, "ER:", 3) == 0)
strncmp2526drivers/scsi/BusLogic.cif (strncmp(Strings, "Default", 7) == 0)
strncmp2528drivers/scsi/BusLogic.celse if (strncmp(Strings, "HardReset", 9) == 0)
strncmp2535drivers/scsi/BusLogic.celse if (strncmp(Strings, "BusDeviceReset", 14) == 0)
strncmp2542drivers/scsi/BusLogic.celse if (strncmp(Strings, "None", 4) == 0)
strncmp1305drivers/scsi/aic7xxx.cif (!strncmp(options[i].name, p, n))
strncmp1520drivers/scsi/aic7xxx.cif (!strncmp(version_info, "$Id: ", 5))
strncmp1533drivers/scsi/aic7xxx.cif (!strncmp(version_info, "$Revision: ", 11))
strncmp36drivers/scsi/eata_dma_proc.cif (length >= 8 && strncmp(buffer, "eata_dma", 8) == 0) {
strncmp39drivers/scsi/eata_dma_proc.cif(length >= 8 && strncmp(buffer, "latency", 7) == 0) {
strncmp44drivers/scsi/eata_dma_proc.cif(length >=10 && strncmp(buffer, "nolatency", 9) == 0) {
strncmp535drivers/scsi/scsi.cif (!strncmp(scsi_result+8,"TOSHIBA",7) &&
strncmp536drivers/scsi/scsi.c!strncmp(scsi_result+16,"CD-ROM",6) &&
strncmp542drivers/scsi/scsi.cif (!strncmp(scsi_result+8,"NEC",3)) {
strncmp543drivers/scsi/scsi.cif (!strncmp(scsi_result+16,"CD-ROM DRIVE:84 ",16) || 
strncmp544drivers/scsi/scsi.c!strncmp(scsi_result+16,"CD-ROM DRIVE:25",15))
strncmp548drivers/scsi/scsi.c} else if (!strncmp(scsi_result+8,"TOSHIBA",7))
strncmp550drivers/scsi/scsi.celse if (!strncmp(scsi_result+8,"SONY",4))
strncmp552drivers/scsi/scsi.celse if (!strncmp(scsi_result+8, "PIONEER", 7))
strncmp2463drivers/scsi/scsi.cif(!buffer || length < 25 || strncmp("scsi", buffer, 4))
strncmp2466drivers/scsi/scsi.cif(!strncmp("singledevice", buffer + 5, 12)) {
strncmp642drivers/scsi/scsi_debug.cif (length >= 10 && strncmp(buffer, "scsi_debug", 10) == 0) {
strncmp650drivers/scsi/scsi_debug.cif( length == 6 && strncmp(buffer, "lockup", length) == 0 )
strncmp656drivers/scsi/scsi_debug.cif( length == 6 && strncmp(buffer, "unlock", length) == 0 )
strncmp379fs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0) {
strncmp495fs/binfmt_elf.cstrncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0)
strncmp751fs/binfmt_elf.cstrncmp(&elf_ex.e_ident[1], "ELF",3) != 0)
strncmp85fs/isofs/inode.cif (strncmp(this_char,"norock",6) == 0) {
strncmp89fs/isofs/inode.cif (strncmp(this_char,"unhide",6) == 0) {
strncmp93fs/isofs/inode.cif (strncmp(this_char,"cruft",5) == 0) {
strncmp258fs/isofs/inode.cif (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) {
strncmp271fs/isofs/inode.cif (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) {
strncmp66fs/msdos/misc.cif (!strncmp(extension,walk,3)) return 1;
strncmp340fs/msdos/misc.cdone = !strncmp(data[entry].name,name,MSDOS_NAME) && \
strncmp104fs/msdos/namei.cif (!strncmp(res,*reserved,8)) return -EINVAL;
strncmp373fs/msdos/namei.cif (!IS_FREE(de->name) && strncmp(de->name,MSDOS_DOT,
strncmp374fs/msdos/namei.cMSDOS_NAME) && strncmp(de->name,MSDOS_DOTDOT,
strncmp489fs/msdos/namei.cif (!strncmp(old_name,new_name,MSDOS_NAME)) goto set_hid;
strncmp232fs/nfs/dir.c&& !strncmp(filename, entry->filename, NFS_MAXNAMLEN))
strncmp27include/linux/string.hextern int strncmp(const char *,const char *,size_t);
strncmp278init/main.cif (!strncmp(line,"ide",3) || (!strncmp(line,"hd",2) && line[2] != '=')) {
strncmp285init/main.cif (!strncmp(line,bootsetups[i].str,n)) {
strncmp379init/main.cif (!strncmp(line,"root=",5)) {
strncmp382init/main.cif (strncmp(line,"/dev/",5)) {
strncmp390init/main.cif (!strncmp(line,devnames[n],len)) {
strncmp399init/main.cif (!strncmp(line,"nfsroot=",8)) {
strncmp542net/netrom/nr_route.cif (first == NULL || strncmp(dev->name, first->name, 3) < 0)
strncmp42scripts/ksymoops.ccinline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); }
strncmp311scripts/tkparse.cif      (strncmp(pnt, "mainmenu_name", 13) == 0) 
strncmp316scripts/tkparse.celse if      (strncmp(pnt, "source", 6) == 0) 
strncmp323scripts/tkparse.celse if (strncmp(pnt, "mainmenu_option", 15) == 0) 
strncmp329scripts/tkparse.celse if      (strncmp(pnt, "$MAKE -C drivers/sound", 22) == 0) 
strncmp334scripts/tkparse.celse if (strncmp(pnt, "comment", 7) == 0) 
strncmp339scripts/tkparse.celse if (strncmp(pnt, "choice", 6) == 0) 
strncmp344scripts/tkparse.celse if (strncmp(pnt, "define_bool", 11) == 0) 
strncmp349scripts/tkparse.celse if (strncmp(pnt, "bool", 4) == 0) 
strncmp354scripts/tkparse.celse if (strncmp(pnt, "tristate", 8) == 0) 
strncmp359scripts/tkparse.celse if (strncmp(pnt, "dep_tristate", 12) == 0) 
strncmp364scripts/tkparse.celse if (strncmp(pnt, "int", 3) == 0) 
strncmp369scripts/tkparse.celse if (strncmp(pnt, "if", 2) == 0) 
strncmp374scripts/tkparse.celse if (strncmp(pnt, "else", 4) == 0) 
strncmp379scripts/tkparse.celse if (strncmp(pnt, "fi", 2) == 0) 
strncmp467scripts/tkparse.cif( strncmp(pnt, "next_comment", 12) == 0)