Lines Matching +full:multi +full:- +full:line

2  * Copyright 2007-2024 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
36 ** allow "**" as first non-space chars of a line within multi-line comment
40 * trailing multi-line comment
67 * multi-line comment should not disturb detection of local decls
70 /* intra-line comment should not disturb detection of local decls */
73 /* intra-line comment should not disturb detection of end of local decls */
79 &(ctx->tmp[0])) {
80 i -= (p - (unsigned char *) /* do not confuse with var decl */
81 &(ctx->tmp[0]));
84 ctx->buf_off = 0; /* do not confuse with var decl */
88 ctx->buf_len = EVP_EncodeBlock((unsigned char *)ctx->buf,
89 (unsigned char *)ctx->tmp, /* no decl */
90 ctx->tmp_len);
93 EVP_EncodeFinal(ctx->base64,
94 (unsigned char *)ctx->buf, &(ctx->len)); /* no decl */
116 if (ctx == NULL) { /* non-leading end-of-line comment */
118 /* entire-line comment indent usually like for the following line */
119 return NULL; /* hanging indent also for this line after comment */
121 /* entire-line comment may have same indent as normal code */
176 else do /*@ (non-brace) code before 'do' just to construct case */
180 b); do /*@ (non-brace) code before 'do' just to construct case */
185 b); do /*@ (non-brace) code before 'do' just to construct case */
191 do f(c, c); /*@ (non-brace) code after 'do' just to construct case */
200 b); else /*@ (non-brace) code before 'else' just to construct case */
206 { /*@ brace after 'if' not on same line just to construct case */
210 /* this comment is correctly indented if it refers to the following line */
235 if (ctx->pkey == NULL)
267 float z = 1e-6 * (-1) * b[+6] * 1e+1 * (a)->f * (long)+1
268 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);
269 struct st = {-1, 0};
273 {"aixmd5", OPT_AIXMD5, '-', "AIX MD5-based password algorithm"},
275 {"crypt", OPT_CRYPT, '-', "Standard Unix password algorithm (default)"},
304 ctx->error = err;
305 return ctx->verify_cb(0, ctx);
313 ((obj) == NULL || (obj)->type != X509_LU_X509 ? NULL : (obj)->data.x509)
314 #define X509_STORE_CTX_set_current_cert(ctx, x) { (ctx)->current_cert = (x); }
316 CRYPTO_set_ex_data(&(ctx)->ex_data, (idx), (data))
320 { (ctx)->error_depth = (depth); }
321 #define EVP_PKEY_up_ref(x) ((x)->references++)
322 /* should not report missing blank line: */
343 { /*@ brace after 'if' not on same line just to construct case */
426 CTX *ctx = fixture->ctx; \