Searched defs:cat (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFFile.cpp155 FS32_IOCTL(PSFFSI psffsi, PVBOXSFFSD psffsd, USHORT cat, USHORT func, argument
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c3161 * @cat: UCS Category name
3168 xmlUCSIsCat(int code, const char *cat) { argument
3171 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat);
H A Dtestapi.c37572 char * cat; /* UCS Category name */ local
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c12402 char * cat; local
12404 if (!PyArg_ParseTuple(args, (char *)"iz:xmlUCSIsCat", &code, &cat))
12407 c_retval = xmlUCSIsCat(code, cat);

Completed in 287 milliseconds