Home
last modified time | relevance | path

Searched refs:poptBits (Results 1 – 3 of 3) sorted by relevance

/third_party/popt/src/
Dpopt.h568 } * poptBits; typedef
578 int poptBitsAdd(poptBits bits, const char * s);
579 int poptBitsChk(poptBits bits, const char * s);
580 int poptBitsClr(poptBits bits);
581 int poptBitsDel(poptBits bits, const char * s);
582 int poptBitsIntersect(poptBits * ap, const poptBits b);
583 int poptBitsUnion(poptBits * ap, const poptBits b);
584 int poptBitsArgs(poptContext con, poptBits * ap);
593 int poptSaveBits(poptBits * bitsp, unsigned int argInfo,
Dpopt.c704 static int _poptBitsNew(poptBits *bitsp) in _poptBitsNew()
722 int poptBitsAdd(poptBits bits, const char * s) in poptBitsAdd()
741 int poptBitsChk(poptBits bits, const char * s) in poptBitsChk()
764 int poptBitsClr(poptBits bits) in poptBitsClr()
775 int poptBitsDel(poptBits bits, const char * s) in poptBitsDel()
794 int poptBitsIntersect(poptBits *ap, const poptBits b) in poptBitsIntersect()
814 int poptBitsUnion(poptBits *ap, const poptBits b) in poptBitsUnion()
834 int poptBitsArgs(poptContext con, poptBits *ap) in poptBitsArgs()
853 int poptSaveBits(poptBits * bitsp, in poptSaveBits()
/third_party/popt/tests/
Dtdict.c8 static poptBits dictbits = NULL;
15 static int loadDict(const char * fn, poptBits * ap) in loadDict()
59 poptBits avbits = NULL; in main()
98 poptBits Ibits = NULL; in main()