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

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

Completed in 134 milliseconds