JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.2: C User's Guide
search filter icon
search icon

Document Information

Preface

1.  Introduction to the C Compiler

2.  C-Compiler Implementation-Specific Information

3.  Parallelizing C Code

4.  lint Source Code Checker

5.  Type-Based Alias Analysis

6.  Transitioning to ISO C

7.  Converting Applications for a 64-Bit Environment

8.  cscope: Interactively Examining a C Program

A.  Compiler Options Grouped by Functionality

B.  C Compiler Options Reference

C.  Implementation-Defined ISO/IEC C99 Behavior

D.  Supported Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  The Differences Between K&R Solaris Studio C and Solaris Studio ISO C

Index

Numbers and Symbols

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

S

-S, B.2.60 -S
-s
4.3.32 -s
B.2.61 -s
scanf function, 4.3.13 -errsecurity=v
search, source files, See cscope
setlocale(3C)
6.9.2 The setlocale() Function
6.9.4 New Functions
setlocale function, C.1.12 Library Functions (J.3.12)
shared libraries, naming, B.2.36 -h name
signal
E.1.14.7 (7.7.1.1) The set of signals for the signal function:
E.1.14.10 (7.7.1.1) Whether the default handling is reset if the SIGILL signal is received by a handler specified to the signal function:
signal function, C.1.2 Environment (J.3.2)
signed, E.1.4.8 (6.2.1.1) Whether a plain char has the same range of values as signed char or unsigned char:
signedness of chars, B.2.82 -xchar[=o]
sizeof function, 7.3.9 sizeof( ) Is an Unsigned long
slave thread default setting for STACKSIZE, 3.3.4 STACKSIZE
Solaris threads, B.2.50 -mt[={yes|no}]
source files
checking with lint, 4.6.3 lint Filters
compatibility of K&R C, C Compiler Options Reference
editing
See cscope
locating, E.1.13.3 (6.8.2) The method for locating includable source files:
searching
See cscope
space characters, E.1.14.12 (7.9.2) Whether space characters that are written out to a text stream immediately before a new-line character appear when read in:
ssbd (C compiler), 1.8 Organization of the Compiler
stabs debugger-data format, B.2.89 -xdebugformat=[stabs|dwarf]
stack
memory allocation maximum, F.1 Storage Allocation
setting page size for, B.2.125 -xpagesize=n
STACKSIZE environment variable, 3.3.4 STACKSIZE
standards conformance
1.5 Standards Conformance
C-Compiler Implementation-Specific Information
stat function, 4.3.13 -errsecurity=v
static linking, B.2.8 -d[y|n]
std level alias disambiguation, B.2.72 -xalias_level[=l]
__STDC__ value under -Xc, B.2.68 -X[c|a|t|s]
stdint.h, macros defined in, C.1.13 Architecture (J.3.13)
storage allocation for types, F.1 Storage Allocation
streams, E.1.14.11 (7.9.2) Whether the last line of a text stream requires a terminating new-line character:
strerror function, C.1.14 Locale-specific Behavior (J.4)
strftime function, C.1.12 Library Functions (J.3.12)
strict level alias disambiguation, B.2.72 -xalias_level[=l]
string literals in text segment, B.2.148 -xstrconst
strlcpy function, 4.3.13 -errsecurity=v
strong level alias disambiguation, B.2.72 -xalias_level[=l]
strtod function, C.1.12 Library Functions (J.3.12)
strtof function, C.1.12 Library Functions (J.3.12)
strtold function, C.1.12 Library Functions (J.3.12)
structure
alignment, E.1.9.2 (6.5.2.1) The padding and alignment of members of structures.
padding, E.1.9.2 (6.5.2.1) The padding and alignment of members of structures.
sun_prefetch.h, B.2.133 -xprefetch[=val[,val]]
SUN_PROFDATA, definition, 2.15.6 SUN_PROFDATA
SUN_PROFDATA_DIR, definition, 2.15.7 SUN_PROFDATA_DIR
sunw_mp_register_warn() function, 3.2.1 Handling OpenMP Runtime Warnings
SUNW_MP_THR_IDLE environment variable
2.15.8 SUNW_MP_THR_IDLE
3.3.2 SUNW_MP_THR_IDLE
SUNW_MP_WARN environment variable, 3.3.3 SUNW_MP_WARN
symbol declaration specifier, 2.2 Linker Scoping Specifiers
__symbolic, 2.2 Linker Scoping Specifiers
symbolic debugging information, removing, B.2.61 -s
system function
C.1.2 Environment (J.3.2)
C.1.12 Library Functions (J.3.12)