Searched refs:strincmp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/stand/ficl/ |
| H A D | tools.c | 535 if (!strincmp(si.cp, "i", si.count)) in stepBreak() 539 else if (!strincmp(si.cp, "g", si.count)) in stepBreak() 543 else if (!strincmp(si.cp, "l", si.count)) in stepBreak() 558 else if (!strincmp(si.cp, "o", si.count)) in stepBreak() 562 else if (!strincmp(si.cp, "q", si.count)) in stepBreak() 567 else if (!strincmp(si.cp, "x", si.count)) in stepBreak()
|
| H A D | prefix.c | 100 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n)) in ficlParsePrefix()
|
| H A D | vm.c | 772 int strincmp(char *cp1, char *cp2, FICL_UNS count) in strincmp() function
|
| H A D | dict.c | 815 && (!strincmp(si.cp, pFW->name, nCmp)) ) in hashLookup()
|
| H A D | ficl.h | 666 int strincmp(char *cp1, char *cp2, FICL_UNS count);
|