Searched refs:strncmp (Results 51 - 75 of 1355) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gdb/gdb/
H A Dkod-cisco.c154 if (! strncmp (&command[3], "a500005a", 8))
178 if (strncmp (buffer, "KAL,", 4))
277 if (strncmp (buffer, "KAI,", 4))
284 if (strncmp (&buffer[off], sync_ids[i], 8)
H A Dnbsd-tdep.c108 && strncmp (func_name, "__sigtramp", 10) == 0);
/freebsd-11.0-release/contrib/libreadline/examples/
H A Drl-fgets.c297 if ( ! strncmp ( name, text, len ) ) {
347 if ( ! strncmp(my_fgets_line, "_fgets_reset_", 13) ) {
353 if ( ! strncmp(my_fgets_line, "_fgets_dump_", 12) ) {
359 if ( ! strncmp(my_fgets_line, "_fgets_debug_", 13) ) {
/freebsd-11.0-release/contrib/libreadline/
H A Dhistlib.h34 : ((a)[0] == (b)[0]) && (strncmp ((a), (b), (n)) == 0))
/freebsd-11.0-release/contrib/binutils/gas/
H A Dlisting.c306 if (strncmp (segname, ".debug", sizeof ".debug" - 1) == 0
307 || strncmp (segname, ".line", sizeof ".line" - 1) == 0)
410 if (strncmp (segname, ".debug", sizeof ".debug" - 1) == 0
411 || strncmp (segname, ".line", sizeof ".line" - 1) == 0)
907 if (strncmp (line, "def", 3) == 0)
909 if (strncmp (line, "val", 3) == 0)
911 if (strncmp (line, "scl", 3) == 0)
913 if (strncmp (line, "line", 4) == 0)
915 if (strncmp (line, "endef", 5) == 0)
917 if (strncmp (lin
[all...]
/freebsd-11.0-release/sys/dev/acpica/
H A Dacpi_quirk.c106 return (strncmp(actual, possible, strlen(possible)) == 0);
161 if (!strncmp(match->sig, "FADT", ACPI_NAME_SIZE))
163 else if (!strncmp(match->sig, ACPI_SIG_DSDT, ACPI_NAME_SIZE))
165 else if (!strncmp(match->sig, ACPI_SIG_XSDT, ACPI_NAME_SIZE))
/freebsd-11.0-release/sys/geom/label/
H A Dg_label_gpt.c114 if (strncmp(pp->geom->class->name, PART_CLASS_NAME, sizeof(PART_CLASS_NAME)))
117 if (strncmp(tp->gpt_scheme->name, SCHEME_NAME, sizeof(SCHEME_NAME)))
147 if (strncmp(pp->geom->class->name, PART_CLASS_NAME, sizeof(PART_CLASS_NAME)))
150 if (strncmp(tp->gpt_scheme->name, SCHEME_NAME, sizeof(SCHEME_NAME)))
H A Dg_label_msdosfs.c96 if (strncmp(pfat_bsbpb->BS_FilSysType, "FAT", 3) != 0) {
106 if (strncmp(pfat_bsbpb->BS_VolLab, LABEL_NO_NAME,
122 if (strncmp(pfat32_bsbpb->BS_FilSysType, "FAT", 3) != 0) {
133 if (strncmp(pfat32_bsbpb->BS_VolLab, LABEL_NO_NAME,
/freebsd-11.0-release/lib/libutil/
H A Dkld.c56 strncmp(fstat.name, name, ko - fstat.name) == 0)
/freebsd-11.0-release/release/picobsd/tinyware/help/
H A Dhelp.c95 if (strncmp(aname, ARMAG, SARMAG)) return 1;
99 if (strncmp(ar.ar_fmag, ARFMAG, 2)) return 1;
106 if (!strncmp(ar.ar_name, aname, strlen(aname))) break;
135 if (strncmp(ar.ar_fmag, ARFMAG, 2)) break;
/freebsd-11.0-release/sys/boot/common/
H A Dutil.h45 int strncmp(const char *s1, const char *s2, size_t len);
/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Doption-value-type.c47 // %compare-strncmp
132 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
H A Doption-xat-attribute.c47 // %compare-strncmp
124 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
/freebsd-11.0-release/contrib/sendmail/libsm/
H A Dconfig.c68 if (strncmp(str, *current, matchlen) == 0)
160 if (strncmp(name, *pp, len) == 0 &&
/freebsd-11.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstring.h64 #undef strncmp macro
89 using ::strncmp;
/freebsd-11.0-release/contrib/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp104 if (strncmp(pos, kDataCmd, strlen(kDataCmd)) == 0) {
107 } else if (strncmp(pos, kCodeCmd, strlen(kCodeCmd)) == 0) {
/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dsave_file.c41 if (!strncmp(strings[0], "raw://", 6)) {
45 } else if (!strncmp(strings[0], "file://", 7)) {
/freebsd-11.0-release/sys/dev/uart/
H A Duart_subr.c80 if (strncmp(nm, *p, len) == 0) {
97 if (!strncmp(*p, "even", 4)) {
101 if (!strncmp(*p, "mark", 4)) {
105 if (!strncmp(*p, "none", 4)) {
109 if (!strncmp(*p, "odd", 3)) {
113 if (!strncmp(*p, "space", 5)) {
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_arbiter.c286 if (!strncmp(tbuf, "TQ", 2)) {
291 } else if (!strncmp(tbuf, "SR", 2)) {
300 } else if (!strncmp(tbuf, "LA", 2)) {
305 } else if (!strncmp(tbuf, "LO", 2)) {
311 } else if (!strncmp(tbuf, "LH", 2)) {
317 } else if (!strncmp(tbuf, "DB", 2)) {
/freebsd-11.0-release/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.c202 if (!strncmp(*argv, "min=", 4)) {
205 if (!strncmp(p, "disabled", 8)) {
219 if (!strncmp(*argv, "max=", 4)) {
224 if (!strncmp(*argv, "passphrase=", 11)) {
229 if (!strncmp(*argv, "match=", 6)) {
234 if (!strncmp(*argv, "similar=", 8)) {
243 if (!strncmp(*argv, "random=", 7)) {
252 if (!strncmp(*argv, "enforce=", 8)) {
267 if (!strncmp(*argv, "retry=", 6)) {
272 if (!strncmp(*arg
[all...]
/freebsd-11.0-release/lib/libc/resolv/
H A Dres_init.c321 (!strncmp(line, name, sizeof(name) - 1) && \
612 if (!strncmp(cp, "ndots:", sizeof("ndots:") - 1)) {
622 } else if (!strncmp(cp, "timeout:", sizeof("timeout:") - 1)) {
633 } else if (!strncmp(cp, "retrans:", sizeof("retrans:") - 1)) {
640 } else if (!strncmp(cp, "retry:", sizeof("retry:") - 1)){
648 } else if (!strncmp(cp, "attempts:", sizeof("attempts:") - 1)){
658 } else if (!strncmp(cp, "debug", sizeof("debug") - 1)) {
667 } else if (!strncmp(cp, "no_tld_query",
669 !strncmp(cp, "no-tld-query",
672 } else if (!strncmp(c
[all...]
/freebsd-11.0-release/contrib/gcc/config/
H A Ddarwin.c236 || (strncmp (name, "_OBJC_", 6) == 0));
1176 !strncmp (IDENTIFIER_POINTER (DECL_NAME (exp)), "_OBJC_", 6))
1180 if (!strncmp (name, "_OBJC_CLASS_METHODS_", 20))
1182 else if (!strncmp (name, "_OBJC_INSTANCE_METHODS_", 23))
1184 else if (!strncmp (name, "_OBJC_CATEGORY_CLASS_METHODS_", 20))
1186 else if (!strncmp (name, "_OBJC_CATEGORY_INSTANCE_METHODS_", 23))
1188 else if (!strncmp (name, "_OBJC_CLASS_VARIABLES_", 22))
1190 else if (!strncmp (name, "_OBJC_INSTANCE_VARIABLES_", 25))
1192 else if (!strncmp (name, "_OBJC_CLASS_PROTOCOLS_", 22))
1194 else if (!strncmp (nam
[all...]
/freebsd-11.0-release/contrib/telnet/telnet/
H A Dmain.c139 rlogin = (strncmp(prompt, "rlog", 4) == 0) ? '~' : _POSIX_VDISABLE;
331 if (!strncmp("in", optarg, 2))
333 else if (!strncmp("out", optarg, 3))
/freebsd-11.0-release/contrib/top/
H A Dutils.c31 if (strncmp(str, "infinity", len) == 0 ||
32 strncmp(str, "all", len) == 0 ||
33 strncmp(str, "maximum", len) == 0)
/freebsd-11.0-release/libexec/rtld-aout/
H A Dshlib.c277 strncmp(dp->d_name, "lib", 3) != 0 ||
278 strncmp(dp->d_name + 3, name, namelen) != 0 ||
284 if(strncmp(extension, "so.", 3) == 0) {

Completed in 458 milliseconds

1234567891011>>