Searched refs:bodyp (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/sendmail/libmilter/
H A Dexample.c160 mlfi_body(ctx, bodyp, bodylen)
162 u_char *bodyp;
166 if (fwrite(bodyp, bodylen, 1, MLFIPRIV->mlfi_fp) <= 0)
H A Dsmfi.c432 ** bodyp -- body chunk
440 smfi_replacebody(ctx, bodyp, bodylen)
442 unsigned char *bodyp;
449 (bodyp == NULL && bodylen > 0))
463 (char *) (bodyp + off), len)) != MI_SUCCESS)
/freebsd-12-stable/contrib/gcc/
H A Dc-common.c717 tree *bodyp = &DECL_SAVED_TREE (current_function_decl);
719 if (TREE_CODE (*bodyp) == BIND_EXPR)
720 bodyp = &BIND_EXPR_BODY (*bodyp);
722 append_to_statement_list_force (*bodyp, &stmts);
723 *bodyp = stmts;
716 tree *bodyp = &DECL_SAVED_TREE (current_function_decl); local

Completed in 132 milliseconds