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

E

-E, index iconB.2.10 -E
EDITOR
index icon8.2.1 Step 1: Set Up the Environment
index icon8.2.9 Command-Line Syntax for Editors
edit, source files, See cscope
elfdump, index iconB.2.91 -xcode[=v]
ellipsis notation
index icon6.2.3 Mixing Considerations
index icon6.3 Functions With Varying Arguments
index icon6.12.6 Compatible Function Types
enhanced mode of lint, index icon4.1 Basic and Enhanced lint Modes
environment variable
EDITOR as used by cscope
index icon8.2.1 Step 1: Set Up the Environment
index icon8.2.9 Command-Line Syntax for Editors
LANG
in C90, index iconE.1.4.7 (6.1.3.4) The current locale used to convert multibyte characters into corresponding wide characters (codes) for a wide character constant:
in C99
index iconC.1.4 Characters (J.3.4)
index iconC.1.14 Locale-specific Behavior (J.4)
LC_ALL
in C90, index iconE.1.4.7 (6.1.3.4) The current locale used to convert multibyte characters into corresponding wide characters (codes) for a wide character constant:
in C99, index iconC.1.4 Characters (J.3.4)
LC_CTYPE
in C90, index iconE.1.4.7 (6.1.3.4) The current locale used to convert multibyte characters into corresponding wide characters (codes) for a wide character constant:
in C99, index iconC.1.4 Characters (J.3.4)
OMP_NUM_THREADS, index icon3.2.2 Environment Variables
PARALLEL
index icon2.15.1 PARALLEL
index icon3.2.2 Environment Variables
STACKSIZE, index icon3.2.2 Environment Variables
SUN_PROFDATA, index icon2.15.2 SUN_PROFDATA
SUN_PROFDATA_DIR, index icon2.15.3 SUN_PROFDATA_DIR
SUNW_MP_WARN, index icon3.2.2 Environment Variables
TERM as used by cscope, index icon8.2.1 Step 1: Set Up the Environment
TMPDIR, index icon2.15.4 TMPDIR
TZ, index iconE.1.15.1 (7.12.1) The local time zone and Daylight Savings Time:
VPATH as used by cscope, index icon8.2.1 Step 1: Set Up the Environment
ERANGE, index iconE.1.14.5 (7.5.1) Whether the mathematics functions set the integer expression errno to the value of the macro ERANGE on underflow range errors:
ERANGE macro, index iconC.1.12 Library Functions (J.3.12)
-err, index icon4.3.8 -err=warn
-errchk, index icon4.3.9 -errchk=l(, l)
-errfmt
index icon4.3.10 -errfmt=f
index iconB.2.11 -errfmt[=[no%]error]
-errhdr, index icon4.3.11 -errhdr=h
errno
C98 implementation of, index iconE.1.14.5 (7.5.1) Whether the mathematics functions set the integer expression errno to the value of the macro ERANGE on underflow range errors:
header file
index icon6.8.3 Names Reserved for Expansion
index icon6.8.4 Names Safe to Use
impact of -fast on
index iconB.2.17 -fast
index iconB.2.17 -fast
impact of finalization functions on, index icon2.11.9 fini
impact of initialization functions on, index icon2.11.12 init
impact of -xbuiltin on, index iconB.2.82 -xbuiltin[=(%all|%default|%none)]
impact of -xlibmieee on, index iconB.2.110 -xlibmieee
impact of -xlibmil on, index iconB.2.111 -xlibmil
impact of -xlibmopt on, index iconB.2.112 -xlibmopt
preserving value of, index icon2.13 Preserving the Value of errno
setting value to ERANGE on underflow
index iconC.1.12 Library Functions (J.3.12)
index iconC.1.12 Library Functions (J.3.12)
index iconC.1.12 Library Functions (J.3.12)
-erroff
index icon4.3.12 -erroff=tag(, tag)
index iconB.2.13 -erroff[=t]
#error, index icon2.10 Warnings and Errors
error messages, index iconE.1.1.1 (5.1.1.3) Identification of diagnostics:
adding prefix "error\
" to, index iconB.2.11 -errfmt[=[no%]error]
controlling length for a type mismatch, index iconB.2.14 -errshort[=i]
suppressing in lint, index icon4.3.12 -erroff=tag(, tag)
-errsecurity, index icon4.3.13 -errsecurity=level
-errshort, index iconB.2.14 -errshort[=i]
-errtags
index icon4.3.14 -errtags=a
index iconB.2.15 -errtags[=a]
-errwarn
index icon4.3.15 -errwarn=t
index iconB.2.16 -errwarn[=t]
er_src utility, index iconB.2.82 -xbuiltin[=(%all|%default|%none)]
exec function, index icon4.3.13 -errsecurity=level
_Exit function, index iconC.1.12 Library Functions (J.3.12)
expressions, grouping and evaluation in
index icon6.10 Grouping and Evaluation in Expressions
index icon6.10.5 The As If Rule