Home
last modified time | relevance | path

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

12345678910>>...33

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Drepeat.h1 #define R0(P, S) P(S) argument
2 #define R1(P, S) R0(P,S##0) R0(P,S##1) argument
3 #define R2(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) argument
4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##… argument
6 #define R5(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) argument
7 #define R6(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) R3(P,S##4) R3(P,S##5) R3(P,S##… argument
9 #define R8(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) argument
10 #define R9(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) R6(P,S##4) R6(P,S##5) R6(P,S##… argument
13 #define R12(P, S) R9(P,S##0) R9(P,S##1) R9(P,S##2) R9(P,S##3) R9(P,S##4) R9(P,S##5) R9(P,S##… argument
16 #define R15(P, S) R12(P,S##0) R12(P,S##1) R12(P,S##2) R12(P,S##3) R12(P,S##4) R12(P,S##5) R12(P,S##… argument
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Daccessor.c48 #define S(FIELD, VAL) .FIELD = VAL in krb5int_accessor() macro
54 S (free_addrlist, krb5int_free_addrlist), in krb5int_accessor()
55 S (krb5_hmac, krb5_hmac), in krb5int_accessor()
58 S (sendto_udp, &krb5int_sendto), in krb5int_accessor()
63 S (use_dns_kdc, _krb5_use_dns_kdc), in krb5int_accessor()
65 S (make_srv_query_realm, 0), in krb5int_accessor()
66 S (free_srv_dns_data, 0), in krb5int_accessor()
67 S (use_dns_kdc, 0), in krb5int_accessor()
76 S (krb_life_to_time, 0), in krb5int_accessor()
77 S (krb_time_to_life, 0), in krb5int_accessor()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dsignals.c32 #define S(s) ERROR_dictionary(s) macro
43 "ABRT", VAL(SIGABRT,SH_SIGDONE), S("Abort"),
55 "APOLLO", VAL(SIGAPOLLO,0), S("SIGAPOLLO"),
86 "DIL", VAL(SIGDIL,0), S("DIL signal"),
103 "HUP", VAL(SIGHUP,SH_SIGDONE), S("Hangup"),
114 "IO", VAL(SIGIO,SH_SIGDONE), S("IO signal"),
117 "IOT", VAL(SIGIOT,SH_SIGDONE), S("Abort"),
127 "KILL", VAL(SIGKILL,0), S("Killed"),
183 "SEGV", VAL(SIGSEGV,0), S("Memory fault"),
202 "TINT", VAL(SIGTINT,0), S("Interrupt"),
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlundump.c36 #define LoadMem(S,b,n,size) LoadBlock(S,b,(n)*(size)) argument
37 #define LoadByte(S) (lu_byte)LoadChar(S) argument
38 #define LoadVar(S,x) LoadMem(S,&x,1,sizeof(x)) argument
39 #define LoadVector(S,b,n,size) LoadMem(S,b,n,size) argument
47 if (luaZ_read(S->Z,b,size)!=0) error(S,"truncated"); in LoadBlock()
53 LoadVar(S,x); in LoadChar()
80 char* s=luaZ_openspace(S->L,S->b,size); in LoadString()
119 setsvalue2n(S->L,o,LoadString(S)); in LoadConstants()
216 S.L=L; in luaU_undump()
217 S.Z=Z; in luaU_undump()
[all …]
/illumos-gate/usr/src/cmd/sort/
H A Doptions.c218 nF = field_new(S); in parse_new_field_spec()
233 if (S->m_verbose) in parse_new_field_spec()
247 } else if (S->m_verbose) { in parse_new_field_spec()
268 nF = field_new(S); in parse_old_field_spec()
402 S->m_merge_only = 1; in options()
406 S->m_unique_lines = 1; in options()
436 S->m_field_options |= in options()
444 S->m_field_options &= in options()
463 S->m_field_options |= in options()
469 S->m_field_options |= in options()
[all …]
H A Dinitialize.c62 initialize_pre(sort_t *S) in initialize_pre() argument
70 __S(stats_init(S->m_stats)); in initialize_pre()
72 S->m_default_species = ALPHA; in initialize_pre()
84 S->m_c_locale = 0; in initialize_pre()
85 S->m_single_byte_locale = 0; in initialize_pre()
123 initialize_post(sort_t *S) in initialize_post() argument
127 S->m_memory_available = available_memory(S->m_memory_limit); in initialize_post()
134 field_initialize(S); in initialize_post()
139 F = S->m_fields_head; in initialize_post()
169 F = S->m_fields_head; in initialize_post()
[all …]
H A Dmerge.c82 if (S->m_output_to_stdout) { in prepare_output_stream()
86 ostrp->s_filename = S->m_output_filename; in prepare_output_stream()
368 S->m_field_separator); in merge_n_streams()
383 S->m_field_separator); in merge_n_streams()
424 merge(sort_t *S) in merge() argument
432 if (S->m_merge_only) { in merge()
433 merge_chain = S->m_input_streams; in merge()
434 set_cleanup_chain(&S->m_input_streams); in merge()
440 merge_chain = S->m_temporary_streams; in merge()
449 if (S->m_entire_line) in merge()
[all …]
H A Dconvert.c38 convert(sort_t *S) in convert() argument
45 coll_convert = S->m_coll_convert; in convert()
52 if (S->m_entire_line) in convert()
58 stream_open_for_read(S, cur_streamp); in convert()
70 (void) coll_convert(S->m_fields_head, in convert()
72 S->m_field_separator); in convert()
104 sort_t S; in main() local
106 initialize_pre(&S); in main()
108 if (options(&S, argc, argv)) in main()
111 initialize_post(&S); in main()
[all …]
H A Dmain.c66 static sort_t S; variable
71 initialize_pre(&S); in main()
73 if (options(&S, argc, argv)) in main()
76 initialize_post(&S); in main()
78 if (S.m_check_if_sorted_only) in main()
79 check_if_sorted(&S); in main()
81 if (!S.m_merge_only) in main()
82 internal_sort(&S); in main()
84 merge(&S); in main()
H A Dinvoke.c48 display_global_defns(sort_t *S) in display_global_defns() argument
50 if (S->m_field_separator.sc) in display_global_defns()
52 S->m_field_separator.sc); in display_global_defns()
59 sort_t S; in main() local
61 initialize_pre(&S); in main()
63 if (options(&S, argc, argv)) in main()
66 display_global_defns(&S); in main()
67 display_field_defns(S.m_fields_head); in main()
H A Dcheck.c100 check_if_sorted(sort_t *S) in check_if_sorted() argument
112 stream_t *cur_streamp = S->m_input_streams; in check_if_sorted()
119 set_memory_ratio(S, &numerator, &denominator); in check_if_sorted()
121 if (stream_open_for_read(S, cur_streamp) > 1) in check_if_sorted()
156 if (S->m_field_options & FIELD_REVERSE_COMPARISONS) in check_if_sorted()
160 if (S->m_unique_lines) in check_if_sorted()
176 FCV_REALLOC, S->m_field_separator); in check_if_sorted()
187 FCV_REALLOC, S->m_field_separator); in check_if_sorted()
204 (S->m_single_byte_locale ? 0 : CHECK_WIDE), in check_if_sorted()
210 if (r == 0 && S->m_unique_lines != 0) { in check_if_sorted()
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.h74 #define DEBUGOUT(S) \ argument
75 IXGBE_DEBUGLOG_0(NULL, S)
76 #define DEBUGOUT1(S, A) \ argument
78 #define DEBUGOUT2(S, A, B) \ argument
92 #define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A) argument
93 #define ERROR_REPORT2(S, A, B) DEBUGOUT1(S ":" A, B) argument
94 #define ERROR_REPORT3(S, A, B, C) DEBUGOUT2(S ":" A, B, C) argument
98 #define DEBUGOUT(S)
99 #define DEBUGOUT1(S, A)
100 #define DEBUGOUT2(S, A, B)
[all …]
/illumos-gate/usr/src/common/ficl/test/
H A Dcore.fr45 { 0S 0S AND -> 0S }
46 { 0S 1S AND -> 0S }
47 { 1S 0S AND -> 0S }
48 { 1S 1S AND -> 1S }
50 { 0S 0S OR -> 0S }
51 { 0S 1S OR -> 1S }
52 { 1S 0S OR -> 1S }
53 { 1S 1S OR -> 1S }
55 { 0S 0S XOR -> 0S }
56 { 0S 1S XOR -> 1S }
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dwjposer1.in6 %S:JOPA/EDFR/VESE
16 %S:JOPA/BRBI
25 %S:MAGO
47 %S:JOPA
69 %S:JOPA
86 %S:EDFR
199 %S:LITM
399 %S:STJA
433 %S:MAGO
451 %S:STJA
[all …]
H A Dwjposer1.ok7 %S:JOPA/EDFR/VESE
18 %S:JOPA/BRBI
28 %S:MAGO
76 %S:JOPA
100 %S:JOPA
118 %S:EDFR
135 %S:EDFR
308 %S:LITM
578 %S:STJA
615 %S:MAGO
[all …]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsecurity.ndl96 #define SID_NULL "S-1-0-0"
97 #define SID_WORLD_DOMAIN "S-1-1"
98 #define SID_WORLD "S-1-1-0"
102 #define SID_NT_AUTHORITY "S-1-5"
103 #define SID_NT_DIALUP "S-1-5-1"
104 #define SID_NT_NETWORK "S-1-5-2"
105 #define SID_NT_BATCH "S-1-5-3"
107 #define SID_NT_SERVICE "S-1-5-6"
109 #define SID_NT_PROXY "S-1-5-8"
111 #define SID_NT_SELF "S-1-5-10"
[all …]
/illumos-gate/usr/src/cmd/sendmail/util/
H A Detrn.pl130 if (connect(S, $sinl)) {
132 print S "quit\n";
135 close(S);
142 close(S);
169 while (<S>) {
185 close(S);
194 while (<S>) {
209 while (<S>) {
221 while (<S>) {
225 close(S);
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dctanhf.c41 float r, u, v, t, x, y, S, C; in ctanhf() local
74 S = sinf(y + y); in ctanhf()
76 (void) sincosf(y, &S, &C); in ctanhf()
77 S = (S + S) * C; in ctanhf()
84 F_IM(ans) = zero * S; /* x is inf */ in ctanhf()
86 F_IM(ans) = S * expf(-x); /* underflow */ in ctanhf()
88 F_IM(ans) = (S + S) * expf(-(x + x)); in ctanhf()
102 (void) sincosf(y, &S, &C); in ctanhf()
108 F_IM(ans) = (r * S) * v; in ctanhf()
H A Dctanhl.c42 long double r, u, v, t, x, y, S, C; in ctanhl() local
77 S = sinl(y + y); in ctanhl()
79 (void) sincosl(y, &S, &C); in ctanhl()
80 S = (S + S) * C; in ctanhl()
87 LD_IM(ans) = zero * S; /* x is inf */ in ctanhl()
89 LD_IM(ans) = S * expl(-x); /* underflow */ in ctanhl()
91 LD_IM(ans) = (S + S) * expl(-(x + x)); in ctanhl()
105 sincosl(y, &S, &C); in ctanhl()
111 LD_IM(ans) = (r * S) * v; in ctanhl()
H A Dctanh.c99 double t, r, v, u, x, y, S, C; in ctanh() local
134 S = sin(y + y); in ctanh()
136 (void) sincos(y, &S, &C); in ctanh()
137 S = (S + S) * C; in ctanh()
145 D_IM(ans) = zero * S; /* x is inf */ in ctanh()
147 D_IM(ans) = S * exp(-x); /* underflow */ in ctanh()
149 D_IM(ans) = (S + S) * exp(-(x + x)); in ctanh()
163 (void) sincos(y, &S, &C); in ctanh()
169 D_IM(ans) = (r * S) * v; in ctanh()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dsocket-utils.h102 #define sa2sin(S) ((struct sockaddr_in *)(S)) argument
103 #define sa2sin6(S) ((struct sockaddr_in6 *)(S)) argument
104 #define ss2sa(S) ((struct sockaddr *)(S)) argument
105 #define ss2sin(S) ((struct sockaddr_in *)(S)) argument
106 #define ss2sin6(S) ((struct sockaddr_in6 *)(S)) argument
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dlogical.c1 struct S { struct
9 int os(int i, struct S *b) { return i || b->s; } in os() argument
10 int ou(int i, struct S *b) { return i || b->u; } in ou()
11 int ol(int i, struct S *b) { return i || b->l; } in ol()
12 int od(int i, struct S *b) { return i || b->d; } in od()
14 int as(int i, struct S *b) { return i && b->s; } in as()
15 int au(int i, struct S *b) { return i && b->u; } in au()
16 int al(int i, struct S *b) { return i && b->l; } in al()
17 int ad(int i, struct S *b) { return i && b->d; } in ad()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_label.h103 #define ltohs(S) (*((ushort_t *)(&(S)))) argument
105 #define htols(S) (*((ushort_t *)(&(S)))) argument
111 #define ltohs(S) ((getbyte(S, 1) << 8) | getbyte(S, 0))
114 #define htols(S) ((getbyte(S, 1) << 8) | getbyte(S, 0))
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A DMakefile.am12 EXTRA_DIST = setjmp.S apm.S $(noinst_SCRIPTS)
153 e2fs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
162 fat_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
171 ffs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
180 ufs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
189 ufs2_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
198 zfs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c disk_io.c \
217 reiserfs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
226 vstafs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
235 jfs_stage1_5_exec_SOURCES = start.S asm.S common.c char_io.c \
[all …]
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h30 #define DEBUGOUT(S) i40e_debug(NULL, 0, S) argument
31 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument
32 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
33 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
34 #define DEBUGOUT4(S, A, B, C, D) \ argument
35 i40e_debug(NULL, 0, S, A, B, C, D)
36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
37 i40e_debug(NULL, 0, S, A, B, C, D, E)
38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
39 i40e_debug(NULL, 0, S, A, B, C, D, E, F)
[all …]

12345678910>>...33