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

M

-m, index icon4.3.24 -m
macro expansion, index icon6.5.4 Macro Replacement
macros
__DATE__
index iconC.1.11 Preprocessing Directives (J.3.11)
index iconE.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
ERANGE, index iconC.1.12 Library Functions (J.3.12)
FLT_EVAL_METHOD
index iconC.1.12 Library Functions (J.3.12)
index iconD.1.1 Precision of Floating Point Evaluators
NULL, index iconC.1.12 Library Functions (J.3.12)
those specified infloat.h, index iconC.1.13 Architecture (J.3.13)
those specified inlimits.h, index iconC.1.13 Architecture (J.3.13)
those specified instdint.h, index iconC.1.13 Architecture (J.3.13)
__TIME__
index iconC.1.11 Preprocessing Directives (J.3.11)
index iconE.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
main function, index iconC.1.2 Environment (J.3.2)
main, semantics of args, index iconE.1.2.1 (5.1.2.2.1) Semantics of arguments to main:
makefile dependencies, index iconB.2.117 -xM
malloc function, index iconC.1.12 Library Functions (J.3.12)
man pages, accessing, index icon1.7 Man Pages
math functions, domain errors, index iconE.1.14.4 (7.5.1) The values returned by the mathematics functions on domain errors:
mbarrier.h, index icon3.8 Memory-Barrier Intrinsics
-mc, index iconB.2.48 -mc
mcs (C compiler), index icon1.8 Organization of the Compiler
memory allocation on the stack, index iconF.1 Storage Allocation
memory barrier intrinsics, index icon3.8 Memory-Barrier Intrinsics
message ID (tag)
index iconB.2.13 -erroff[=t]
index iconB.2.15 -errtags[=a]
messages, error, index iconE.1.1.1 (5.1.1.3) Identification of diagnostics:
mode, compiler
index iconB.2.71 -X[c|a|t|s]
index iconB.2.71 -X[c|a|t|s]
MP C, index iconParallelizing C Code
-mr, index iconB.2.51 -mr[,string]
multibyte characters and wide characters
index icon6.7 Multibyte Characters and Wide Characters
index icon6.7.4 C Language Features
multimedia types, handling of, index iconB.2.164 -xvis
multiprocessing, index iconParallelizing C Code
-xjobs, index iconB.2.107 -xjobs=n
multithreading, index iconB.2.52 -mt[={yes|no}]