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

I

-I
index icon4.3.20 -Idir
index iconB.2.38 -I[-|dir]
-i, index iconB.2.39 -i
idempotent qualifier in C99, index iconD.1.9 Idempotent Qualifiers
ilogbf function, index iconC.1.12 Library Functions (J.3.12)
ilogb function, index iconC.1.12 Library Functions (J.3.12)
ilogbl function, index iconC.1.12 Library Functions (J.3.12)
implementation-defined behavior
index iconImplementation-Defined ISO/IEC C90 Behavior
index iconE.1.15.8 (7.12.3.5) The formats for time and date:
#include, adding header files with, index icon2.16 How to Specify Include Files
-include, index iconB.2.40 -include filename
incomplete types
index icon6.11 Incomplete Types
index icon6.11.6 Examples: Incomplete Types
inline expansion templates
index iconB.2.111 -xlibmil
index iconB.2.127 -xnolibmil
inline function specifier for C99, index iconD.1.10 inline Functions
inlining, index iconB.2.111 -xlibmil
integers
index iconE.1.5 Integers (G.3.5)
index iconE.1.5.5 (6.3.7) The result of a right shift of a negative-valued signed integral type:
integral constants, promotion of, index icon6.4.5 Integral Constants
interactive device, index iconE.1.2.2 (5.1.2.3) What constitutes an interactive device:
internationalization
index icon6.7 Multibyte Characters and Wide Characters
index icon6.7.4 C Language Features
index icon6.9 Internationalization
index icon6.9.4 New Functions
interprocedural analysis pass, index iconB.2.104 -xipo[=a]
intrinsics, Intel MMX, index icon2.18 Compiler Support for Intel MMX and Extended x86 Platform Intrinsics
ipo (C compiler), index icon1.8 Organization of the Compiler
ir2hf (C compiler), index icon1.8 Organization of the Compiler
iropt (code optimizer), index icon1.8 Organization of the Compiler
isalnum function, index iconE.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isalpha function
index iconC.1.14 Locale-specific Behavior (J.4)
index iconE.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isatty function, index iconC.1.2 Environment (J.3.2)
iscntrl function, index iconE.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
islower function, index iconE.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
index iconB.2.71 -X[c|a|t|s]
index iconB.2.71 -X[c|a|t|s]
ISO/IEC 9899\
1999 Programming Language C
index icon1.5 Standards Conformance
index iconFeatures of C99
ISO/IEC 9899-1990 standard, index iconC-Compiler Implementation-Specific Information
isprint function, index iconE.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
isupper function, index iconE.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions:
iswalpha function, index iconC.1.14 Locale-specific Behavior (J.4)
iswctype function, index iconC.1.14 Locale-specific Behavior (J.4)