tag | line | file | source code |
strncmp | 48 | arch/alpha/kernel/ksyms.c | X(strncmp), |
strncmp | 361 | arch/i386/kernel/traps.c | if (strncmp((char*)0x0FFFD9, "EISA", 4) == 0) |
strncmp | 112 | arch/sparc/prom/console.c | strncmp("display", propb, sizeof("display")) == 0) |
strncmp | 324 | drivers/block/hd.c | if (!strncmp(id->model, "QUANTUM", 7)) |
strncmp | 106 | drivers/block/ide_modes.h | if (strncmp(p->name, model, strlen(p->name)) == 0) |
strncmp | 188 | drivers/char/conmakehash.c | if (!strncmp(p, "idem", 4)) |
strncmp | 156 | drivers/net/net_init.c | if (dev->name && (strncmp(dev->name, "eth", 3) == 0)) { |
strncmp | 210 | drivers/net/znet.c | if (*p == 'N' && strncmp(p, "NETIDBLK", 8) == 0) |
strncmp | 3222 | drivers/scsi/53c7,8xx.c | if (!strncmp(input_buf, debugger_tokens[i].name, len)) |
strncmp | 2674 | drivers/scsi/BusLogic.c | if (strncmp(Strings, "TQ:", 3) == 0) |
strncmp | 2677 | drivers/scsi/BusLogic.c | if (strncmp(Strings, "Default", 7) == 0) |
strncmp | 2679 | drivers/scsi/BusLogic.c | else if (strncmp(Strings, "Enable", 6) == 0) |
strncmp | 2685 | drivers/scsi/BusLogic.c | else if (strncmp(Strings, "Disable", 7) == 0) |
strncmp | 2711 | drivers/scsi/BusLogic.c | if (strncmp(Strings, "ER:", 3) == 0) |
strncmp | 2714 | drivers/scsi/BusLogic.c | if (strncmp(Strings, "Default", 7) == 0) |
strncmp | 2716 | drivers/scsi/BusLogic.c | else if (strncmp(Strings, "HardReset", 9) == 0) |
strncmp | 2723 | drivers/scsi/BusLogic.c | else if (strncmp(Strings, "BusDeviceReset", 14) == 0) |
strncmp | 2730 | drivers/scsi/BusLogic.c | else if (strncmp(Strings, "None", 4) == 0) |
strncmp | 858 | drivers/scsi/aic7xxx.c | if (!strncmp(options[i].name, p, n)) |
strncmp | 965 | drivers/scsi/aic7xxx.c | if (!strncmp(version_info, "$Id: ", 5)) |
strncmp | 978 | drivers/scsi/aic7xxx.c | if (!strncmp(version_info, "$Revision: ", 11)) |
strncmp | 36 | drivers/scsi/eata_dma_proc.c | if (length >= 8 && strncmp(buffer, "eata_dma", 8) == 0) { |
strncmp | 39 | drivers/scsi/eata_dma_proc.c | if(length >= 8 && strncmp(buffer, "latency", 7) == 0) { |
strncmp | 44 | drivers/scsi/eata_dma_proc.c | if(length >=10 && strncmp(buffer, "nolatency", 9) == 0) { |
strncmp | 608 | drivers/scsi/scsi.c | if (!strncmp (scsi_result + 8, "TOSHIBA", 7) && |
strncmp | 609 | drivers/scsi/scsi.c | !strncmp (scsi_result + 16, "CD-ROM", 6) && |
strncmp | 615 | drivers/scsi/scsi.c | if (!strncmp (scsi_result + 8, "NEC", 3)) { |
strncmp | 616 | drivers/scsi/scsi.c | if (!strncmp (scsi_result + 16, "CD-ROM DRIVE:84 ", 16) || |
strncmp | 617 | drivers/scsi/scsi.c | !strncmp (scsi_result + 16, "CD-ROM DRIVE:25", 15)) |
strncmp | 622 | drivers/scsi/scsi.c | else if (!strncmp (scsi_result + 8, "TOSHIBA", 7)) |
strncmp | 624 | drivers/scsi/scsi.c | else if (!strncmp (scsi_result + 8, "SONY", 4)) |
strncmp | 626 | drivers/scsi/scsi.c | else if (!strncmp (scsi_result + 8, "PIONEER", 7)) |
strncmp | 2498 | drivers/scsi/scsi.c | if(!buffer || length < 25 || strncmp("scsi", buffer, 4)) |
strncmp | 2501 | drivers/scsi/scsi.c | if(!strncmp("singledevice", buffer + 5, 12)) { |
strncmp | 639 | drivers/scsi/scsi_debug.c | if (length >= 10 && strncmp(buffer, "scsi_debug", 10) == 0) { |
strncmp | 647 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "lockup", length) == 0 ) |
strncmp | 653 | drivers/scsi/scsi_debug.c | if( length == 6 && strncmp(buffer, "unlock", length) == 0 ) |
strncmp | 377 | fs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) { |
strncmp | 493 | fs/binfmt_elf.c | strncmp(&interp_elf_ex.e_ident[1], "ELF",3) != 0) |
strncmp | 748 | fs/binfmt_elf.c | strncmp(&elf_ex.e_ident[1], "ELF",3) != 0) |
strncmp | 66 | fs/fat/misc.c | if (!strncmp(extension,walk,3)) return 1; |
strncmp | 340 | fs/fat/misc.c | done = !strncmp(data[entry].name,name,MSDOS_NAME) && \ |
strncmp | 87 | fs/isofs/inode.c | if (strncmp(this_char,"norock",6) == 0) { |
strncmp | 91 | fs/isofs/inode.c | if (strncmp(this_char,"unhide",6) == 0) { |
strncmp | 95 | fs/isofs/inode.c | if (strncmp(this_char,"cruft",5) == 0) { |
strncmp | 268 | fs/isofs/inode.c | if (strncmp (hdp->id, HS_STANDARD_ID, sizeof hdp->id) == 0) { |
strncmp | 281 | fs/isofs/inode.c | if (strncmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) == 0) { |
strncmp | 143 | fs/msdos/namei.c | if (!strncmp(res,*reserved,8)) return -EINVAL; |
strncmp | 359 | fs/msdos/namei.c | if (!IS_FREE(de->name) && strncmp(de->name,MSDOS_DOT, |
strncmp | 360 | fs/msdos/namei.c | MSDOS_NAME) && strncmp(de->name,MSDOS_DOTDOT, |
strncmp | 534 | fs/msdos/namei.c | if (!strncmp(old_name,new_name,MSDOS_NAME)) goto set_hid; |
strncmp | 234 | fs/nfs/dir.c | && !strncmp(filename, entry->filename, NFS_MAXNAMLEN)) |
strncmp | 152 | fs/vfat/namei.c | if (!strncmp(name,*reserved,8)) return -EINVAL; |
strncmp | 210 | fs/vfat/namei.c | if (!strncmp(name,*reserved,8)) return -EINVAL; |
strncmp | 278 | fs/vfat/namei.c | if (!strncmp(res,*reserved,8)) return -EINVAL; |
strncmp | 1128 | fs/vfat/namei.c | if (!IS_FREE(de->name) && strncmp(de->name,MSDOS_DOT, |
strncmp | 1129 | fs/vfat/namei.c | MSDOS_NAME) && strncmp(de->name,MSDOS_DOTDOT, |
strncmp | 1358 | fs/vfat/namei.c | strncmp(old_name, new_name, old_len) == 0) |
strncmp | 27 | include/linux/string.h | extern int strncmp(const char *,const char *,size_t); |
strncmp | 331 | init/main.c | if (!strncmp(line,"ide",3) || (!strncmp(line,"hd",2) && line[2] != '=')) { |
strncmp | 338 | init/main.c | if (!strncmp(line,bootsetups[i].str,n)) { |
strncmp | 429 | init/main.c | if (!strncmp(line,"root=",5)) { |
strncmp | 432 | init/main.c | if (strncmp(line,"/dev/",5)) { |
strncmp | 440 | init/main.c | if (!strncmp(line,devnames[n],len)) { |
strncmp | 449 | init/main.c | if (!strncmp(line, "nfsroot=", 8)) { |
strncmp | 464 | init/main.c | if (!strncmp(line, "nfsaddrs=", 9)) { |
strncmp | 483 | init/main.c | if (!strncmp(line,"init=",5)) { |
strncmp | 1189 | net/ipv4/ip_fw.c | if (strncmp(ftmp->fw_vianame, frwl->fw_vianame, IFNAMSIZ)) |
strncmp | 1664 | net/ipv4/ip_fw.c | if ((fw->fw_vianame)[0] && !strncmp(devname, |
strncmp | 1671 | net/ipv4/ip_fw.c | if ((fw->fw_vianame)[0] && !strncmp(devname, |
strncmp | 543 | net/netrom/nr_route.c | if (first == NULL || strncmp(dev->name, first->name, 3) < 0) |
strncmp | 42 | scripts/ksymoops.cc | inline int strnequ(char const* x, char const* y, size_t n) { return (::strncmp(x, y, n) == 0); } |
strncmp | 311 | scripts/tkparse.c | if (strncmp(pnt, "mainmenu_name", 13) == 0) |
strncmp | 316 | scripts/tkparse.c | else if (strncmp(pnt, "source", 6) == 0) |
strncmp | 323 | scripts/tkparse.c | else if (strncmp(pnt, "mainmenu_option", 15) == 0) |
strncmp | 329 | scripts/tkparse.c | else if (strncmp(pnt, "$MAKE -C drivers/sound", 22) == 0) |
strncmp | 334 | scripts/tkparse.c | else if (strncmp(pnt, "comment", 7) == 0) |
strncmp | 339 | scripts/tkparse.c | else if (strncmp(pnt, "choice", 6) == 0) |
strncmp | 344 | scripts/tkparse.c | else if (strncmp(pnt, "define_bool", 11) == 0) |
strncmp | 349 | scripts/tkparse.c | else if (strncmp(pnt, "bool", 4) == 0) |
strncmp | 354 | scripts/tkparse.c | else if (strncmp(pnt, "tristate", 8) == 0) |
strncmp | 359 | scripts/tkparse.c | else if (strncmp(pnt, "dep_tristate", 12) == 0) |
strncmp | 364 | scripts/tkparse.c | else if (strncmp(pnt, "int", 3) == 0) |
strncmp | 369 | scripts/tkparse.c | else if (strncmp(pnt, "if", 2) == 0) |
strncmp | 374 | scripts/tkparse.c | else if (strncmp(pnt, "else", 4) == 0) |
strncmp | 379 | scripts/tkparse.c | else if (strncmp(pnt, "fi", 2) == 0) |
strncmp | 384 | scripts/tkparse.c | else if (strncmp(pnt, "endmenu", 7) == 0) |
strncmp | 472 | scripts/tkparse.c | if( strncmp(pnt, "next_comment", 12) == 0) |