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

/macosx-10.9.5/SecurityTool-55115/
H A Dauthz.c295 CFStringRef shortcut_definition = CFStringCreateWithCStringNoCopy(NULL, argv[2], kCFStringEncodingUTF8, kCFAllocatorNull); local
296 if (!shortcut_definition)
298 status = AuthorizationRightSet(auth_ref, argv[1], shortcut_definition, NULL, NULL, NULL);
299 CFRelease(shortcut_definition);

Completed in 192 milliseconds