Searched refs:strcmp (Results 101 - 125 of 157) sorted by relevance

1234567

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c464 if ( ! strcmp ( windowprocs . name , "mac" ) ) {
H A Dbones.c411 if (strcmp(bonesid, oldbonesid) != 0) {
H A Ddungeon.c207 if (!strcmp(dungeons[i].dname, s)) return i;
234 if (!strcmp(pd->tmpbranch[i].name, s)) break;
270 for (pdnum = 0; strcmp(pd->tmpdungeon[pdnum].name, s); pdnum++)
941 if(!strcmp(dungeons[i].dname, "The Quest") && noquest) continue;
H A Dmail.c575 if (!strcmpi(cmd, "SPAWN") || !strcmp(cmd, "!"))
H A Do_init.c241 if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "snow boots"))
H A Dpline.c63 if (no_repeat && !strcmp(line, toplines))
H A Dshknam.c324 if (strcmp(ESHK(mtmp)->shknam, shname)) continue;
H A Dpager.c636 !(strcmp(x_str, "air") == 0 || /* 1=>"an" */
637 strcmp(x_str, "water") == 0); /* 0=>(none)*/
H A Dmondata.c208 !strcmp(s, "visored helmet"))
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c80 if (tm && strcmp(tm, term) == 0)
/seL4-refos-master/apps/file_server/src/dispatchers/
H A Dcpio_dspace.c84 if (!strcmp(rpc_name, _ramfs_filename[i])) {
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dsystem.h416 E int FDECL(strcmp, (const char *,const char *));
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dallmain.c464 if ( ! strcmp ( windowprocs . name , "mac" ) ) {
H A Dbones.c411 if (strcmp(bonesid, oldbonesid) != 0) {
H A Ddungeon.c207 if (!strcmp(dungeons[i].dname, s)) return i;
234 if (!strcmp(pd->tmpbranch[i].name, s)) break;
270 for (pdnum = 0; strcmp(pd->tmpdungeon[pdnum].name, s); pdnum++)
941 if(!strcmp(dungeons[i].dname, "The Quest") && noquest) continue;
H A Dmail.c575 if (!strcmpi(cmd, "SPAWN") || !strcmp(cmd, "!"))
H A Do_init.c241 if ((s = OBJ_DESCR(objects[i])) != 0 && !strcmp(s, "snow boots"))
H A Dpline.c63 if (no_repeat && !strcmp(line, toplines))
H A Dshknam.c324 if (strcmp(ESHK(mtmp)->shknam, shname)) continue;
H A Dpager.c636 !(strcmp(x_str, "air") == 0 || /* 1=>"an" */
637 strcmp(x_str, "water") == 0); /* 0=>(none)*/
H A Dmondata.c208 !strcmp(s, "visored helmet"))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/share/
H A Dtclib.c80 if (tm && strcmp(tm, term) == 0)
/seL4-refos-master/libs/libelf/src/
H A Delf.c260 if (strcmp(str, elf_getSectionName(elfFile, i)) == 0) {
/seL4-refos-master/projects/util_libs/libelf/src/
H A Delf.c260 if (strcmp(str, elf_getSectionName(elfFile, i)) == 0) {
/seL4-refos-master/projects/refos/impl/apps/process_server/src/system/process/
H A Dprocess.c329 if (!strcmp(name, "selfloader")) {

Completed in 185 milliseconds

1234567