Lines Matching +full:non +full:- +full:comment
2 * Copyright 2007-2025 The OpenSSL Project Authors. All Rights Reserved.
3 * Copyright Siemens AG 2015-2022
12 * A collection of test cases where check-format.pl should not report issues.
26 /* allow extra SPC in single-line comment */
28 * allow extra SPC in regular multi-line comment
30 /*-
31 * allow extra SPC in format-tagged multi-line comment
33 /** allow extra '*' in comment opening */
34 /*! allow extra '!' in comment opening */
36 ** allow "**" as first non-space chars of a line within multi-line comment
40 * trailing multi-line comment in f()
67 * multi-line comment should not disturb detection of local decls in f()
70 /* intra-line comment should not disturb detection of local decls */ in f()
73 /* intra-line comment should not disturb detection of end of local decls */ in f()
79 &(ctx->tmp[0])) { in f()
80 i -= (p - (unsigned char *) /* do not confuse with var decl */ in f()
81 &(ctx->tmp[0])); in f()
84 ctx->buf_off = 0; /* do not confuse with var decl */ in f()
88 ctx->buf_len = EVP_EncodeBlock((unsigned char *)ctx->buf, in f()
89 (unsigned char *)ctx->tmp, /* no decl */ in f()
90 ctx->tmp_len); in f()
93 EVP_EncodeFinal(ctx->base64, in f()
94 (unsigned char *)ctx->buf, &(ctx->len)); /* no decl */ in f()
116 if (ctx == NULL) { /* non-leading end-of-line comment */ in g()
117 if (/* comment after '(' */ pem_name != NULL /* comment before ')' */) in g()
118 /* entire-line comment indent usually like for the following line */ in g()
119 return NULL; /* hanging indent also for this line after comment */ in g()
120 /* leading comment has same indentation as normal code */ stmt; in g()
121 /* entire-line comment may have same indent as normal code */ in g()
183 else do /*@ (non-brace) code before 'do' just to construct case */ in g()
187 b); do /*@ (non-brace) code before 'do' just to construct case */ in g()
192 b); do /*@ (non-brace) code before 'do' just to construct case */ in g()
198 do f(c, c); /*@ (non-brace) code after 'do' just to construct case */ in g()
207 b); else /*@ (non-brace) code before 'else' just to construct case */ in g()
217 /* this comment is correctly indented if it refers to the following line */ in g()
242 if (ctx->pkey == NULL) in g()
284 float z = 1e-6 * (-1) * b[+6] * 1e+1 * (a)->f * (long)+1
285 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);
286 struct st = {-1, 0};
290 {"aixmd5", OPT_AIXMD5, '-', "AIX MD5-based password algorithm"},
292 {"crypt", OPT_CRYPT, '-', "Standard Unix password algorithm (default)"},
322 ctx->error = err; in verify_cb_crl()
323 return ctx->verify_cb(0, ctx); in verify_cb_crl()
331 ((obj) == NULL || (obj)->type != X509_LU_X509 ? NULL : (obj)->data.x509)
332 #define X509_STORE_CTX_set_current_cert(ctx, x) { (ctx)->current_cert = (x); }
334 CRYPTO_set_ex_data(&(ctx)->ex_data, (idx), (data))
338 { (ctx)->error_depth = (depth); }
339 #define EVP_PKEY_up_ref(x) ((x)->references++)
425 static varref cmp_vars[] = { /* comment. comment? comment! */
444 CTX *ctx = fixture->ctx; \
447 /* comment */ \
461 /* comment */ in fun()