Searched refs:strncmp (Results 276 - 300 of 1397) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOEmitter.cpp266 strncmp(&LC.Data.segment_command_data.segname[0], "__LINKEDIT", 16)) {
277 if (0 == strncmp(&Sec.segname[0], "__DWARF", 16)) {
278 if (0 == strncmp(&Sec.sectname[0], "__debug_str", 16)) {
280 } else if (0 == strncmp(&Sec.sectname[0], "__debug_abbrev", 16)) {
282 } else if (0 == strncmp(&Sec.sectname[0], "__debug_aranges", 16)) {
284 } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubnames", 16)) {
287 } else if (0 == strncmp(&Sec.sectname[0], "__debug_pubtypes", 16)) {
290 } else if (0 == strncmp(&Sec.sectname[0], "__debug_info", 16)) {
292 } else if (0 == strncmp(&Sec.sectname[0], "__debug_line", 16)) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp78 INTERCEPT_LIBRARY_FUNCTION(strncmp); variable
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmemstat.c273 if (strncmp(buf, resource, l) == 0 && buf[l] == ':')
/freebsd-11-stable/contrib/unbound/util/
H A Dconfiglexer.lex84 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
139 if(cfg_parser->chroot && strncmp(filename, cfg_parser->chroot,
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh181 return !strncmp(a, b, (size_t) TCAP_LEN);
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dlib_trace.c156 if (!strncmp(fmt, Called, sizeof(Called) - 1)) {
159 } else if (!strncmp(fmt, Return, sizeof(Return) - 1)) {
/freebsd-11-stable/contrib/libreadline/
H A Dtilde.c149 if (strncmp (string + i, prefixes[j], strlen (prefixes[j])) == 0)
183 if (strncmp (string + i, suffixes[j], strlen (suffixes[j])) == 0)
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-script.c579 if (strncmp (p, "$arg", 4) == 0 && isdigit (p[4]))
722 if (p1 - p == 3 && !strncmp (p, "end", 3))
726 if (p1 - p == 4 && !strncmp (p, "else", 4))
731 if (p1 - p > 5 && !strncmp (p, "while", 5))
733 else if (p1 - p > 2 && !strncmp (p, "if", 2))
735 else if (p1 - p == 10 && !strncmp (p, "loop_break", 10))
745 else if (p1 - p == 13 && !strncmp (p, "loop_continue", 13))
1111 if (!strncmp (comname, HOOK_STRING, HOOK_LEN))
1116 else if (!strncmp (comname, HOOK_POST_STRING, HOOK_POST_LEN))
/freebsd-11-stable/contrib/gdb/gdb/
H A Djv-typeprint.c169 if (strncmp (TYPE_FIELD_NAME (type, i), "_vptr", 5) == 0
174 if (strncmp (TYPE_FIELD_NAME (type, i), "class", 5) == 0)
/freebsd-11-stable/contrib/ldns/
H A Dparse.c202 if (strncmp(fkeyword, keyword, LDNS_MAX_KEYWORDLEN - 1) == 0) {
419 if (strncmp(fkeyword, keyword, strlen(keyword)) == 0) {
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_lookup.c65 len == qp->q_len && strncmp(qp->q_name, s, qp->q_len) == 0);
134 strncmp(p, lp->ctl_prefix, (size_t)(q - p)) == 0) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dobj-aout.c201 if (strncmp (input_line_pointer, "object", 6) == 0)
203 else if (strncmp (input_line_pointer, "function", 8) == 0)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c1075 if (strncmp (res, _PATH_DEV, strlen(_PATH_DEV)) == 0)
1077 if (strncmp (res, "pty/", 4) == 0)
1079 if (strncmp (res, "ptym/", 5) == 0)
1094 if (strncmp (res, "pts/", 4) == 0)
1096 if (strncmp (res, "tty", 3) == 0)
1242 if(strncmp(*cpp, *p, strlen(*p)) == 0) {
1250 if(strncmp(*cpp, *p, strlen(*p)) == 0)
1505 if (strncmp(u->ut_line,
/freebsd-11-stable/contrib/opie/libopie/
H A Dbtoe.c2209 if ((j = strncmp(w, Wp[i], 4)) == 0)
2213 if (strncmp(w, Wp[high], 4) == 0)
H A Dgenerator.c282 if ((cmd[0] != 'S') || (cmd[1] != '+') || (cmd[2] != ' ') || (strtoul(&cmd[3], &c, 10) != algorithm) || (strtoul(c + 1, &c, 10) != sequence) || strncmp(++c, seed, i) || (*(c + i) != '\n')) {
322 if ((cmd[0] != 's') || (cmd[2] != ' ') || (strtoul(&cmd[3], &c, 10) != algorithm) || (strtoul(c + 1, &c, 10) != sequence) || strncmp(++c, seed, i)) {
/freebsd-11-stable/lib/libc/rpc/
H A Dnetnamer.c110 if (strncmp(netname, OPSYS, (val1-netname)))
206 if (strncmp(netname, OPSYS, (val - netname)))
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dfmemopen2_test.c199 ATF_REQUIRE(strncmp(str3, str, sizeof(str) - 1) == 0);
200 ATF_REQUIRE(strncmp(str3 + sizeof(str) - 1, str2, sizeof(str2)) == 0);
/freebsd-11-stable/sbin/dump/
H A Ditime.c148 if (strncmp(fname, ddp->dd_name, sizeof (ddp->dd_name)) != 0)
184 if (strncmp(fname, dtwalk->dd_name,
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dfile.c217 if (strncmp("-----BEGIN ", buf, 11) == 0) {
252 if (strncmp("-----END ", buf, 9) == 0) {
/freebsd-11-stable/sys/i386/acpica/
H A Dacpi_machdep.c181 if (strncmp(header->Signature, sig, ACPI_NAME_SIZE) != 0) {
219 if (strncmp(table->Signature, sig, ACPI_NAME_SIZE) != 0) {
/freebsd-11-stable/sys/geom/vinum/
H A Dgeom_vinum_subr.c887 if (!strncmp(v->name, name, GV_MAXVOLNAME))
901 if (!strncmp(p->name, name, GV_MAXPLEXNAME))
915 if (!strncmp(s->name, name, GV_MAXSDNAME))
929 if (!strncmp(d->name, name, GV_MAXDRIVENAME))
1011 if (!strncmp(v->name, name, GV_MAXVOLNAME))
1016 if (!strncmp(p->name, name, GV_MAXPLEXNAME))
1021 if (!strncmp(s->name, name, GV_MAXSDNAME))
1026 if (!strncmp(d->name, name, GV_MAXDRIVENAME))
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c100 if (!strncmp(mytty, _PATH_DEV, strlen(_PATH_DEV)))
116 if (!strncmp(argv[1], _PATH_DEV, strlen(_PATH_DEV)))
/freebsd-11-stable/usr.sbin/nvram/
H A Dnvram.c125 if (strncmp(conv.header.name, "common", 7) == 0)
197 if (strncmp(buf, var_name, name_len) == 0 && buf[name_len] == '=') {
/freebsd-11-stable/tools/test/netfibs/
H A Dreflect.c82 if (strncmp(buf, "START ", 6) != 0)
124 if (strncmp(buf, "DONE", 4) == 0)
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-dbus.c204 } else if (strncmp(dev, "dbus://", 7) == 0) {
310 strncmp(device, "dbus://", 7))

Completed in 306 milliseconds

<<11121314151617181920>>