Searched refs:strcmpi (Results 1 - 25 of 34) sorted by relevance

12

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dtosconf.h51 /* actually, only more recent GNU C libraries have strcmpi
56 #undef strcmpi macro
57 extern int FDECL(strcmpi,(const char *, const char *));
H A Dglobal.h66 # define strcmpi(a,b) strncmpi((a),(b),-1) macro
H A Dwceconf.h116 #define strcmpi(a,b) _stricmp(a,b) macro
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dtosconf.h51 /* actually, only more recent GNU C libraries have strcmpi
56 #undef strcmpi macro
57 extern int FDECL(strcmpi,(const char *, const char *));
H A Dglobal.h66 # define strcmpi(a,b) strncmpi((a),(b),-1) macro
H A Dwceconf.h116 #define strcmpi(a,b) _stricmp(a,b) macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c131 if (!strcmpi(OBJ_NAME(objects[i]), nm))
133 if (!strcmpi(OBJ_DESCR(objects[i]), nm)) {
H A Dwindows.c102 if (!strcmpi(s, winchoices[i].procs->name)) {
H A Dmondata.c433 else if (slen > 3 && !strcmpi(term-3, "ies") &&
434 (slen < 7 || strcmpi(term-7, "zombies")))
437 else if (slen > 3 && !strcmpi(term-3, "ves"))
495 !strcmpi(&str[m_i_len], "s") ||
497 !strcmpi(&str[m_i_len], "'") ||
499 !strcmpi(&str[m_i_len], "'s") ||
501 !strcmpi(&str[m_i_len], "es") ||
H A Dobjnam.c1151 if (!strcmpi(subj, "they") || !strcmpi(subj, "you"))
1271 /* Note: cannot use strcmpi here -- it'd give MATZot, CAVEMeN,... */
1526 #define BSTRCMPI(base,ptr,string) ((ptr) < base || strcmpi((ptr),string))
1696 if (!strcmpi(u_str, "aluminium"))
1808 if (!strcmpi(bp, "nothing") || !strcmpi(bp, "nil") ||
1809 !strcmpi(bp, "none")) return no_wish;
1903 if (!strcmpi(p, "lit)")) {
1957 if(!strcmpi(b
[all...]
H A Drole.c548 if (!strcmpi(str, roles[i].filecode))
613 if (!strcmpi(str, races[i].filecode))
680 if (!strcmpi(str, genders[i].filecode))
746 if (!strcmpi(str, aligns[i].filecode))
H A Dvault.c276 if (!strcmpi(buf, "Croesus") || !strcmpi(buf, "Kroisos")
278 || !strcmpi(buf, "Creosote")
H A Ddungeon.c220 if (!strcmpi(s, curr->proto)) break;
243 if (!strcmpi(dnam, s) ||
244 (!strncmpi(dnam, "The ", 4) && !strcmpi(dnam + 4, s)))
1488 if (!strcmpi(nam, "gehennom") || !strcmpi(nam, "hell")) {
H A Dhacklib.c154 if(!strcmpi(buf, "it"))
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dwrite.c131 if (!strcmpi(OBJ_NAME(objects[i]), nm))
133 if (!strcmpi(OBJ_DESCR(objects[i]), nm)) {
H A Dwindows.c102 if (!strcmpi(s, winchoices[i].procs->name)) {
H A Dmondata.c433 else if (slen > 3 && !strcmpi(term-3, "ies") &&
434 (slen < 7 || strcmpi(term-7, "zombies")))
437 else if (slen > 3 && !strcmpi(term-3, "ves"))
495 !strcmpi(&str[m_i_len], "s") ||
497 !strcmpi(&str[m_i_len], "'") ||
499 !strcmpi(&str[m_i_len], "'s") ||
501 !strcmpi(&str[m_i_len], "es") ||
H A Dobjnam.c1151 if (!strcmpi(subj, "they") || !strcmpi(subj, "you"))
1271 /* Note: cannot use strcmpi here -- it'd give MATZot, CAVEMeN,... */
1526 #define BSTRCMPI(base,ptr,string) ((ptr) < base || strcmpi((ptr),string))
1696 if (!strcmpi(u_str, "aluminium"))
1808 if (!strcmpi(bp, "nothing") || !strcmpi(bp, "nil") ||
1809 !strcmpi(bp, "none")) return no_wish;
1903 if (!strcmpi(p, "lit)")) {
1957 if(!strcmpi(b
[all...]
H A Drole.c548 if (!strcmpi(str, roles[i].filecode))
613 if (!strcmpi(str, races[i].filecode))
680 if (!strcmpi(str, genders[i].filecode))
746 if (!strcmpi(str, aligns[i].filecode))
H A Dvault.c276 if (!strcmpi(buf, "Croesus") || !strcmpi(buf, "Kroisos")
278 || !strcmpi(buf, "Creosote")
H A Ddungeon.c220 if (!strcmpi(s, curr->proto)) break;
243 if (!strcmpi(dnam, s) ||
244 (!strncmpi(dnam, "The ", 4) && !strcmpi(dnam + 4, s)))
1488 if (!strcmpi(nam, "gehennom") || !strcmpi(nam, "hell")) {
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c262 if (!strcmpi(buf, extcmdlist[i].ef_txt)) break;
H A Dtermcap.c1161 !strcmpi(windowprocs.name, "X11")) return TRUE;
1166 !strcmpi(windowprocs.name, "Gem")) return TRUE;
1171 !strcmpi(windowprocs.name, "Qt")) return TRUE;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/win/tty/
H A Dgetline.c262 if (!strcmpi(buf, extcmdlist[i].ef_txt)) break;
H A Dtermcap.c1161 !strcmpi(windowprocs.name, "X11")) return TRUE;
1166 !strcmpi(windowprocs.name, "Gem")) return TRUE;
1171 !strcmpi(windowprocs.name, "Qt")) return TRUE;

Completed in 127 milliseconds

12