Searched refs:strncmp (Results 1 - 25 of 85) sorted by relevance

1234

/seL4-refos-master/libs/libmuslc/src/string/
H A Dstrncmp.c3 int strncmp(const char *_l, const char *_r, size_t n) function
/seL4-refos-master/seL4_tools/elfloader-tool/include/
H A Dstrops.h13 int strncmp(const char *s1, const char *s2, size_t n);
/seL4-refos-master/tools/elfloader/include/
H A Dstrops.h13 int strncmp(const char *s1, const char *s2, size_t n);
/seL4-refos-master/libs/libmuslc/src/env/
H A Dgetenv.c10 for (i=0; __environ[i] && (strncmp(name, __environ[i], l)
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dgetsubopt.c16 if (strncmp(keys[i], s, l)) continue;
/seL4-refos-master/libs/libmuslc/src/network/
H A Dresolvconf.c40 if (!strncmp(line, "options", 7) && isspace(line[7])) {
61 if (!strncmp(line, "nameserver", 10) && isspace(line[10])) {
72 if ((strncmp(line, "domain", 6) && strncmp(line, "search", 6))
H A Dlookup_serv.c98 if (!strncmp(z, "/udp", 4)) {
104 if (!strncmp(z, "/tcp", 4)) {
/seL4-refos-master/kernel/src/arch/x86/machine/
H A Dcpu_identification.c146 if (strncmp(ci->vendor_string, X86_CPUID_VENDOR_STRING_INTEL,
151 } else if (strncmp(ci->vendor_string, X86_CPUID_VENDOR_STRING_AMD_LEGACY,
153 || strncmp(ci->vendor_string, X86_CPUID_VENDOR_STRING_AMD,
/seL4-refos-master/libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/
H A Dregions.h48 (strncmp(addr, ACPI_SIG_##TABLE, 4)==0)
/seL4-refos-master/projects/util_libs/libplatsupport/plat_include/pc99/platsupport/plat/acpi/
H A Dregions.h48 (strncmp(addr, ACPI_SIG_##TABLE, 4)==0)
/seL4-refos-master/projects/util_libs/libplatsupport/src/arch/arm/irqchip/
H A Dtegra.c43 if (strncmp(ARM_GIC_COMPAT_STRING, *compatible_str, compare_length)) {
/seL4-refos-master/libs/libplatsupport/src/arch/arm/irqchip/
H A Dtegra.c43 if (strncmp(ARM_GIC_COMPAT_STRING, *compatible_str, compare_length)) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c411 strncmp(t1->name, t0->name, NAMSZ) == 0 &&
413 !strncmp(t1->plrole, t0->plrole, ROLESZ) &&
486 strncmp(t1->name, t0->name, NAMSZ)
582 if (!strncmp("escaped", t1->death, 7)) {
584 !strncmp(" (", t1->death + 7, 2) ? t1->death + 7 + 2 : "",
590 } else if (!strncmp("ascended", t1->death, 8)) {
595 if (!strncmp(t1->death, "quit", 4)) {
598 } else if (!strncmp(t1->death, "died of st", 10)) {
601 } else if (!strncmp(t1->death, "choked", 6)) {
604 } else if (!strncmp(t
[all...]
H A Dobjnam.c574 if (!strncmp(bp, "poisoned ", 9) && obj->opoisoned) {
779 if (!strncmp(prefix, "a ", 2) &&
781 && (*(prefix+2) || (strncmp(bp, "uranium", 7)
782 && strncmp(bp, "unicorn", 7)
783 && strncmp(bp, "eucalyptus", 10)))) {
933 strncmp(str, "one-", 4) &&
934 strncmp(str, "useful", 6) &&
935 strncmp(str, "unicorn", 7) &&
936 strncmp(str, "uranium", 7) &&
937 strncmp(st
[all...]
H A Dquestpgr.c118 if (!strncmp(COMMON_ID, qt_classes[i], LEN_HDR))
120 else if (!strncmp(urole.filecode, qt_classes[i], LEN_HDR))
123 else if (!strncmp(urace.filecode, qt_classes[i], LEN_HDR))
H A Dpager.c329 if (!strncmp(dbase_str, "interior of ", 12))
331 if (!strncmp(dbase_str, "a ", 2))
333 else if (!strncmp(dbase_str, "an ", 3))
335 else if (!strncmp(dbase_str, "the ", 4))
337 if (!strncmp(dbase_str, "tame ", 5))
339 else if (!strncmp(dbase_str, "peaceful ", 9))
341 if (!strncmp(dbase_str, "invisible ", 10))
343 if (!strncmp(dbase_str, "statue of ", 10))
345 else if (!strncmp(dbase_str, "figurine of ", 12))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dtopten.c411 strncmp(t1->name, t0->name, NAMSZ) == 0 &&
413 !strncmp(t1->plrole, t0->plrole, ROLESZ) &&
486 strncmp(t1->name, t0->name, NAMSZ)
582 if (!strncmp("escaped", t1->death, 7)) {
584 !strncmp(" (", t1->death + 7, 2) ? t1->death + 7 + 2 : "",
590 } else if (!strncmp("ascended", t1->death, 8)) {
595 if (!strncmp(t1->death, "quit", 4)) {
598 } else if (!strncmp(t1->death, "died of st", 10)) {
601 } else if (!strncmp(t1->death, "choked", 6)) {
604 } else if (!strncmp(t
[all...]
H A Dobjnam.c574 if (!strncmp(bp, "poisoned ", 9) && obj->opoisoned) {
779 if (!strncmp(prefix, "a ", 2) &&
781 && (*(prefix+2) || (strncmp(bp, "uranium", 7)
782 && strncmp(bp, "unicorn", 7)
783 && strncmp(bp, "eucalyptus", 10)))) {
933 strncmp(str, "one-", 4) &&
934 strncmp(str, "useful", 6) &&
935 strncmp(str, "unicorn", 7) &&
936 strncmp(str, "uranium", 7) &&
937 strncmp(st
[all...]
H A Dquestpgr.c118 if (!strncmp(COMMON_ID, qt_classes[i], LEN_HDR))
120 else if (!strncmp(urole.filecode, qt_classes[i], LEN_HDR))
123 else if (!strncmp(urace.filecode, qt_classes[i], LEN_HDR))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c107 if (!strncmp(argv[1], "-d", 2) && argv[1][2] != 'e') {
130 if (!strncmp(argv[1], "-s", 2) && strncmp(argv[1], "-style", 6)) {
186 if(!*plname || !strncmp(plname, "player", 4)
187 || !strncmp(plname, "games", 4)) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A Dunixmain.c107 if (!strncmp(argv[1], "-d", 2) && argv[1][2] != 'e') {
130 if (!strncmp(argv[1], "-s", 2) && strncmp(argv[1], "-style", 6)) {
186 if(!*plname || !strncmp(plname, "player", 4)
187 || !strncmp(plname, "games", 4)) {
/seL4-refos-master/projects/refos/impl/apps/test_os/src/
H A Dtest_fileserv.c95 int scmp = strncmp((char*) tempWindowVaddr, "lo world!", 9);
119 scmp = strncmp((char*) tempWindowVaddrAnon, "lo world!", 9);
/seL4-refos-master/apps/test_os/src/
H A Dtest_fileserv.c95 int scmp = strncmp((char*) tempWindowVaddr, "lo world!", 9);
119 scmp = strncmp((char*) tempWindowVaddrAnon, "lo world!", 9);
/seL4-refos-master/libs/libmuslc/include/
H A Dstring.h38 int strncmp (const char *, const char *, size_t);
/seL4-refos-master/libs/libmuslc/src/locale/
H A Ddcngettext.c200 while (r && strncmp(r, "Plural-Forms:", 13)) {
207 if (!strncmp(r, "nplurals=", 9)) {
215 if (!strncmp(r, "plural=", 7))

Completed in 235 milliseconds

1234