/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/lib/ |
H A D | pkcs11_keycomp.c | 35 char *targetlabel; member 45 … *pkcs11_import_component_init(pkcs11Context *p11Context, char *unwrappinglabel, char *targetlabel) in pkcs11_import_component_init() argument 61 if(pkcs11_secretkey_exists(p11Context, targetlabel)) { in pkcs11_import_component_init() 62 fprintf(stderr,"Error: secret key with label '%s' already exists\n", targetlabel); in pkcs11_import_component_init() 115 kctx->targetlabel = targetlabel; in pkcs11_import_component_init() 291 { CKA_LABEL, _kctx->targetlabel, strlen(_kctx->targetlabel) }, in pkcs11_import_component_final() 332 printf("Key with label '%s' successfully imported\n", _kctx->targetlabel); in pkcs11_import_component_final()
|
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/src/ |
H A D | p11keycomp.c | 96 char * targetlabel = NULL; in main() local 151 targetlabel= optarg; in main() 181 … if ( library == NULL || targetlabel == NULL || wrappingkeylabel == NULL || num_components==-1 ) { in main() 201 kctx = pkcs11_import_component_init( p11Context, wrappingkeylabel, targetlabel); in main()
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/lib/ |
H A D | FXFileProgressDialog.cpp | 96 …targetlabel=new FXLabel(matrix,tr("To:"),NULL,JUSTIFY_LEFT|LAYOUT_CENTER_Y|LAYOUT_FILL_X|LAYOUT_FI… in FXFileProgressDialog() 202 targetlabel=(FXLabel*)-1L; in ~FXFileProgressDialog()
|
/dports/x11-toolkits/fox17/fox-1.7.77/lib/ |
H A D | FXFileProgressDialog.cpp | 96 …targetlabel=new FXLabel(matrix,tr("To:"),NULL,JUSTIFY_LEFT|LAYOUT_CENTER_Y|LAYOUT_FILL_X|LAYOUT_FI… in FXFileProgressDialog() 202 targetlabel=(FXLabel*)-1L; in ~FXFileProgressDialog()
|
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/ |
H A D | FXFileProgressDialog.h | 45 FXLabel *targetlabel; // Target file name variable
|
/dports/x11-toolkits/fox17/fox-1.7.77/include/ |
H A D | FXFileProgressDialog.h | 45 FXLabel *targetlabel; // Target file name variable
|
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/include/ |
H A D | pkcs11lib.h | 721 … pkcs11_import_component_init(pkcs11Context *p11Context, char *unwrappinglabel, char *targetlabel);
|
/dports/lang/sdcc/sdcc-4.0.0/src/pdk/ |
H A D | gen.c | 1696 const symbol *targetlabel = 0; in genCall() local 1701 targetlabel = IC_LABEL (nic); in genCall() 1703 targetlabel = returnLabel; in genCall() 1713 if (targetlabel) in genCall() 1717 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall() 1721 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall()
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/sanitizers/ui/modules/ |
H A D | scalc.suppr | 149 sc/uiconfig/scalc/ui/solverdlg.ui://GtkLabel[@id='targetlabel'] orphan-label
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/sanitizers/ui/ |
H A D | cui.suppr | 135 cui/uiconfig/ui/menuassignpage.ui://GtkLabel[@id='targetlabel'] orphan-label
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/sanitizers/ui/modules/ |
H A D | scalc.suppr | 194 sc/uiconfig/scalc/ui/solverdlg.ui://GtkLabel[@id='targetlabel'] orphan-label
|
/dports/lang/sdcc/sdcc-4.0.0/src/stm8/ |
H A D | gen.c | 3260 const symbol *targetlabel = 0; in genCall() local 3265 targetlabel = IC_LABEL (nic); in genCall() 3267 targetlabel = returnLabel; in genCall() 3280 if (targetlabel) in genCall() 3284 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall() 3288 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/sanitizers/ui/ |
H A D | cui.suppr | 185 cui/uiconfig/ui/menuassignpage.ui://GtkLabel[@id='targetlabel'] orphan-label
|
/dports/lang/sdcc/sdcc-4.0.0/src/z80/ |
H A D | gen.c | 4791 const symbol *targetlabel = 0; in genCall() local 4796 targetlabel = IC_LABEL (nic); in genCall() 4798 targetlabel = returnLabel; in genCall() 4811 if (targetlabel) in genCall() 4815 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall() 4819 if (nnic->op == LABEL && IC_LABEL (nnic)->key == targetlabel->key) in genCall()
|
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/ |
H A D | compiler.lisp | 10524 (let* ((targetlabel (cdr x)) 10526 (if (get targetlabel 'seen) 10528 (symbol-value targetlabel) 10530 (+ (symbol-value targetlabel) (- PC oldPC))))
|