Home
last modified time | relevance | path

Searched refs:lic (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/lib/libc/
H A Dextract-copyright.pl82 my $lic = join "\n", @license;
83 push (@{$LICENSE{$lic}}, $file);
113 foreach my $lic (keys %LICENSE) {
114 my @files = @{$LICENSE{$lic}};
120 print "$lic\n";
/titanic_50/usr/src/tools/onbld/Checks/
H A DCmtBlk.py59 lic = []
80 lic.append(line)
84 lic.append(line)
85 blocks.append({'start':start, 'block':lic})
87 lic = []
89 lic.append(line)
/titanic_50/usr/src/lib/libast/common/port/
H A Dastlicense.c155 static const Item_t lic[] = variable
440 notice.item[STYLE] = notice.item[CLASS] = lic[notice.type]; in astlicense()
606 switch (c = lookup(lic, v, s - v)) in astlicense()
627 notice.item[CLASS].data = lic[lic[c].quote].data; in astlicense()
628 notice.item[CLASS].size = lic[lic[c].quote].size; in astlicense()
/titanic_50/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1680 int32_t make_crc, lic, dot_loc, crc_start_loc = 0, k = 0; in ud_uncompress() local
1689 dot_loc = lic = -2; in ud_uncompress()
1746 (lic != (index - 1))) || in ud_uncompress()
1748 (lic != (index - 2))) { in ud_uncompress()
1750 lic = index; in ud_uncompress()
1752 lic = index; in ud_uncompress()
/titanic_50/usr/src/cmd/lofiadm/
H A Dmain.c1401 struct lofi_ioctl lic; in lofi_compress() local
1427 lic.li_minor = 0; in lofi_compress()
1428 (void) strlcpy(lic.li_filename, filename, sizeof (lic.li_filename)); in lofi_compress()
1429 if (ioctl(*lfd, LOFI_GET_MINOR, &lic) != -1) in lofi_compress()
/titanic_50/usr/src/cmd/fs.d/udfs/fstyp/
H A Dud_lib.c1206 int32_t i, j, k, lic, make_crc, dot_loc; in UdfTxName() local
1225 lic = dot_loc = -1; in UdfTxName()
1241 if (lic != (i - 1)) { in UdfTxName()
1244 lic = i; in UdfTxName()
/titanic_50/usr/src/pkg/
H A DMakefile710 $(PKGDEBUG)$(MAKE) -e -f Makefile.lic \