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

R

-R
index icon4.3.31 -Rfile
index iconB.2.62 -Rdir[:dir]
readme file, index icon1.6 C Readme File
realloc function, index iconC.1.12 Library Functions (J.3.12)
remove function
index iconC.1.12 Library Functions (J.3.12)
index iconE.1.14.20 (7.9.4.1) The effect of the remove function on an open file:
removing symbolic debugging information, index iconB.2.64 -s
rename function
index iconC.1.12 Library Functions (J.3.12)
index iconE.1.14.21 (7.9.4.2) The effect if a file with the new name exists prior to a call to the rename function:
renaming shared libraries, index iconB.2.37 -h name
reordering functions and data, index iconB.2.99 -xF[=v[,v...]]
representation
floating point, index iconE.1.6.1 (6.1.2.5) The representations and sets of values of the various types of floating-point numbers:
integers, index iconE.1.5.1 (6.1.2.5) The representations and sets of values of the various types of integers:
reserved names
index icon6.8 Standard Headers and Reserved Names
index icon6.8.4 Names Safe to Use
for expansion, index icon6.8.3 Names Reserved for Expansion
for implementation use, index icon6.8.2 Names Reserved for Implementation Use
guidelines for choosing, index icon6.8.4 Names Safe to Use
_Restrict, index icon2.14.1 _Restrict Keyword
restrict keyword
as part of supported C99 features, index iconD.1.2 C99 Keywords
as recognized by -Xs, index icon3.7.2 Restricted Pointers
as type qualifier in parallelized code, index icon3.7.2 Restricted Pointers
as used in parallelized code, index icon3.2.3 Using restrict in Parallel Code
right shift, index iconE.1.5.5 (6.3.7) The result of a right shift of a negative-valued signed integral type:
rounding behavior, index icon2.4 Floating Point, Nonstandard Mode