Home
last modified time | relevance | path

Searched refs:copy (Results 1 – 25 of 3467) sorted by path

12345678910>>...139

/illumos-gate/exception_lists/
H A Dcddlchk8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dcheck_rtime8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dcopyright8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dinterface_check8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dinterface_cmp8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Djstyle7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
H A Dkeywords8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dmanlint7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
H A Dmapfilechk8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dpackaging8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
788 # the tools copy of the link-editor is not delivered
H A Dpmodes8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A Dwscheck7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
/illumos-gate/usr/src/
H A DMakefile.master.648 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A DMakefile.msg.targ8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
32 # rather than use their own private copy of these rules.
H A DMakefile.psm.targ8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A DOPENSOLARIS.LICENSE158 the terms of this License. You must include a copy of this
159 License with every copy of the Source Code form of the Covered
H A DREADME.license-files8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
H A DTargetdirs7 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
/illumos-gate/usr/src/boot/
H A DREADME.loader54 should copy /boot/defaults/loader.conf to /boot/loader.conf,
68 /boot/defaults/loader.conf (which you could just copy over
211 I'm copy here from the last 11 lines from
H A DReadme.txt7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
/illumos-gate/usr/src/boot/common/
H A Dinterp_parse.c55 free(copy); \
87 char *val, *p, *q, *copy = NULL; in parse() local
94 if (!str || (p = copy = backslash(str)) == NULL) in parse()
189 free(copy); in parse()
/illumos-gate/usr/src/boot/common/linenoise/
H A Dlinenoise.c288 char *copy, **cvec; in linenoiseAddCompletion() local
290 copy = malloc(len+1); in linenoiseAddCompletion()
291 if (copy == NULL) return; in linenoiseAddCompletion()
292 memcpy(copy,str,len+1); in linenoiseAddCompletion()
295 free(copy); in linenoiseAddCompletion()
299 lc->cvec[lc->len++] = copy; in linenoiseAddCompletion()
/illumos-gate/usr/src/boot/efi/libefi/
H A Ddevpath.c141 EFI_DEVICE_PATH *node, *copy; in efi_devpath_trim() local
150 copy = malloc(len); in efi_devpath_trim()
151 if (copy != NULL) { in efi_devpath_trim()
152 memcpy(copy, devpath, prefix); in efi_devpath_trim()
153 node = (EFI_DEVICE_PATH *)((UINT8 *)copy + prefix); in efi_devpath_trim()
156 return (copy); in efi_devpath_trim()
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com27 copy.c \
46 copy.o \
H A Dmain.c366 EFI_DEVICE_PATH *devpath, *copy; in find_currdev() local
435 copy = NULL; in find_currdev()
442 free(copy); in find_currdev()
443 copy = NULL; in find_currdev()
453 copy = efi_devpath_trim(devpath); in find_currdev()
454 devpath = copy; in find_currdev()
457 free(copy); in find_currdev()

12345678910>>...139