Home
last modified time | relevance | path

Searched refs:func_rc (Results 26 – 50 of 59) sorted by relevance

123

/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dno_callconv.cpp8 void __regcall func_rc() {} // expected-error {{'__regcall' calling convention is not supported for… in func_rc() function
24 void __regcall func_rc() {} in func_rc() function
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/
H A Dpkcs11_session.c87 func_rc pkcs11_open_session( pkcs11Context * p11Context, int slot, char *tokenlabel, char * passwor… in pkcs11_open_session()
90 func_rc rc = rc_ok; in pkcs11_open_session()
348 func_rc pkcs11_close_session( pkcs11Context * p11Context ) in pkcs11_close_session()
350 func_rc rc = rc_ok; in pkcs11_close_session()
H A Dpkcs11_chattr.c28 func_rc pkcs11_change_object_attributes(pkcs11Context *p11Context, char *label, CK_ATTRIBUTE *p_att… in pkcs11_change_object_attributes()
31 func_rc rv=rc_ok; in pkcs11_change_object_attributes()
H A Dpkcs11_error.c26 func_rc _message( CK_RV rv, char * const prefix, char * const pkcs11_function );
32 func_rc _message( CK_RV rv, char *prefix, char * pkcs11_function ) in _message()
412 inline func_rc pkcs11_error(CK_RV rv, char * const pkcs11_function) { in pkcs11_error()
416 inline func_rc pkcs11_warning(CK_RV rv, char * const pkcs11_function) { in pkcs11_warning()
H A Dpkcs11_cat.c120 func_rc pkcs11_cat_object_with_label(pkcs11Context *p11Context, char *label, int openssl_native_fla… in pkcs11_cat_object_with_label()
123 func_rc rc=rc_ok; in pkcs11_cat_object_with_label()
165 func_rc pkcs11_cat_object_with_handle(pkcs11Context *p11Context, CK_OBJECT_HANDLE hndl, int openssl… in pkcs11_cat_object_with_handle()
168 func_rc rc=rc_ok; in pkcs11_cat_object_with_handle()
H A Dpkcs11_dh.c184 func_rc pkcs11_genDH (pkcs11Context * p11ctx, in pkcs11_genDH()
193 func_rc rc = rc_ok; in pkcs11_genDH()
H A Dpkcs11_dsa.c192 func_rc pkcs11_genDSA (pkcs11Context * p11ctx, in pkcs11_genDSA()
202 func_rc rc= rc_ok; in pkcs11_genDSA()
H A Dpkcs11_keycomp.c133 func_rc pkcs11_import_component(KeyImportCtx *kctx, unsigned char * comp, size_t len) in pkcs11_import_component()
135 func_rc rc = rc_ok; in pkcs11_import_component()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/fvwm/
H A Dfunctions.c351 cond_rc_t *func_rc = NULL; in __execute_function() local
493 func_rc = &dummy_rc; in __execute_function()
497 func_rc = cond_rc; in __execute_function()
505 function, arguments, False, False, func_rc, exc); in __execute_function()
550 False, (taction[0] == '*'), func_rc, exc); in __execute_function()
624 bif->action(func_rc, exc2, runaction); in __execute_function()
629 bif->action(func_rc, exc2, runaction); in __execute_function()
650 func_rc, exc2, runaction, &desperate, in __execute_function()
655 func_rc, exc, runaction) == NULL && in __execute_function()
673 cond_rc->break_levels = func_rc->break_levels; in __execute_function()
/dports/x11-wm/fvwm2/fvwm-2.6.9/fvwm/
H A Dfunctions.c351 cond_rc_t *func_rc = NULL; in __execute_function() local
494 func_rc = &dummy_rc; in __execute_function()
498 func_rc = cond_rc; in __execute_function()
506 function, arguments, False, False, func_rc, exc); in __execute_function()
552 False, (taction[0] == '*'), func_rc, exc); in __execute_function()
634 bif->action(func_rc, exc2, runaction); in __execute_function()
639 bif->action(func_rc, exc2, runaction); in __execute_function()
660 func_rc, exc2, runaction, &desperate, in __execute_function()
665 func_rc, exc, runaction) == NULL && in __execute_function()
684 cond_rc->break_levels = func_rc->break_levels; in __execute_function()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/src/
H A Dp11rewrap.c41 func_rc retcode;
167 func_rc retcode = rc_ok; in main()
H A Dp11wrap.c41 func_rc retcode;
147 func_rc retcode = rc_ok; in main()
H A Dmasqreq.c89 func_rc retcode = rc_ok; in main()
H A Dp11kcv.c115 func_rc retcode = rc_error_usage; in main()
H A Dp11od.c111 func_rc retcode = rc_error_usage; in main()
H A Dp11slotinfo.c92 func_rc retcode = rc_error_usage; in main()
H A Dp11cat.c115 func_rc retcode = rc_error_usage; in main()
H A Dp11ls.c147 func_rc retcode = rc_error_usage; in main()
H A Dp11more.c111 func_rc retcode = rc_error_usage; in main()
H A Dp11cp.c104 func_rc retcode = rc_error_usage; in main()
H A Dp11rm.c103 func_rc retcode = rc_error_usage; in main()
H A Dp11mv.c104 func_rc retcode = rc_error_usage; in main()
H A Dp11importcert.c99 func_rc retcode = rc_error_other_error; in main()
H A Dp11importdata.c96 func_rc retcode = rc_error_other_error; in main()
H A Dp11setattr.c122 func_rc retcode = rc_error_usage; in main()

123