JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: C User's Guide     Oracle Solaris Studio 12.3 Information Library
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.  Features of C99

E.  Implementation-Defined ISO/IEC C90 Behavior

F.  ISO C Data Representations

G.  Performance Tuning

H.  Oracle Solaris Studio C: Differences Between K&R C and 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

B

-B, index iconB.2.4 -B[static|dynamic]
-b, index icon4.3.4 -b
basic level alias disambiguation, index iconB.2.76 -xalias_level[=l]
basic mode of lint, index icon4.1 Basic and Enhanced lint Modes
behavior, implementation-defined
index iconImplementation-Defined ISO/IEC C90 Behavior
index iconE.1.15.8 (7.12.3.5) The formats for time and date:
binary optimization, index iconB.2.81 -xbinopt={prepare|off}
binding, static vs. dynamic, index iconB.2.4 -B[static|dynamic]
binopt, index iconB.2.78 -xannotate[=yes|no]
bit-field
as impacted by transition to ISO C, index icon6.12.7 Special Cases
portability of constants assigned to, index icon4.6.1.2 Portability Checks
promotion of, index icon6.4.3 Example: The Use of a Cast
treating as signed or unsigned, index iconE.1.9.3 (6.5.2.1) Whether a plain int bit-field is treated as a signed int bit-field or as an unsigned int bit-field:
bits, in execution character set, index iconE.1.4.3 (5.2.4.2.1) The number of bits in a character in the execution character set:
bitwise operations on signed integers, index iconE.1.5.3 (6.3) The results of bitwise operations on signed integers:
buffering, index iconE.1.14.16 (7.9.3) The characteristics of file buffering: