13e41d09dSXin LI /*- 23e41d09dSXin LI * Copyright (c) 2016 Christos Zoulas 33e41d09dSXin LI * All rights reserved. 43e41d09dSXin LI * 53e41d09dSXin LI * Redistribution and use in source and binary forms, with or without 63e41d09dSXin LI * modification, are permitted provided that the following conditions 73e41d09dSXin LI * are met: 83e41d09dSXin LI * 1. Redistributions of source code must retain the above copyright 93e41d09dSXin LI * notice, this list of conditions and the following disclaimer. 103e41d09dSXin LI * 2. Redistributions in binary form must reproduce the above copyright 113e41d09dSXin LI * notice, this list of conditions and the following disclaimer in the 123e41d09dSXin LI * documentation and/or other materials provided with the distribution. 133e41d09dSXin LI * 143e41d09dSXin LI * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 153e41d09dSXin LI * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 163e41d09dSXin LI * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 173e41d09dSXin LI * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 183e41d09dSXin LI * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 193e41d09dSXin LI * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 203e41d09dSXin LI * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 213e41d09dSXin LI * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 223e41d09dSXin LI * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 233e41d09dSXin LI * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 243e41d09dSXin LI * POSSIBILITY OF SUCH DAMAGE. 253e41d09dSXin LI */ 263e41d09dSXin LI 27*ae316d1dSXin LI file_protected int der_offs(struct magic_set *, struct magic *, size_t); 28*ae316d1dSXin LI file_protected int der_cmp(struct magic_set *, struct magic *); 29