Searched defs:cat (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Additions/os2/VBoxSF/ |
H A D | VBoxSFFile.cpp | 155 FS32_IOCTL(PSFFSI psffsi, PVBOXSFFSD psffsd, USHORT cat, USHORT func, argument
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | xmlunicode.c | 3161 * @cat: UCS Category name 3168 xmlUCSIsCat(int code, const char *cat) { argument 3171 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat);
|
H A D | testapi.c | 37572 char * cat; /* UCS Category name */ local [all...] |
/vbox/src/libs/libxml2-2.6.31/python/ |
H A D | libxml2-py.c | 12402 char * cat; local 12404 if (!PyArg_ParseTuple(args, (char *)"iz:xmlUCSIsCat", &code, &cat)) 12407 c_retval = xmlUCSIsCat(code, cat);
|
Completed in 6879 milliseconds