Searched refs:strncmp (Results 401 - 425 of 1355) sorted by relevance

<<11121314151617181920>>

/freebsd-11.0-release/usr.bin/lastcomm/
H A Dlastcomm.c247 if (!strncmp(acp->ac_comm, *argv, AC_COMM_LEN))
/freebsd-11.0-release/usr.bin/tip/libacu/
H A Dbiz31.c249 if (strncmp(buf, "p >\r\n\r\n>", 8))
/freebsd-11.0-release/usr.sbin/acpi/acpidump/
H A Dacpi_user.c217 if (strncmp(dp, ACPI_SIG_DSDT, 4) != 0 ||
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dps3_syscons.c113 if (strncmp(compatible, "sony,ps3", sizeof(compatible)) != 0)
/freebsd-11.0-release/sys/powerpc/psim/
H A Data_iobus.c104 if (strncmp(type, "ata", 3) != 0)
/freebsd-11.0-release/usr.sbin/cpucontrol/
H A Damd.c68 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0)
H A Dvia.c69 if (strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) != 0)
/freebsd-11.0-release/usr.sbin/mpsutil/
H A Dmpsutil.c66 if (strncmp((*cmd)->set, "top", 3) == 0)
/freebsd-11.0-release/usr.sbin/uathload/
H A Duathload.c93 if (bn == NULL || strncmp(bn, "ugen", 4))
/freebsd-11.0-release/contrib/mdocml/
H A Dmandocdb.c696 strncmp(fsec, dsec, strlen(dsec))) ||
748 if ( ! strncmp(cp, "man", 3)) {
751 } else if ( ! strncmp(cp, "cat", 3)) {
814 if (0 == strncmp(file, "./", 2))
899 if (0 == strncmp(start, "man", 3)) {
902 } else if (0 == strncmp(start, "cat", 3)) {
1550 if (0 == strncmp(start, "-", 1))
1552 else if (0 == strncmp(start, "\\-\\-", 4))
1554 else if (0 == strncmp(start, "\\-", 2))
1556 else if (0 == strncmp(star
[all...]
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc_check.c220 if (*p == needle[i] && !strncmp(p, &needle[i], j)) {
306 if (oldpass && !strncmp(oldpass, newpass, 8))
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dparse.c208 if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) {
459 if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) {
/freebsd-11.0-release/crypto/openssl/crypto/
H A Dsparcv9cap.c137 !strncmp(name, "SUNW,UltraSPARC-I", 17)) {
147 else if (!strncmp(name, "SUNW,UltraSPARC", 15)) {
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fopen.c232 ATF_REQUIRE(strncmp(buf, "garbagegarbage", 14) == 0);
416 ATF_REQUIRE(strncmp(buf, "garbagegarbage", 14) == 0);
/freebsd-11.0-release/contrib/gcc/
H A Dc-aux-info.c78 if (!strncmp (p, "volatile ", 9))
83 if (!strncmp (p, "const ", 6))
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgcore.c295 if (strncmp (bfd_section_name (obfd, osec), "load", 4) == 0)
456 if (strncmp ("load", bfd_section_name (obfd, osec), 4) != 0)
/freebsd-11.0-release/contrib/atf/atf-c/
H A Dutils.c437 strncmp(expout, save_prefix, save_prefix_length) == 0) {
446 strncmp(experr, save_prefix, save_prefix_length) == 0) {
/freebsd-11.0-release/sys/dev/ofw/
H A Dofw_fdt.c421 if (strncmp(model, fdt_fixup_table[i].model,
447 if (strncmp("perform-fixup", cmd, 13) != 0)
/freebsd-11.0-release/sys/geom/
H A Dgeom_redboot.c255 if (strncmp(pp->name, "cfi", 3) &&
256 strncmp(pp->name, "flash/spi", 9))
/freebsd-11.0-release/lib/libcrypt/
H A Dcrypt-sha256.c83 if (strncmp(sha256_salt_prefix, salt, sizeof(sha256_salt_prefix) - 1) == 0)
87 if (strncmp(salt, sha256_rounds_prefix, sizeof(sha256_rounds_prefix) - 1)
H A Dcrypt-sha512.c83 if (strncmp(sha512_salt_prefix, salt, sizeof(sha512_salt_prefix) - 1) == 0)
87 if (strncmp(salt, sha512_rounds_prefix, sizeof(sha512_rounds_prefix) - 1)
/freebsd-11.0-release/sbin/dump/
H A Doptr.c393 if (strncmp(lastname, dtwalk->dd_name,
425 diff = strncmp(d1->dd_name, d2->dd_name, sizeof(d1->dd_name));
/freebsd-11.0-release/sys/boot/i386/libi386/
H A Dsmbios.c109 if (strncmp(cp, SMBIOS_SIG, 4) == 0 &&
111 strncmp(cp + 0x10, SMBIOS_DMI_SIG, 5) == 0 &&
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.c385 if (strncmp(argv, "break=", 6) == 0)
387 else if (strncmp(argv, "debug=", 6) == 0)
/freebsd-11.0-release/usr.sbin/autofs/
H A Dautomountd.c108 if (strncmp(pair, option, strlen(option)) == 0) {
193 if (strncmp(adr->adr_from, "map ", 4) != 0) {

Completed in 472 milliseconds

<<11121314151617181920>>