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

/freebsd-12-stable/stand/ficl/
H A Dtools.c536 if (!strincmp(si.cp, "i", si.count))
540 else if (!strincmp(si.cp, "g", si.count))
544 else if (!strincmp(si.cp, "l", si.count))
559 else if (!strincmp(si.cp, "o", si.count))
563 else if (!strincmp(si.cp, "q", si.count))
568 else if (!strincmp(si.cp, "x", si.count))
H A Dprefix.c101 if (!strincmp(SI_PTR(si), pFW->name, (FICL_UNS)n))
H A Ddict.c816 && (!strincmp(si.cp, pFW->name, nCmp)) )
H A Dvm.c773 int strincmp(char *cp1, char *cp2, FICL_UNS count) function
H A Dficl.h667 int strincmp(char *cp1, char *cp2, FICL_UNS count);

Completed in 172 milliseconds