Lines Matching refs:syslegal

51 syslegal="sysent.syslegal.$$"
60 trap "rm $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile" 0
62 touch $syslegal $sysent $sysinc $sysarg $sysprotoend $syscallnamestempfile $syshdrtempfile $audittempfile
121 syslegal = \"$syslegal\"
141 printf "/*\n" > syslegal
142 printf " * Copyright (c) 2004-2008 Apple Inc. All rights reserved.\n" > syslegal
143 printf " * \n" > syslegal
144 printf " * @APPLE_OSREFERENCE_LICENSE_HEADER_START@\n" > syslegal
145 printf " * \n" > syslegal
146 printf " * This file contains Original Code and/or Modifications of Original Code\n" > syslegal
147 printf " * as defined in and that are subject to the Apple Public Source License\n" > syslegal
148 printf " * Version 2.0 (the \047License\047). You may not use this file except in\n" > syslegal
149 printf " * compliance with the License. The rights granted to you under the License\n" > syslegal
150 printf " * may not be used to create, or enable the creation or redistribution of,\n" > syslegal
151 printf " * unlawful or unlicensed copies of an Apple operating system, or to\n" > syslegal
152 printf " * circumvent, violate, or enable the circumvention or violation of, any\n" > syslegal
153 printf " * terms of an Apple operating system software license agreement.\n" > syslegal
154 printf " * \n" > syslegal
155 printf " * Please obtain a copy of the License at\n" > syslegal
156 printf " * http://www.opensource.apple.com/apsl/ and read it before using this file.\n" > syslegal
157 printf " * \n" > syslegal
158 printf " * The Original Code and all software distributed under the License are\n" > syslegal
159 printf " * distributed on an \047AS IS\047 basis, WITHOUT WARRANTY OF ANY KIND, EITHER\n" > syslegal
160 printf " * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,\n" > syslegal
161 printf " * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,\n" > syslegal
162 printf " * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.\n" > syslegal
163 printf " * Please see the License for the specific language governing rights and\n" > syslegal
164 printf " * limitations under the License.\n" > syslegal
165 printf " * \n" > syslegal
166 printf " * @APPLE_OSREFERENCE_LICENSE_HEADER_END@\n" > syslegal
167 printf " * \n" > syslegal
168 printf " * \n" > syslegal
169 printf " * System call switch table.\n *\n" > syslegal
170 printf " * DO NOT EDIT-- this file is automatically generated.\n" > syslegal
171 printf " * created from %s\n */\n\n", infile > syslegal
791 cat $syslegal > $syscalltablefile
797 cat $syslegal $syscallnamestempfile > $syscallnamesfile
801 cat $syslegal $sysarg $sysprotoend > $sysprotofile
805 cat $syslegal $syshdrtempfile > $syshdrfile
809 cat $syslegal $audittempfile > $auditevfile