JavaScript is required to for searching.
跳过导航链接
退出打印视图
Oracle Solaris Studio 12.2:C 用户指南
search filter icon
search icon

文档信息

前言

1.  C 编译器介绍

2.  特定于 C 编译器实现的信息

3.  并行化 C 代码

4.  lint 源代码检验器

5.  基于类型的别名分析

6.  转换为 ISO C

7.  转换应用程序以适用于 64 位环境

8.  cscope:交互检查 C 程序

A.  按功能分组的编译器选项

B.  C 编译器选项参考

C.  实现定义的 ISO/IEC C99 行为

D.  支持的 C99 功能

E.  实现定义的 ISO/IEC C90 行为

F.  ISO C 数据表示法

G.  性能调节

H.  K&R Solaris Studio C 与 Solaris Studio ISO C 之间的差异

索引

数字和符号

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

使

线

函数
abort, C.1.12 库函数 (J.3.12)
ascftime, 4.3.13 -errsecurity=v
calloc, C.1.12 库函数 (J.3.12)
cftime, 4.3.13 -errsecurity=v
clock
C.1.12 库函数 (J.3.12)
E.1.15.2 (7.12.2.1) The era for the clock function(clock 函数的年代)
creat, 4.3.13 -errsecurity=v
exec, 4.3.13 -errsecurity=v
_Exit, C.1.12 库函数 (J.3.12)
fclose, C.1.12 库函数 (J.3.12)
fegetexceptflag, C.1.12 库函数 (J.3.12)
feraiseexcept, C.1.12 库函数 (J.3.12)
fgetc, 4.3.13 -errsecurity=v
fgetpos, C.1.12 库函数 (J.3.12)
fmod
C.1.12 库函数 (J.3.12)
E.1.14.6 (7.5.6.4) Whether a domain error occurs or zero is returned when the fmod function has a second argument of zero(fmod 函数的第二个参数为零时,发生域错误还是返回零):
fopen, 4.3.13 -errsecurity=v
fprintf
C.1.12 库函数 (J.3.12)
E.1.14.22 (7.9.6.1) The output for %p conversion in the fprintf function(fprintf 函数中 %p 转换的输出):
free, C.1.12 库函数 (J.3.12)
fscanf
C.1.12 库函数 (J.3.12)
E.1.14.23 (7.9.6.2) The input for %p conversion in the fscanf function(fscanf 函数中 %p 转换的输入):
fsetpos, C.1.12 库函数 (J.3.12)
ftell, C.1.12 库函数 (J.3.12)
fwprintf, C.1.12 库函数 (J.3.12)
fwscanf, C.1.12 库函数 (J.3.12)
getc, 4.3.13 -errsecurity=v
getenv, C.1.2 环境 (J.3.2)
gets, 4.3.13 -errsecurity=v
getutxent, 7.4.1 长度增长的派生类型
ilogb, C.1.12 库函数 (J.3.12)
isalnum, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
isalpha
C.1.14 语言环境特定的行为 (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(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
isatty, C.1.2 环境 (J.3.2)
iscntrl, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
islower, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
isprint, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
isupper, E.1.14.3 (7.3.1) The sets of characters tested for by the isalnum, isalpha, iscntrl, islower, isprint, and isupper functions(isalnum、isalpha、iscntrl、islower、isprint 和 supper 函数测试的字符集):
iswalpha, C.1.14 语言环境特定的行为 (J.4)
iswctype, C.1.14 语言环境特定的行为 (J.4)
main, C.1.2 环境 (J.3.2)
malloc, C.1.12 库函数 (J.3.12)
printf, C.1.12 库函数 (J.3.12)
realloc, C.1.12 库函数 (J.3.12)
remove
C.1.12 库函数 (J.3.12)
E.1.14.20 (7.9.4.1) The effect of the remove function on an open file(remove 函数对打开的文件的影响):
rename
C.1.12 库函数 (J.3.12)
E.1.14.21 (7.9.4.2) The effect if a file with the new name exists prior to a call to the rename function(在调用 rename 函数之前已存在具有新名称的文件时的影响):
scanf, 4.3.13 -errsecurity=v
setlocale, C.1.12 库函数 (J.3.12)
signal, C.1.2 环境 (J.3.2)
sizeof, 7.3.9 sizeof( ) 是无符号 long
stat, 4.3.13 -errsecurity=v
strerror, C.1.14 语言环境特定的行为 (J.4)
strftime, C.1.12 库函数 (J.3.12)
strlcpy, 4.3.13 -errsecurity=v
strtod, C.1.12 库函数 (J.3.12)
strtof, C.1.12 库函数 (J.3.12)
strtold, C.1.12 库函数 (J.3.12)
sunw_mp_register, 3.2.1 处理 OpenMP 运行时警告
system
C.1.2 环境 (J.3.2)
C.1.12 库函数 (J.3.12)
towctrans, C.1.14 语言环境特定的行为 (J.4)
wait, C.1.12 库函数 (J.3.12)
wait3, C.1.12 库函数 (J.3.12)
waitid, C.1.12 库函数 (J.3.12)
waitpid, C.1.12 库函数 (J.3.12)
wcsftime, C.1.12 库函数 (J.3.12)
wcstod, C.1.12 库函数 (J.3.12)
wcstof, C.1.12 库函数 (J.3.12)
wcstold, C.1.12 库函数 (J.3.12)
使用可变参数列表, 6.3 带有可变参数的函数
隐式声明, D.1.6 禁止隐式 int 和隐式函数声明
原型
4.6.1.1 一致性检查
6.2 旧式和新式函数的混合
原型, lint 检查, 4.6.2 lint 库
重新排序, B.2.93 -xF[=v[,v...]]