Home
last modified time | relevance | path

Searched refs:strincmp (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/ficl/
H A Dtools.c535 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 Dprefix.c100 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n)) in ficlParsePrefix()
H A Dvm.c772 int strincmp(char *cp1, char *cp2, FICL_UNS count) in strincmp() function
H A Ddict.c815 && (!strincmp(si.cp, pFW->name, nCmp)) ) in hashLookup()
H A Dficl.h666 int strincmp(char *cp1, char *cp2, FICL_UNS count);