Symbol: SS
crypto/openssl/apps/lib/vms_term_sock.c
474
if (iosb.iosb$w_status == SS$_ABORT)
crypto/openssl/crypto/seed/seed.c
53
#ifdef SS /* can get defined on Solaris by inclusion of \
crypto/openssl/crypto/seed/seed.c
61
SS[0][(unsigned char)(v) & 0xff] ^ SS[1][(unsigned char)((v) >> 8) & 0xff] ^ SS[2][(unsigned char)((v) >> 16) & 0xff] ^ SS[3][(unsigned char)((v) >> 24) & 0xff]
crypto/openssl/crypto/seed/seed.c
63
static const seed_word SS[4][256] = {
crypto/openssl/crypto/ui/ui_openssl.c
467
if (status != SS$_NORMAL) {
crypto/openssl/crypto/ui/ui_openssl.c
477
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL))
crypto/openssl/crypto/ui/ui_openssl.c
501
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) {
crypto/openssl/crypto/ui/ui_openssl.c
533
if ((status != SS$_NORMAL) || (iosb.iosb$w_value != SS$_NORMAL)) {
crypto/openssl/crypto/ui/ui_openssl.c
560
if (status != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
394
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
399
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
404
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
409
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
417
if ((status = lib$get_ef(&efn)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
422
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
426
if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
430
if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
435
!= SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
439
if ((status = sys$synch(efn, &iosb)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
443
if (iosb.iosb$l_getxxi_status != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
447
if ((status = lib$free_ef(&efn)) != SS$_NORMAL) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
517
if (status == SS$_RETRY) {
crypto/openssl/providers/implementations/rands/seeding/rand_vms.c
524
if (status != SS$_NORMAL) {
crypto/openssl/test/stack_test.c
258
static SS *SS_copy(const SS *p)
crypto/openssl/test/stack_test.c
260
SS *q = OPENSSL_malloc(sizeof(*q));
crypto/openssl/test/stack_test.c
267
static void SS_free(SS *p)
crypto/openssl/test/stack_test.c
274
STACK_OF(SS) *s = sk_SS_new_null();
crypto/openssl/test/stack_test.c
275
STACK_OF(SS) *r = NULL;
crypto/openssl/test/stack_test.c
276
SS *v[10], *p;
crypto/openssl/test/stack_test.c
41
DEFINE_STACK_OF(SS)
lib/libc/string/memchr.c
47
for (w = (const void *)s; n >= SS && !HASZERO(*w ^ k);
lib/libc/string/memchr.c
48
w++, n -= SS)
sys/cddl/dev/dtrace/i386/dtrace_isa.c
525
if (reg > SS) {
sys/dev/axgbe/xgbe-dev.c
722
if (XGMAC_IOREAD_BITS(pdata, MAC_TCR, SS) != ss)
sys/dev/axgbe/xgbe-dev.c
723
XGMAC_IOWRITE_BITS(pdata, MAC_TCR, SS, ss);
sys/sys/pmc.h
235
__PMC_MODE(SS, 0) \
usr.bin/sed/process.c
402
SS.len = 0; /* Clean substitute space. */
usr.bin/sed/process.c
410
cspace(&SS, s, match[0].rm_so - le, APPEND);
usr.bin/sed/process.c
417
regsub(&SS, ps, cp->u.s->new);
usr.bin/sed/process.c
423
cspace(&SS, s, match[0].rm_eo - le,
usr.bin/sed/process.c
440
cspace(&SS, s++, 1, APPEND);
usr.bin/sed/process.c
458
cspace(&SS, s, slen, APPEND);
usr.bin/sed/process.c
465
PS = SS;
usr.bin/sed/process.c
467
SS = tspace;
usr.bin/sed/process.c
468
SS.space = SS.back;
usr.bin/sed/process.c
59
static SPACE HS, PS, SS, YS;