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

R

-R
4.3.31 -Rfile
B.2.59 -Rdir[:dir]
readme file, 1.6 C Readme File
realloc function, C.1.12 Library Functions (J.3.12)
remove function
C.1.12 Library Functions (J.3.12)
E.1.14.20 (7.9.4.1) The effect of the remove function on an open file:
removing symbolic debugging information, B.2.61 -s
rename function
C.1.12 Library Functions (J.3.12)
E.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, B.2.36 -h name
reordering functions and data, B.2.93 -xF[=v[,v...]]
representation
floating point, E.1.6.1 (6.1.2.5) The representations and sets of values of the various types of floating-point numbers:
integers, E.1.5.1 (6.1.2.5) The representations and sets of values of the various types of integers:
reserved names
6.8 Standard Headers and Reserved Names
6.8.4 Names Safe to Use
for expansion, 6.8.3 Names Reserved for Expansion
for implementation use, 6.8.2 Names Reserved for Implementation Use
guidelines for choosing, 6.8.4 Names Safe to Use
_Restrict, 2.14.1 _Restrict Keyword
restrict keyword
as part of supported C99 features, D.1.2 C99 Keywords
as recognized by -Xs, 3.8.2 Restricted Pointers
as type qualifier in parallelized code, 3.8.2 Restricted Pointers
as used in parallelized code, 3.3.5 Using restrict in Parallel Code
right shift, E.1.5.5 (6.3.7) The result of a right shift of a negative-valued signed integral type:
rounding behavior, 2.4 Floating Point, Nonstandard Mode