Searched refs:copyright (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvnode_if.sh2 copyright='
32 * 1. Redistributions of source code must retain the above copyright
34 * 2. Redistributions in binary form must reproduce the above copyright
149 # This is put after the copyright on each generated file.
170 echo "$copyright"
260 echo "$copyright"
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_copyright.c235 * The copyright string is composed of three parts:
236 * 1) A copyright notice, "Copyright ��"
239 * We check the validity of the string by searching for both the copyright
248 const char *copyright = NULL; local
253 copyright = kxld_strstr(str, kCopyrightToken);
256 if (!copyright || !rights || copyright > rights) goto finish;
258 str = copyright + const_strlen(kCopyrightToken);
/darwin-on-arm/xnu/security/conf/
H A DMakefile.template48 $(SOURCE_DIR)/$(COMPONENT)/conf/copyright.nai
/darwin-on-arm/xnu/SETUP/config/
H A Dmain.c39 * provided that the above copyright notice and this paragraph are
52 char copyright[] = variable
/darwin-on-arm/xnu/bsd/sys/
H A Dsystm.h41 * 1. Redistributions of source code must retain the above copyright
43 * 2. Redistributions in binary form must reproduce the above copyright
121 extern const char copyright[]; /* system copyright */
H A Dcdefs.h39 * 1. Redistributions of source code must retain the above copyright
41 * 2. Redistributions in binary form must reproduce the above copyright
191 #define __COPYRIGHT(s) __IDSTRING(copyright,s)
/darwin-on-arm/xnu/bsd/kern/
H A Dbsd_init.c40 * 1. Redistributions of source code must retain the above copyright
42 * 2. Redistributions in binary form must reproduce the above copyright
192 const char copyright[] = variable
413 printf(copyright);

Completed in 34 milliseconds