Home
last modified time | relevance | path

Searched refs:S (Results 76 – 100 of 819) sorted by relevance

12345678910>>...33

/illumos-gate/usr/src/cmd/troff/nroff.d/terms.d/
H A DMakefile22 LNKFILES = tab.300S tab.300S-12 tab.4000A
25 $(ROOTNTERM)/tab.300S := ROOTLNKDEST = $(ROOTNTERM)/tab.300s
26 $(ROOTNTERM)/tab.300S-12 := ROOTLNKDEST = $(ROOTNTERM)/tab.300s-12
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.h31 #define PTR(S) ((S)->data + (S)->sg.start) argument
/illumos-gate/usr/src/data/zoneinfo/
H A Dsystemv16 # Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/S
18 Rule SystemV min 1973 - Oct lastSun 2:00 0 S
20 Rule SystemV 1974 only - Nov lastSun 2:00 0 S
22 Rule SystemV 1975 only - Oct lastSun 2:00 0 S
24 Rule SystemV 1976 max - Oct lastSun 2:00 0 S
H A Dasia293 Rule Shang 1919 only - Sep 30 24:00 0 S
386 Rule Shang 1940 only - Oct 12 24:00 0 S
388 Rule Shang 1941 only - Nov 1 24:00 0 S
390 Rule Shang 1945 only - Sep 1 24:00 0 S
392 Rule Shang 1946 only - Sep 30 24:00 0 S
394 Rule Shang 1947 only - Oct 31 24:00 0 S
1008 # DIL 764 BOCM 9S 1942.04.30
1010 # PT 3434 BOCM 8S 1943.04.17
2821 # Sükhbaatar, and possibly Khentii.
3680 Rule Phil 1937 only - Feb 1 0:00 0 S
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/
H A DMakefile.com39 SSRCS :sh= find . -name SCCS -prune -o -name *.S -print | cut -b3-
50 EXES += $(SSRCS:%.S=%.exe)
79 -$(RM) $(SSRCS:%.S=%.exe) $(SSRCS:%.S=%.o)
108 %.o: %.S
/illumos-gate/usr/src/cmd/sort/
H A Dfields.c255 field_initialize(sort_t *S) in field_initialize() argument
260 if (S->m_c_locale) in field_initialize()
267 field_new(sort_t *S) in field_new() argument
277 if (S == NULL) { in field_new()
365 char *S = L->l_data.sp; in field_boundary() local
366 char *T = S; in field_boundary()
410 wchar_t *S = L->l_data.wp; in field_boundary_wide() local
411 wchar_t *T = S; in field_boundary_wide()
456 char *S = L->l_data.sp; in field_boundary_tabbed() local
457 char *T = S; in field_boundary_tabbed()
[all …]
/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/cmd/lp/cmd/lpsched/
H A Dlpfsck.c46 #define S 3 macro
105 proto (S, 1, Lp_Model, NULL, "/etc/lp/model", NULL); in lpfsck()
106 proto (S, 1, Lp_Logs, NULL, "/etc/lp/logs", NULL); in lpfsck()
108 proto (S, 1, Lp_Bin, NULL, Lp_Spooldir, "bin", NULL); in lpfsck()
109 proto (S, 1, Lp_A, NULL, Lp_Admins, "lp", NULL); in lpfsck()
140 proto(S, 1, Lp_Tmp, Local_System, NULL, Lp_Temp, NULL); in lpfsck()
243 case S: in proto()
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dcasinl.c70 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in casinl() local
200 S = sqrtl(xm1 * xm1 + y2); in casinl()
201 A = half * (R + S); in casinl()
209 (R + xp1) + (S - xm1)))); in casinl()
212 (R + xp1) + Apx / (S + xm1))))); in casinl()
217 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1)); in casinl()
219 Am1 = half * (y2 / (R + xp1) + (S + xm1)); in casinl()
H A Dcacos.c220 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in cacos() local
374 S = sqrt(xm1 * xm1 + y2); in cacos()
375 A = half * (R + S); in cacos()
383 xp1) + (S - xm1))) / x); in cacos()
386 xp1) + Apx / (S + xm1)))) / x); in cacos()
391 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1)); in cacos()
393 Am1 = half * (y2 / (R + xp1) + (S + xm1)); in cacos()
H A Dcasin.c216 double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in casin() local
346 S = sqrt(xm1 * xm1 + y2); in casin()
347 A = half * (R + S); in casin()
356 (R + xp1) + (S - xm1)))); in casin()
359 (R + xp1) + Apx / (S + xm1))))); in casin()
364 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1)); in casin()
366 Am1 = half * (y2 / (R + xp1) + (S + xm1)); in casin()
H A Dcacosl.c76 long double x, y, t, R, S, A, Am1, B, y2, xm1, xp1, Apx; in cacosl() local
241 S = sqrtl(xm1 * xm1 + y2); in cacosl()
242 A = half * (R + S); in cacosl()
251 (R + xp1) + (S - xm1))), x); in cacosl()
254 (R + xp1) + Apx / (S + xm1)))), x); in cacosl()
259 Am1 = half * (y2 / (R + xp1) + y2 / (S - xm1)); in cacosl()
261 Am1 = half * (y2 / (R + xp1) + (S + xm1)); in cacosl()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dswapnode.h54 #define SWAPFS_PRINT(X, S, Y1, Y2, Y3, Y4, Y5) \ argument
56 printf(S, Y1, Y2, Y3, Y4, Y5);
63 #define SWAPFS_PRINT(X, S, Y1, Y2, Y3, Y4, Y5) argument
/illumos-gate/usr/src/lib/libm/common/C/
H A Derf.c284 double R, S, P, Q, s, y, z, r; in erf() local
332 S = one + s * (sa1 + s * (sa2 + s * (sa3 + s * (sa4 + in erf()
337 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erf()
342 r = exp(-z * z - 0.5625) * exp((z - x) * (z + x) + R / S); in erf()
352 double R, S, P, Q, s, y, z, r; in erfc() local
401 S = one + s * (sa1 + s * (sa2 + s * (sa3 + s * (sa4 + in erfc()
410 S = one + s * (sb1 + s * (sb2 + s * (sb3 + s * (sb4 + in erfc()
415 r = exp(-z * z - 0.5625) * exp((z - x) * (z + x) + R / S); in erfc()
/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/common/crypto/blowfish/
H A Dblowfish_impl.c358 (((S[(word >> 24) & 0xff] + S[256 + ((word >> 16) & 0xff)]) ^ \
359 S[512 + ((word >> 8) & 0xff)]) + S[768 + (word & 0xff)])
381 uint32_t *S = ksch->ksch_S; in blowfish_encrypt_block() local
476 uint32_t *S = ksch->ksch_S; in blowfish_decrypt_block() local
621 uint32_t *S = newbie->ksch_S; in blowfish_init_keysched() local
654 bcopy(init_S, S, sizeof (init_S)); in blowfish_init_keysched()
670 initp = S; in blowfish_init_keysched()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.am3 EXAMPLES = boot.S kernel.c multiboot.h
4 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
36 %.S.texi: %.S $(srcdir)/$(SRC2TEXI)
/illumos-gate/usr/src/cmd/mdb/
H A DMakefile.module45 MODOBJS = $(MODSRCS:%.c=dmod/%.o) $(MODASMSRCS:%.S=dmod/%.o)
46 KMODOBJS = $(KMODSRCS:%.c=kmod/%.o) $(KMODASMSRCS:%.S=kmod/%.o)
214 dmod/%.o kmod%.o: %.S
221 dmod/%.o kmod%.o: ../%.S
228 dmod/%.o kmod%.o: ../../../common/modules/$(MODNAME)/%.S
235 dmod/%.o kmod%.o: $$(MODSRCS_DIR)/%.S
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DWWW.mk68 O := $(I:D=$(D):B:S)
91 .WWW : $(J:D=$(M):B:S=.html)
92 $(J:D=$(M):B:S=.html) : $(I) $(I:B:S=.1:T=F:?$(I:B:S=.1)??)
162 G := $("index.mm":G=%.html:D=$(WWWDIR)/$(ITEM):B:S)
198 local ( host dir tmp ignore ... ) $(>) www $(WWWDIR:B:S) tmp ignore
301 if X = "$(P:B:S:N=faq.*.mm)"
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME32 where 'S' means start this job, 'K' means kill this job, and 'nn' is the
37 scripts prefixed with 'S'. There is no harm in applying the same
49 behavior as described above, such that each 'S' script has a suitable
57 s/S
64 All /etc/rc0.d/K* scripts are run, followed by all /etc/rc0.d/S*
65 scripts. The S* scripts should only be used for cleanup during
71 are run. Regardless of the previous run-level, all /etc/rc1.d/S*
/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/lib/libmlrpc/common/
H A Dlibmlrpc.h448 #define NDR_STRDUP(XA, S) ndr_heap_strdup((XA)->heap, (S)) argument
449 #define NDR_MSTRING(XA, S, OUT) ndr_heap_mstring((XA)->heap, (S), (OUT)) argument
450 #define NDR_SIDDUP(XA, S) ndr_heap_dupmem((XA)->heap, (S), smb_sid_len(S)) argument
/illumos-gate/usr/src/cmd/make/bin/
H A Dmake.rules.file25 SUFFIXES = .o .c .c~ .cc .cc~ .y .y~ .l .l~ .s .s~ .sh .sh~ .S .S~ .i .ln \
430 .S.o:
431 $(COMPILE.S) -o $@ $<
432 .S~.o:
433 $(GET) $(GFLAGS) -p $< > $*.S
434 $(COMPILE.S) -o $@ $*.S
435 .S.a:
436 $(COMPILE.S) -o $% $<
439 .S~.a:
440 $(GET) $(GFLAGS) -p $< > $*.S
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A DMakefile.solaris36 SRC_FILES = Makefile.am Makefile.in stage1.S stage1.h
48 $(STAGE1_ASMOBJS): $$(@:.o=.S)
49 $(CCAS) $(CCASFLAGS) -c -o $@ $(@:.o=.S)
/illumos-gate/usr/src/uts/intel/io/vmm/
H A DMakefile.rules33 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/vmm/%.S
36 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/vmm/intel/%.S
39 $(OBJS_DIR)/%.o: $(UTSBASE)/intel/io/vmm/amd/%.S

12345678910>>...33