Home
last modified time | relevance | path

Searched refs:thisfunc (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dp_test.c39 char *thisfunc; member
153 ctx->thisfunc, NULL); in p_get_params()
273 ctx->thisfunc = strdup(OPENSSL_FUNC); in OSSL_provider_init()
280 p_set_error(ERR_LIB_PROV, 2, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, in OSSL_provider_init()
303 p_set_error(ERR_LIB_PROV, 1, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, NULL); in OSSL_provider_init()
318 free(ctx->thisfunc); in p_teardown()
/netbsd-src/sys/dev/cardbus/
H A Dcardbus_exrom.c94 static const char thisfunc[] = "cardbus_read_exrom"; in cardbus_read_exrom() local
109 thisfunc, rom_image, val); in cardbus_read_exrom()
130 printf("%s: bus_space_subregion failed", thisfunc); in cardbus_read_exrom()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatementsem.c3026 FuncDeclaration *thisfunc = sc->func; in visit() local
3030 if (scx->func != thisfunc) // if in enclosing function in visit()
3100 FuncDeclaration *thisfunc = sc->func; in visit() local
3106 if (scx->func != thisfunc) // if in enclosing function in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d3172 FuncDeclaration thisfunc = sc.func; in package() local
3176 if (scx.func != thisfunc) // if in enclosing function in package()
3248 FuncDeclaration thisfunc = sc.func; in package() local
3253 if (scx.func != thisfunc) // if in enclosing function in package()