Home
last modified time | relevance | path

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

/third_party/popt/src/
Dlibpopt.vers17 poptBitsChk;
Dpopt.h579 int poptBitsChk(poptBits bits, const char * s);
Dpopt.c741 int poptBitsChk(poptBits bits, const char * s) in poptBitsChk() function
876 if ((rc = poptBitsChk(*bitsp, t)) > 0) in poptSaveBits()
/third_party/popt/tests/
Dtdict.c106 rc = poptBitsChk(dictbits, *av); in main()
Dtest1.c272 if (!poptBitsChk(aBits, attributes[i])) in main()