Searched refs:LTPBundleFindValueWithKey (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/SmartcardCCID-55005/ccid/ccid/src/
H A Dparser.h30 int LTPBundleFindValueWithKey(const char *fileName, const char *tokenKey,
H A Dccid_usb.c283 if (!LTPBundleFindValueWithKey(infofile, "ifdManufacturerString", keyValue, 0))
289 DEBUG_INFO2("LTPBundleFindValueWithKey error. Can't find %s?",
293 if (!LTPBundleFindValueWithKey(infofile, "ifdProductString", keyValue, 0))
299 if (!LTPBundleFindValueWithKey(infofile, "Copyright", keyValue, 0))
311 while (LTPBundleFindValueWithKey(infofile, PCSCLITE_MANUKEY_NAME, keyValue, alias) == 0)
315 if (LTPBundleFindValueWithKey(infofile, PCSCLITE_PRODKEY_NAME, keyValue, alias))
319 if (LTPBundleFindValueWithKey(infofile, PCSCLITE_NAMEKEY_NAME, keyValue, alias))
H A Difdhandler.c1539 if (0 == LTPBundleFindValueWithKey(infofile, "ifdLogLevel", keyValue, 0))
1559 if (0 == LTPBundleFindValueWithKey(infofile, "ifdDriverOptions", keyValue, 0))
H A Dtokenparser.c497 * @brief provides LTPBundleFindValueWithKey() function on non-MacOS X
1897 int LTPBundleFindValueWithKey(const char *fileName, const char *tokenKey, function
/macosx-10.9.5/SmartCardServices-55111/src/PCSC/
H A Dtokenfactory.c53 extern int LTPBundleFindValueWithKey(char *, char *, char *, int);
210 rv = LTPBundleFindValueWithKey(fullPath,
236 rv = LTPBundleFindValueWithKey(fullPath,
240 rv = LTPBundleFindValueWithKey(fullPath,
260 rv = LTPBundleFindValueWithKey(fullPath,
264 rv = LTPBundleFindValueWithKey(fullPath,
335 rv = LTPBundleFindValueWithKey(fullPath,
339 rv = LTPBundleFindValueWithKey(fullPath,
H A Dtokenparser.c1728 int LTPBundleFindValueWithKey(char *fileName, char *tokenKey, function

Completed in 170 milliseconds