Searched refs:strncmp (Results 176 - 200 of 1397) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/geom/label/
H A Dg_label_reiserfs.c66 if (strncmp(fs->s_magic, REISERFS_SUPER_MAGIC,
/freebsd-11-stable/contrib/netbsd-tests/rump/rumpkern/
H A Dt_kern.c80 if (strncmp(buf, expect, strlen(expect)) != 0)
/freebsd-11-stable/crypto/openssh/
H A Daudit.c56 else if (strncmp(method, "keyboard-interactive", 20) == 0 ||
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_open_memstream.c67 ATF_CHECK(strncmp(buf, start, sizeof(start)-1) == 0);
/freebsd-11-stable/contrib/ntp/libntp/
H A Daudio.c191 if (!strncmp(cc, "IDEV", 4) &&
195 } else if (!strncmp(cc, "CDEV", 4) &&
199 } else if (!strncmp(cc, "AGC", 3) &&
203 } else if (!strncmp(cc, "MONITOR", 7) &&
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosacpi.c133 if (!strncmp(rsdp->Signature, ACPI_SIG_RSDP, strlen(ACPI_SIG_RSDP))) {
H A Dbootinfo64.c159 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 &&
160 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 &&
161 strncmp(cpu_vendor, CENTAUR_VENDOR_ID, 12) != 0)
/freebsd-11-stable/stand/i386/loader/
H A Dchain.c86 } else if (strncmp(argv[1], "disk", 4) != 0) {
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_set_option.c77 if (strncmp(cur->optv[i], option, len) == 0 &&
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_irc_pxy.c112 if (strncmp(s, "PRIVMSG ", 8))
140 if (strncmp(s, "\001DCC ", 4))
151 if (!strncmp(ipf_p_irc_dcctypes[j], s, k))
217 if (strncmp(s, "\001\r\n", 3))
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dtrim_sgr0.c112 if (len_s > len_a && !strncmp(attr, s, len_a)) {
152 result = (strncmp(a, b, len_b) == 0);
154 result = (strncmp(a, b, len_a) == 0);
/freebsd-11-stable/contrib/gcc/cp/
H A Dg++spec.c150 else if (strncmp (argv[i], "-x", 2) == 0)
175 else if (strncmp (argv[i], "-Wl,", 4) == 0)
178 else if (strncmp (argv[i], "-l", 2) == 0)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-v2-abi.c47 || strncmp (name, "__dt__", 6) == 0)
58 || strncmp (name, "__ct__", 6) == 0)
78 return strncmp (name, "operator", 8) == 0;
H A Dgnu-v3-abi.c36 return strncmp (name, "_ZTV", 4) == 0;
42 return strncmp (name, "operator", 8) == 0;
247 || strncmp (vtable_symbol_name, "vtable for ", 11))
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c165 if (strncmp(s, "pts/", 4) == 0)
250 (strncmp(line, "From:", 5) &&
251 strncmp(line, "Subject:", 8)))
/freebsd-11-stable/sys/netinet/cc/
H A Dcc.c113 if (strncmp(default_cc, funcs->name, sizeof(default_cc)))
190 if (strncmp(CC_DEFAULT()->name, remove_cc->name,
264 if (funcs == add_cc || strncmp(funcs->name, add_cc->name,
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif.c192 if (strncmp(id, "disk", 4) == 0)
194 else if (strncmp(id, "bcd", 3) == 0)
196 else if (strncmp(id, "syscall_proxy", 13) == 0)
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c120 if (strncmp(val->value, "hex:", 4) == 0) {
152 } else if (strncmp(val->value, "file:", 5) == 0) {
184 } else if (strncmp(val->value, "text:", 5) == 0) {
/freebsd-11-stable/usr.bin/rwho/
H A Drwho.c142 if (dp->d_ino == 0 || strncmp(dp->d_name, "whod.", 5) != 0)
238 rc = strncmp(MYUTMP(u1)->myutmp.out_name, MYUTMP(u2)->myutmp.out_name,
245 return (strncmp(MYUTMP(u1)->myutmp.out_line,
/freebsd-11-stable/usr.sbin/rtadvd/
H A Dadvcap.c308 if (strncmp(bp, id, strlen(id)) != 0)
341 if (strncmp(bp, id, strlen(id)) == 0) {
368 if (strncmp(bp, id, strlen(id)) != 0)
/freebsd-11-stable/contrib/bmake/
H A Dfor.c168 if (ptr[0] == 'e' && strncmp(ptr+1, "ndfor", 5) == 0) {
295 if (strncmp(ptr, "endfor", 6) == 0 &&
301 } else if (strncmp(ptr, "for", 3) == 0 &&
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo64.c154 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 &&
155 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 &&
156 strncmp(cpu_vendor, CENTAUR_VENDOR_ID, 12) != 0)
/freebsd-11-stable/lib/libc/gen/
H A Dgetttyent.c61 if (strncmp(tty, "/dev/", 5) == 0)
153 #define scmp(e) !strncmp(p, e, sizeof(e) - 1) && isspace((unsigned char)p[sizeof(e) - 1])
154 #define vcmp(e) !strncmp(p, e, sizeof(e) - 1) && p[sizeof(e) - 1] == '='
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-elf.c307 if (strncmp (input_line_pointer, "bss\"", 4) == 0)
309 else if (strncmp (input_line_pointer, "data\"", 5) == 0)
787 if (len == 5 && strncmp (str, "write", 5) == 0)
789 if (len == 5 && strncmp (str, "alloc", 5) == 0)
791 if (len == 9 && strncmp (str, "execinstr", 9) == 0)
793 if (len == 3 && strncmp (str, "tls", 3) == 0)
811 if (len == 8 && strncmp (str, "progbits", 8) == 0)
813 if (len == 6 && strncmp (str, "nobits", 6) == 0)
815 if (len == 4 && strncmp (str, "note", 4) == 0)
817 if (len == 10 && strncmp (st
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgcc.c1265 if (!strncmp (argv[i], option_map[j].name, complen))
1274 && !strncmp (argv[i], option_map[k].name, arglen))
1756 if (in_sep && *p == '-' && strncmp (p, "-lgcc", 5) == 0)
1783 else if (in_sep && *p == 'l' && strncmp (p, "libgcc.a%s", 10) == 0)
2083 if (!strncmp (p1, "%include", sizeof ("%include") - 1)
2102 else if (!strncmp (p1, "%include_noerr", sizeof "%include_noerr" - 1)
2124 else if (!strncmp (p1, "%rename", sizeof "%rename" - 1)
3456 && strncmp (temp + 1, "lib", 3) == 0
3458 && strncmp (temp + 5, "gcc", 3) == 0)
3691 else if (! strncmp (arg
[all...]

Completed in 249 milliseconds

1234567891011>>