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

/macosx-10.10.1/xar-254/xarsig/
H A Dxar-sig.c74 static char *SigOffsetDumpPath = NULL; variable
286 file = fopen(SigOffsetDumpPath, "w");
288 fprintf(stderr, "Could not open %s for saving signature offset!\n", SigOffsetDumpPath);
293 fprintf(stderr, "Failed to write signature offset to %s (fprintf() returned %i)!\n", SigOffsetDumpPath, i);
549 if (extract_sig_offset(new_xar, SigOffsetDumpPath)) {
781 if ( SigOffsetDumpPath ) {
787 if (extract_sig_offset(x, SigOffsetDumpPath))
1294 SigOffsetDumpPath = optarg;
1398 if ( (command == 'e') && ((!filename) || (!DataToSignDumpPath) || (!SigOffsetDumpPath)) ) {

Completed in 381 milliseconds