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

M

-m, 4.3.24 -m
macro expansion, 6.5.4 Macro Replacement
macros
__DATE__
C.1.11 Preprocessing Directives (J.3.11)
E.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
ERANGE, C.1.12 Library Functions (J.3.12)
FLT_EVAL_METHOD
C.1.12 Library Functions (J.3.12)
D.1.1 Precision of Floating Point Evaluators
NULL, C.1.12 Library Functions (J.3.12)
those specified infloat.h, C.1.13 Architecture (J.3.13)
those specified inlimits.h, C.1.13 Architecture (J.3.13)
those specified instdint.h, C.1.13 Architecture (J.3.13)
__TIME__
C.1.11 Preprocessing Directives (J.3.11)
E.1.13.7 (6.8.8) The definitions for __DATE__ and __TIME__ when, respectively, the date and time of translation are not available:
main, semantics of args, E.1.2.1 (5.1.2.2.1) Semantics of arguments to main:
main function, C.1.2 Environment (J.3.2)
makefile dependencies, B.2.109 -xM
malloc function, C.1.12 Library Functions (J.3.12)
man pages, accessing, 1.7 Man Pages
math functions, domain errors, E.1.14.4 (7.5.1) The values returned by the mathematics functions on domain errors:
mbarrier.h, 3.9 Memory Barrier Intrinsics
-mc, B.2.46 -mc
mcs (C compiler), 1.8 Organization of the Compiler
memory allocation on the stack, F.1 Storage Allocation
memory barrier intrinsics, 3.9 Memory Barrier Intrinsics
message ID (tag)
B.2.13 -erroff[=t]
B.2.15 -errtags[=a]
messages, error, E.1.1.1 (5.1.1.3) Identification of diagnostics:
mode, compiler
B.2.68 -X[c|a|t|s]
B.2.68 -X[c|a|t|s]
MP C
Parallelizing C Code
3.8.3.2 Parallel Pragma
-mr, B.2.49 -mr[,string]
multibyte characters and wide characters
6.7 Multibyte Characters and Wide Characters
6.7.5 C Language Features
multimedia types, handling of, B.2.158 -xvis
multiprocessing
Parallelizing C Code
3.8.3.2 Parallel Pragma
-xjobs, B.2.100 -xjobs=n
multithreading, B.2.50 -mt[={yes|no}]