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

/macosx-10.10/efax-38/efax/
H A Defix.c225 xsc=1.0, ysc=1.0, /* scale */ local
287 case 's' : err = getxy ( nxtoptarg, &xsc , &ysc , 0 ) ; break ;
376 xs = 256 * xsc * xres / ifile.page->xres + 0.5 ;
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dx509.c1131 X509_STORE_CTX xsc; local
1138 if(!X509_STORE_CTX_init(&xsc,ctx,x,NULL))
1151 X509_STORE_CTX_set_cert(&xsc,x);
1152 X509_STORE_CTX_set_flags(&xsc, X509_V_FLAG_CHECK_SS_SIGNATURE);
1153 if (!reqfile && X509_verify_cert(&xsc) <= 0)
1189 X509_STORE_CTX_cleanup(&xsc);

Completed in 74 milliseconds