Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 819) sorted by path

12345678910>>...33

/illumos-gate/usr/src/
H A DOPENSOLARIS.LICENSE317 INJURY RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
323 8. U.S. GOVERNMENT END USERS.
332 U.S. Government End Users acquire Covered Software with only those
333 rights set forth herein. This U.S. Government Rights clause is in
/illumos-gate/usr/src/boot/
H A DMakefile.inc71 COMPILE.S= $(CC) $(SMATCH_off) $(CCASFLAGS) $(CPPFLAGS) -c
/illumos-gate/usr/src/boot/common/
H A Dmerge_help.awk29 S = (RLENGTH == -1) ? "" : substr($0, RSTART + 2, RLENGTH - 2);
33 S = "";
41 help[ind, "S"] = S;
65 help[ind, "S"] = S;
H A Dutil.c123 uint16_t *S; in printf() local
148 for (S = va_arg(ap, uint16_t *); *S != 0; S++) in printf()
149 putchar(*S); in printf()
/illumos-gate/usr/src/boot/efi/loader/
H A DMakefile.com34 mb_header.S \
189 %.o: ../arch/$(MACHINE)/%.S
190 $(COMPILE.S) -Wa,-W $<
192 %.o: ../../../common/%.S
193 $(COMPILE.S) $<
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A DMakefile.inc2 SRCS += multiboot_tramp.S \
3 start.S \
7 exc.S
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A DMakefile.inc4 start.S
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A DMakefile.inc5 start.S
/illumos-gate/usr/src/boot/efi/loader/arch/i386/
H A DMakefile.inc2 SRCS += multiboot_tramp.S \
3 start.S \
/illumos-gate/usr/src/boot/forth/
H A Dmenu.rc36 set maintoggled_text[1]="Boot [S]ingle User [Enter]"
50 set mainmenu_caption[2]="Boot [S]ingle User"
128 set optionsmenu_caption[4]="[S]ingle User......... Off"
129 set optionstoggled_text[4]="[S]ingle User......... On"
/illumos-gate/usr/src/boot/i386/btx/btx/
H A DMakefile22 SRCS= btx.S
/illumos-gate/usr/src/boot/i386/btx/btxldr/
H A DMakefile22 SRCS= btxldr.S
/illumos-gate/usr/src/boot/i386/btx/lib/
H A DMakefile25 SRCS= btxcsu.S btxsys.s btxv86.s
/illumos-gate/usr/src/boot/i386/cdboot/
H A DMakefile26 SRCS= $(PROG).S
27 OBJS= $(SRCS:%.S=%.o)
/illumos-gate/usr/src/boot/i386/libi386/
H A DMakefile30 amd64_tramp.S \
50 multiboot_tramp.S \
54 relocater_tramp.S \
/illumos-gate/usr/src/boot/i386/pxeldr/
H A DMakefile37 SRCS= $(LDR).S
/illumos-gate/usr/src/boot/libsa/amd64/
H A DMakefile34 SRCS += $(SASRC)/amd64/_setjmp.S
36 SRCS += sha1-x86_64.S
42 CLEANFILES += sha1-x86_64.S sha1-x86_64.s
44 pics/%.o: $(SASRC)/amd64/%.S
45 $(COMPILE.S) -o $@ $<
/illumos-gate/usr/src/boot/libsa/crypto/
H A DMakefile.inc48 sha1-x86_64.S: $(COMDIR)/sha1/amd64/sha1-x86_64.pl
51 pics/sha1-x86_64.o: sha1-x86_64.S
52 $(COMPILE.s) -o $@ ${@F:.o=.S}
/illumos-gate/usr/src/boot/libsa/i386/
H A DMakefile31 SRCS += $(SASRC)/i386/_setjmp.S
37 pics/%.o objs/%.o: $(SASRC)/i386/%.S
38 $(COMPILE.S) -o $@ $<
/illumos-gate/usr/src/boot/libsa/
H A Dprintf.c257 uint16_t *S; in kvprintf() local
454 S = va_arg(ap, uint16_t *); in kvprintf()
455 if (S == NULL) in kvprintf()
456 S = (uint16_t *)L"(null)"; in kvprintf()
458 for (n = 0; S[n] != 0; n++) in kvprintf()
461 for (n = 0; n < dwidth && S[n]; n++) in kvprintf()
471 PCHAR(*S++); in kvprintf()
/illumos-gate/usr/src/cmd/acct/
H A Drunacct.sh161 if test -r S${_i}.${_date} ; then
170 mv ${_i} S${_i}.${_date}
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioTypePcm.cc96 short2dbl(short S) in short2dbl() argument
98 return ((unsigned short)S == 0x8000 ? -1. : (double)S / 32767.); in short2dbl()
/illumos-gate/usr/src/cmd/audit_warn/
H A Daudit_warn.sh278 S=""
280 S="s"
289 This message has been displayed $COUNT time$S."
/illumos-gate/usr/src/cmd/bnu/
H A DCvt94 S=`echo $i | sed "s/..\(.*\)....../\1/"`
97 DIR=`uuname | grep "^$S"`
100 echo "*****Warning: There is no system=$S in the /etc/uucp/Systems file. ******"
101 DIR=$S
119 S=`echo $DIR | sed "s/\(.......\).*/\1/"`
120 $ECHO mv $i $SPOOL/$DIR/C.$S$E
H A DGrades70 medium S Any User Any

12345678910>>...33