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

/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dod_query_create_with_node.c100 static int optType = rectype_users; // dsRecType to search for. "Users"" is the default variable
169 optType = ds_rec_type(optarg);
170 debug("optType = %d\n", optType);
172 if (optType == -1) {
207 switch (optType) {
224 switch (optType) {
297 rectype_dict[optType], // inRecordTypeOrList

Completed in 72 milliseconds