Home
last modified time | relevance | path

Searched defs:GOTO_ERROR (Results 1 – 8 of 8) sorted by relevance

/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_unpack/
H A Drlm_unpack.c33 #define GOTO_ERROR do { REDEBUG("Unexpected text at '%s'", p); goto error;} while (0) macro
/dports/japanese/mecab/mecab-0.996/src/
H A Dparam.cpp94 #define GOTO_ERROR(n) { \ in open() macro
/dports/japanese/zinnia/zinnia-0.06/
H A Dparam.cpp102 #define GOTO_ERROR(n) { \ in open() macro
/dports/security/masscan/masscan-1.3.2/src/
H A Dproto-x509.c553 #define GOTO_ERROR(state, i, length) (state)=0xFFFFFFFF;(i)=(length);continue in x509_decode() macro
1102 #define GOTO_ERROR(state, i, length) (state)=0xFFFFFFFF;(i)=(length);continue in spnego_decode() macro
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dlightning.c885 #define GOTO_ERROR(label) \ macro
891 #define GOTO_ERROR(label) goto label macro
H A Deval.d5753 #define GOTO_ERROR(label) \ macro
5769 #define GOTO_ERROR(label) goto label macro
/dports/sysutils/cpu-x/CPU-X-4.0.1/src/
H A Dcpu-x.h51 #define GOTO_ERROR(str) { snprintf(error_str, MAXSTR, str); goto error; } macro
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_operators.c1749 #define GOTO_ERROR(reason) \ in BMO_op_vinitf() macro