Searched refs:strncmp (Results 251 - 275 of 956) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dtables.c188 if (strncmp(id, ACPI_SIG_MADT, 4) == 0)
248 if (strncmp(id, ACPI_SIG_MADT, 4) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m32r/kernel/
H A Dprocess.c141 if (!strncmp(str, "poll", 4)) {
144 } else if (!strncmp(str, "sleep", 4)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsim710.c72 if(!strncmp(pos, "slot:", 5))
74 else if(!strncmp(pos, "id:", 3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_early.c143 if (!strncmp(options, "mmio,", 5)) {
153 } else if (!strncmp(options, "io,", 3)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Dget_header_tar.c99 if (strncmp(tar.magic, "ustar", 5) != 0) {
262 if (!strncmp(file_header->name, "/../"+1, 3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dread.c120 if (!strncmp(p, "<device", 7)) {
139 if (!strncmp(*cp, "</device>", 9)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dismounted.c211 if (strncmp(_PATH_DEV, s1, len) == 0)
217 if (strncmp(_PATH_DEV, s2, len) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/power/
H A Dmain.c297 if (len == 4 && !strncmp(buf, "disk", len)) {
303 if (*s && len == strlen(*s) && !strncmp(buf, *s, len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsetup.c531 alpha_using_srm = strncmp((const char *)hwrpb->ssn, "MILO", 4) != 0;
559 if (strncmp(p, "alpha_mv=", 9) == 0) {
563 if (strncmp(p, "cycle=", 6) == 0) {
567 if (strncmp(p, "mem=", 4) == 0) {
571 if (strncmp(p, "srmcons", 7) == 0) {
575 if (strncmp(p, "console=srm", 11) == 0) {
579 if (strncmp(p, "gartsize=", 9) == 0) {
585 if (strncmp(p, "verbose_mcheck=", 15) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Drelocatable.c182 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
442 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Drelocatable.c182 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
442 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dutils.c77 if (*s == *p && strncmp(s+1, p+1, plen-1) == 0)
265 if( strncmp(path, str_buf, strlen(str_buf)) == 0 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dcommoncap.c196 if (!strncmp(name, XATTR_SECURITY_PREFIX,
205 if (!strncmp(name, XATTR_SECURITY_PREFIX,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_realm.c70 id = strtoul(cur, &nxt, strncmp(cur, "0x", 2) ? 10 : 16);
129 if (!strncmp(name, cur->name, cur->len + 1))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables-restore.c386 if (!strncmp(param_buffer, "-t", 3)
387 || !strncmp(param_buffer, "--table", 8)) {
H A Diptables-restore.c389 if (!strncmp(param_buffer, "-t", 3)
390 || !strncmp(param_buffer, "--table", 8)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsort.c137 if(path[0] == '/' || strncmp(path, "./", 2) == 0 || strncmp(path, "../", 3) == 0 || mkisofs_style == 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_utils.c93 if (strncmp(loop_name->name, key, strlen(key)) == 0) {
121 if (strncmp(name_loop->name, key, keylen) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Drelocatable.c184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
423 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/libcharset/lib/
H A Drelocatable.c184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
444 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Drelocatable.c184 if (strncmp (orig_installprefix, orig_installdir, strlen (orig_installprefix))
444 && strncmp (pathname, orig_prefix, orig_prefix_len) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dasn1_gen.c357 if (!strncmp(vstart, "ASCII", 5))
359 else if (!strncmp(vstart, "UTF8", 4))
361 else if (!strncmp(vstart, "HEX", 3))
363 else if (!strncmp(vstart, "BITLIST", 3))
617 if ((len == tntmp->len) && !strncmp(tntmp->strnam, tagstr, len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c521 if (strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1)) {
607 if (!strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1))
609 if (!strncmp(names[cnt],
611 strncmp(names[cnt],
619 !strncmp(names[cnt], "DB_CONFIG", sizeof("DB_CONFIG")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_hotbackup/
H A Ddb_hotbackup.c506 if (strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1)) {
592 if (!strncmp(names[cnt], LFPREFIX, sizeof(LFPREFIX) - 1))
594 if (!strncmp(names[cnt],
596 strncmp(names[cnt],
604 !strncmp(names[cnt], "DB_CONFIG", sizeof("DB_CONFIG")))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c580 if( strncmp(class, "item", 4) == 0 )
673 if( strncmp(id, MUSIC_PLIST_ID, strlen(MUSIC_PLIST_ID)) == 0 ) {
766 if( !dlna_pn || !strncmp(dlna_pn, "JPEG_L", 6) || !strncmp(dlna_pn, "JPEG_M", 6) ) {
782 else if( strncmp(class, "container", 9) == 0 )
966 if( strncmp(ObjectId, MUSIC_PLIST_ID, strlen(MUSIC_PLIST_ID)) == 0 )
1106 ((strncmp(ContainerID, "1$5", 3) == 0) ||
1107 (strncmp(ContainerID, "1$6", 3) == 0) ||
1108 (strncmp(ContainerID, "1$7", 3) == 0)) )
1354 if(strncmp(
[all...]

Completed in 466 milliseconds

<<11121314151617181920>>