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

/freebsd-current/contrib/bearssl/mk/
H A DmkT0.cmd4 rem This script uses the command-line C# compiler csc.exe, which is
10 if exist "%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe" (
11 set CSC="%SystemRoot%\Microsoft.NET\Framework\v3.5\csc.exe"
14 if exist "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe" (
15 set CSC="%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\csc.exe"
18 if exist "%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe" (
19 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v3.5\csc.exe"
22 if exist "%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe" (
23 set CSC="%SystemRoot%\Microsoft.NET\Framework64\v4.0.30319\csc.exe"
H A DmkT0.sh3 CSC=$(which mono-csc || which dmcs || echo "none")
/freebsd-current/contrib/nvi/ex/
H A Dex_cscope.c197 CSC *csc; local
260 CALLOC_RET(sp, csc, 1, sizeof(CSC) + len);
261 csc->dname = csc->buf;
262 csc->dlen = len;
263 memcpy(csc->dname, np, len);
265 csc->mtim = sb.st_mtimespec;
267 csc->mtim = sb.st_mtim;
269 csc->mtim.tv_sec = sb.st_mtime;
270 csc
301 get_paths(SCR *sp, CSC *csc) argument
377 run_cscope(SCR *sp, CSC *csc, char *dbname) argument
459 CSC *csc, *csc_next; local
671 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) argument
800 csc_file(SCR *sp, CSC *csc, char *name, char **dirp, size_t *dlenp, int *isolderp) argument
903 terminate(SCR *sp, CSC *csc, int n) argument
994 CSC *csc; local
1081 read_prompt(SCR *sp, CSC *csc) argument
[all...]
/freebsd-current/usr.bin/tr/
H A Dcset.c153 struct csclass *csc; local
155 for (csc = cs->cs_classes; csc != NULL; csc = csc->csc_next)
156 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0))
200 struct csclass *csc; local
202 csc = malloc(sizeof(*csc));
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dverify.c252 X509_STORE_CTX *csc; local
272 csc = X509_STORE_CTX_new();
273 if (csc == NULL) {
280 if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) {
281 X509_STORE_CTX_free(csc);
288 X509_STORE_CTX_set0_trusted_stack(csc, tchain);
290 X509_STORE_CTX_set0_crls(csc, crls);
291 i = X509_verify_cert(csc);
292 if (i > 0 && X509_STORE_CTX_get_error(csc) == X509_V_OK) {
298 chain = X509_STORE_CTX_get1_chain(csc);
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c109 X509_STORE_CTX *csc = NULL; local
122 if ((csc = X509_STORE_CTX_new_ex(ctx->libctx, ctx->propq)) == NULL
123 || !X509_STORE_CTX_init(csc, trusted_store,
127 valid = X509_verify_cert(csc) > 0;
137 X509_STORE_CTX_free(csc);
H A Dcmp_client.c500 X509_STORE_CTX *csc = X509_STORE_CTX_new_ex(ctx->libctx, ctx->propq); local
503 if (csc == NULL)
505 if (!X509_STORE_CTX_init(csc, out_trusted, cert, ctx->untrusted))
508 X509_VERIFY_PARAM_clear_flags(X509_STORE_CTX_get0_param(csc),
513 if (X509_verify_cert(csc) <= 0)
516 if (!ossl_x509_add_certs_new(&chain, X509_STORE_CTX_get0_chain(csc),
523 X509_STORE_CTX_free(csc);
/freebsd-current/sys/dev/pccbb/
H A Dpccbb_pci.c703 uint8_t csc; local
726 csc = exca_getb(&sc->exca, EXCA_CSC);
727 if (csc & EXCA_CSC_READY) {
/freebsd-current/contrib/sqlite3/
H A DMakefile.msc385 # legacy default value 'csc.exe'.
388 CSC = csc.exe

Completed in 184 milliseconds