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

I

-I
4.3.20 -Idir
B.2.37 -I[-|dir]
-i, B.2.38 -i
idempotent qualifier in C99, D.1.9 Idempotent Qualifiers
ilogb function, C.1.12 Library Functions (J.3.12)
ilogbf function, C.1.12 Library Functions (J.3.12)
ilogbl function, C.1.12 Library Functions (J.3.12)
implementation-defined behavior
Implementation-Defined ISO/IEC C90 Behavior
E.1.15.8 (7.12.3.5) The formats for time and date:
#include, adding header files with, 2.16 How to Specify Include Files
-include, B.2.39 -include filename
incomplete types
6.11 Incomplete Types
6.11.6 Examples
inline expansion templates
B.2.103 -xlibmil
B.2.119 -xnolibmil
inline function specifier for C99, D.1.10 inline Functions
inlining, B.2.103 -xlibmil
integers
E.1.5 Integers (G.3.5)
E.1.5.5 (6.3.7) The result of a right shift of a negative-valued signed integral type:
integral constants, promotion of, 6.4.6 Integral Constants
interactive device, E.1.2.2 (5.1.2.3) What constitutes an interactive device:
internationalization
6.7 Multibyte Characters and Wide Characters
6.7.5 C Language Features
6.9 Internationalization
6.9.4 New Functions
interprocedural analysis pass, B.2.98 -xipo[=a]
ipo (C compiler), 1.8 Organization of the Compiler
ir2hf (C compiler), 1.8 Organization of the Compiler
iropt (code optimizer), 1.8 Organization of the Compiler
isalnum function, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isalpha function
C.1.14 Locale-specific Behavior (J.4)
E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isatty function, C.1.2 Environment (J.3.2)
iscntrl function, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
islower function, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
ISO C vs. K&R C
B.2.68 -X[c|a|t|s]
B.2.68 -X[c|a|t|s]
ISO/IEC 9899\
1999 Programming Language C
1.5 Standards Conformance
Supported Features of C99
ISO/IEC 9899-1990 standard, C-Compiler Implementation-Specific Information
isprint function, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isupper function, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
iswalpha function, C.1.14 Locale-specific Behavior (J.4)
iswctype function, C.1.14 Locale-specific Behavior (J.4)