Searched refs:parse_fourcharcode (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/SecurityTool-55115/
H A Dkeychain_utilities.h43 extern int parse_fourcharcode(const char *name, UInt32 *code);
H A Dkeychain_find.c833 result = parse_fourcharcode(optarg, &itemCreator);
837 result = parse_fourcharcode(optarg, &itemType);
859 result = parse_fourcharcode(optarg, &protocol);
866 result = parse_fourcharcode(optarg, &authenticationType);
940 result = parse_fourcharcode(optarg, &itemCreator);
944 result = parse_fourcharcode(optarg, &itemType);
969 result = parse_fourcharcode(optarg, &protocol);
980 result = parse_fourcharcode(optarg, &authenticationType);
1045 result = parse_fourcharcode(optarg, &itemCreator);
1049 result = parse_fourcharcode(optar
[all...]
H A Dkeychain_add.c571 result = parse_fourcharcode(optarg, &itemCreator);
575 result = parse_fourcharcode(optarg, &itemType);
733 result = parse_fourcharcode(optarg, &itemCreator);
737 result = parse_fourcharcode(optarg, &itemType);
759 result = parse_fourcharcode(optarg, &protocol);
766 result = parse_fourcharcode(optarg, &authenticationType);
H A Dkeychain_utilities.c156 parse_fourcharcode(const char *name, UInt32 *code) function
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dkeychain_find.c278 parse_fourcharcode(const char *name, uint32_t *code) function
318 result = parse_fourcharcode(optarg, &protocol);
326 result = parse_fourcharcode(optarg, &authenticationType);

Completed in 177 milliseconds