| | | | |
| Numbers and Symbols |
| |
| | _’ ( ) ( ) |
| |
| | -# ( ) ( ) |
| |
| | __’ ( ) |
| |
| | -### ( ) ( ) |
| |
| | // comment indicators |
| | | in C99 ( ) |
| | | with -xCC ( ) |
| |
| | _ _asm keyword ( ) ( ) |
| |
| | #assert ( ) |
| |
| | #assert ( ) ( ) ( ) ( ) |
| |
| | #define ( ) |
| |
| | #include, adding header files with ( ) |
| |
| | #pragma ( ) ( ) ( ) ( ) |
| |
| | #pragma alias ( ) |
| |
| | #pragma alias_level ( ) |
| |
| | #pragma align ( ) |
| |
| | #pragma c99 ( ) |
| |
| | #pragma does_not_read_global_data ( ) |
| |
| | #pragma does_not_return ( ) |
| |
| | #pragma does_not_write_global_data ( ) |
| |
| | #pragma error_messages ( ) |
| |
| | #pragma fini ( ) |
| |
| | #pragma hdrstop ( ) |
| |
| | #pragma ident ( ) ( ) |
| |
| | #pragma init ( ) |
| |
| | #pragma inline ( ) |
| |
| | #pragma int_to_unsigned ( ) |
| |
| | #pragma may_not_point_to ( ) |
| |
| | #pragma may_piont_to ( ) |
| |
| | #pragma MP serial_loop ( ) ( ) |
| |
| | #pragma MP serial_loop-nested ( ) ( ) |
| |
| | #pragma MP taskloop ( ) ( ) |
| |
| | #pragma noalias ( ) ( ) |
| |
| | #pragma no_inline ( ) |
| |
| | #pragma nomemorydepend ( ) |
| |
| | #pragma no_side_effect ( ) ( ) |
| |
| | #pragma opt ( ) |
| |
| | #pragma pack ( ) |
| |
| | #pragma pipeloop ( ) |
| |
| | #pragma rarely_called ( ) |
| |
| | #pragma redefine_extname ( ) |
| |
| | #pragma returns_new_memory ( ) |
| |
| | #pragma unknown_control_flow ( ) |
| |
| | #pragma unroll ( ) |
| |
| | #pragma warn_missing_parameter_info ( ) |
| |
| | #pragma weak ( ) |
| |
| | _ _STDC_ _ value under -Xc ( ) |
| | | | |
| E |
| |
| | -E ( ) |
| |
| | EDITOR ( ) ( ) |
| |
| | edit, source files, See cscope |
| |
| | elfdump ( ) |
| |
| | ellipsis notation ( ) ( ) ( ) |
| |
| | enhanced mode of lint ( ) |
| |
| | environment variable |
| | | EDITOR as used by cscope ( ) ( ) |
| | | LANG |
| | | | in C90 ( ) |
| | | | in C99 ( ) ( ) |
| | | LC_ALL |
| | | | in C90 ( ) |
| | | | in C99 ( ) |
| | | LC_CTYPE |
| | | | in C90 ( ) |
| | | | in C99 ( ) |
| | | OMP_DYNAMIC ( ) |
| | | OMP_NESTED ( ) |
| | | OMP_NUM_THREADS ( ) |
| | | OMP_SCHEDULE ( ) |
| | | PARALLEL ( ) |
| | | PARALLEL example ( ) |
| | | STACKSIZE ( ) |
| | | SUN_PROFDATA ( ) ( ) |
| | | SUN_PROFDATA_DIR ( ) ( ) |
| | | SUNPRO_MP_THR_IDLE ( ) |
| | | SUNW_MP_THR_IDLE ( ) |
| | | SUNW_MP_WARN ( ) |
| | | TCOVDIR ( ) |
| | | TERM as used by cscope ( ) |
| | | TMPDIR ( ) |
| | | TZ ( ) |
| | | VPATH as used by cscope ( ) |
| |
| | ERANGE ( ) |
| |
| | ERANGE macro ( ) |
| |
| | -err ( ) |
| |
| | -errchk ( ) |
| |
| | -errfmt ( ) ( ) |
| |
| | -errhdr ( ) |
| |
| | errno |
| | | C98 implementation of ( ) |
| | | header file ( ) ( ) |
| | | impact of -fast on ( ) ( ) |
| | | impact of finalization functions on ( ) |
| | | impact of initialization functions on ( ) |
| | | impact of -xbuiltin on ( ) |
| | | impact of -xlibmieee on ( ) |
| | | impact of -xlibmil on ( ) |
| | | impact of -xlibmopt on ( ) |
| | | preserving value of ( ) |
| | | setting value to ERANGE on underflow ( ) ( ) ( ) |
| |
| | -erroff ( ) ( ) |
| |
| | error messages ( ) |
| | | adding prefix "error\ |
| | | | " to ( ) |
| | | controlling length for a type mismatch ( ) |
| | | suppressing in lint ( ) |
| |
| | -errsecurity ( ) |
| |
| | -errshort ( ) |
| |
| | -errtags ( ) ( ) |
| |
| | -errwarn ( ) ( ) |
| |
| | er_src utility ( ) |
| |
| | exec function ( ) |
| |
| | _Exit function ( ) |
| |
| | expressions, grouping and evaluation in ( ) ( ) |
| | | | |
| L |
| |
| | -L ( ) ( ) |
| |
| | -l ( ) ( ) |
| |
| | LANG environment variable |
| | | in C90 ( ) |
| | | in C99 ( ) ( ) |
| |
| | layout level alias disambiguation ( ) |
| |
| | LC_ALL environment variable |
| | | in C90 ( ) |
| | | in C99 ( ) |
| |
| | LC_CTYPE environment variable |
| | | in C90 ( ) |
| | | in C99 ( ) |
| |
| | ld (C compiler) ( ) |
| |
| | libfast.a ( ) |
| |
| | libraries |
| | | building shared libraries ( ) |
| | | default dirs searched by cc ( ) |
| | | intrinsic name ( ) |
| | | libfast.a ( ) |
| | | lint ( ) ( ) |
| | | llib-lx.ln ( ) |
| | | renaming shared ( ) |
| | | shared or non shared ( ) |
| | | specifying dynamic or static links ( ) |
| | | sun_prefetch.h ( ) |
| |
| | library bindings ( ) |
| |
| | limit of memory allocation on stack ( ) |
| |
| | limits.h, macros defined in ( ) |
| |
| | linker |
| | | options received from compiler ( ) |
| | | specifying dynamic or static linking in ( ) |
| | | suppressing linking with ( ) |
| |
| | link, static vs. dynamic ( ) |
| |
| | link-time optimization ( ) |
| |
| | link-time options, list of ( ) |
| |
| | lint |
| | | basic mode |
| | | | introduced ( ) |
| | | | invoking ( ) |
| | | commands |
| | | | -# ( ) |
| | | | -### ( ) |
| | | | -a ( ) |
| | | | -b ( ) |
| | | | -C ( ) |
| | | | -c ( ) |
| | | | -dirout ( ) |
| | | | -errchk ( ) |
| | | | -errfmt ( ) |
| | | | -errhdr ( ) |
| | | | -erroff ( ) |
| | | | -errsecurity ( ) |
| | | | -errtags ( ) |
| | | | -err=warn ( ) |
| | | | -errwarn ( ) |
| | | | -F ( ) |
| | | | -fd ( ) |
| | | | -flagsrc ( ) |
| | | | -h ( ) |
| | | | -I ( ) |
| | | | -k ( ) |
| | | | -L ( ) |
| | | | -l ( ) |
| | | | -m ( ) |
| | | | -n ( ) |
| | | | -Ncheck ( ) |
| | | | -Nlevel ( ) |
| | | | -o ( ) |
| | | | -p ( ) |
| | | | -R ( ) |
| | | | -s ( ) |
| | | | -u ( ) |
| | | | -V ( ) |
| | | | -v ( ) |
| | | | -W ( ) |
| | | | -x ( ) |
| | | | -Xalias_level ( ) |
| | | | -Xc99 ( ) |
| | | | -XCC ( ) |
| | | | -Xexplicitpar ( ) |
| | | | -Xkeeptmp ( ) |
| | | | -Xtemp ( ) |
| | | | -Xtime ( ) |
| | | | -Xtransition ( ) |
| | | | -Xustr ( ) |
| | | | -y ( ) |
| | | consistency checks ( ) |
| | | diagnostics ( ) ( ) |
| | | directives ( ) ( ) |
| | | enhanced mode |
| | | | introduced ( ) |
| | | | invoking ( ) |
| | | filters ( ) ( ) |
| | | header files, finding ( ) |
| | | how lint examines code ( ) |
| | | introduction to ( ) |
| | | libraries ( ) ( ) |
| | | messages |
| | | | formats of ( ) ( ) |
| | | | message ID (tag), identifying ( ) ( ) |
| | | | suppressing ( ) |
| | | portability checks ( ) ( ) |
| | | predefined tokens ( ) |
| | | predefinition ( ) |
| | | questionable constructs ( ) ( ) |
| | | recognized cc commands ( ) |
| |
| | llib-lx.ln library ( ) |
| |
| | locale ( ) ( ) ( ) |
| | | behavior ( ) |
| | | default ( ) |
| | | ja_JP.PCK ( ) |
| | | use of non-conforming ( ) |
| |
| | local time zone ( ) |
| |
| | long, storage allocation for ( ) |
| |
| | long double |
| | | passing in ISO C ( ) |
| | | storage allocation for ( ) |
| |
| | long int ( ) |
| |
| | long long ( ) ( ) |
| | | arithmetic promotions ( ) |
| | | passing ( ) ( ) |
| | | representation of ( ) |
| | | returning ( ) |
| | | storage allocation for ( ) |
| | | suffix ( ) |
| | | value preserving ( ) |
| |
| | long, storage allocation for ( ) |
| |
| | loops ( ) |
| | | | |
| P |
| |
| | -P ( ) |
| |
| | -p ( ) |
| |
| | padding of structures ( ) |
| |
| | page size, setting for stack or heap ( ) |
| |
| | PARALLEL ( ) |
| | | environment variable ( ) |
| |
| | parallelization ( ) ( ) |
| | | checking for properly parallelized loops with -xvpara ( ) |
| | | creating a program database with -Zll ( ) |
| | | environment variables for ( ) ( ) |
| | | finding parallelized loops with -xloopinfo ( ) |
| | | | See also OpenMP | |
| | | specifying OpenMP pragmas with -xopenmp ( ) |
| | | turning on reduction recognition with -xreduction ( ) |
| | | turning on with -xautopar for multiple processors ( ) |
| | | with -xexplicitpar ( ) |
| | | -xparallel macro ( ) |
| |
| | pass, name and version of each ( ) |
| |
| | Pentium ( ) |
| |
| | performance |
| | | optimizing for SPARC ( ) |
| | | optimizing with -fast ( ) |
| | | optimizing with-xO ( ) |
| |
| | portability checks performed by lint ( ) ( ) |
| |
| | portability, of code ( ) ( ) |
| |
| | postopt (C compiler) ( ) |
| |
| | _Pragma ( ) |
| |
| | __PRAGMA_REDEFINE_EXTNAME ( ) |
| |
| | preassertions for -Aname ( ) |
| |
| | precompiled-header file ( ) |
| |
| | predefined tokens |
| | | __’ ( ) |
| | | __BUILTIN_VA_ARG_INCR ( ) ( ) |
| | | i386 ( ) ( ) ( ) |
| | | __i386 ( ) ( ) |
| | | lint ( ) |
| | | __RESTRICT ( ) ( ) |
| | | sparc ( ) ( ) ( ) |
| | | __sparc ( ) |
| | | __sparcv9 ( ) ( ) |
| | | sun ( ) ( ) ( ) |
| | | __sun ( ) ( ) ( ) |
| | | __SUNPRO_C ( ) ( ) |
| | | __SVR4 ( ) ( ) ( ) |
| | | uname ( ) |
| | | unix ( ) ( ) ( ) |
| | | __unix ( ) ( ) ( ) |
| |
| | prefetch ( ) |
| |
| | preprocessing ( ) ( ) |
| | | directives ( ) ( ) ( ) ( ) ( ) |
| | | how to preserve comments ( ) |
| | | predefined names ( ) ( ) |
| | | stringizing ( ) |
| | | token pasting ( ) |
| |
| | preserving signedness of chars ( ) |
| |
| | printf function ( ) |
| |
| | printing ( ) ( ) |
| |
| | .profile filename extension ( ) |
| |
| | programming tools for C ( ) |
| |
| | promotion ( ) ( ) |
| | | bit-fields ( ) |
| | | default arguments ( ) |
| | | integral constants ( ) |
| | | value preserving ( ) |
| | | | |
| S |
| |
| | -S ( ) |
| |
| | -s ( ) ( ) |
| |
| | scanf function ( ) |
| |
| | search, source files, See cscope |
| |
| | setlocale(3C) ( ) ( ) |
| |
| | setlocale function ( ) |
| |
| | shared libraries, naming ( ) |
| |
| | shell prompts ( ) |
| |
| | short, storage allocation for ( ) |
| |
| | signal ( ) ( ) |
| |
| | signal function ( ) |
| |
| | signed ( ) |
| |
| | signedness of chars ( ) |
| |
| | s implementation of ( ) ( ) |
| |
| | sizeof function ( ) |
| |
| | slave thread default setting for STACKSIZE ( ) |
| |
| | s new in this release ( ) |
| |
| | source files |
| | | checking with lint ( ) ( ) |
| | | compatibility of K& ( ) |
| | | editing |
| | | | See cscope | |
| | | locating ( ) |
| | | searching |
| | | | See cscope | |
| |
| | space characters ( ) |
| |
| | __sparc ( ) ( ) |
| |
| | sparc predefined token ( ) ( ) ( ) |
| |
| | __sparcv9 ( ) |
| |
| | ssbd (C compiler) ( ) |
| |
| | stabs debugger-data format ( ) |
| |
| | stack |
| | | memory allocation maximum ( ) |
| | | setting page size for ( ) |
| |
| | STACKSIZE environment variable ( ) |
| |
| | standards conformance ( ) ( ) |
| |
| | stat function ( ) |
| |
| | static linking ( ) |
| |
| | stdint.h, macros defined in ( ) |
| |
| | std level alias disambiguation ( ) |
| |
| | storage allocation for types ( ) |
| |
| | streams ( ) |
| |
| | strerror function ( ) |
| |
| | strftime function ( ) |
| |
| | strict level alias disambiguation ( ) |
| |
| | string literals in text segment ( ) |
| |
| | strlcpy function ( ) |
| |
| | strong level alias disambiguation ( ) |
| |
| | strtod function ( ) |
| |
| | strtof function ( ) |
| |
| | strtold function ( ) |
| |
| | structure |
| | | alignment ( ) |
| | | padding ( ) |
| |
| | __sun ( ) ( ) |
| |
| | sun predefined token ( ) ( ) ( ) |
| |
| | sun_prefetch.h ( ) |
| |
| | __SUNPRO_C ( ) ( ) ( ) |
| |
| | SUN_PROFDATA |
| | | definition ( ) |
| | | relating to -xprofile ( ) |
| |
| | SUN_PROFDATA_DIR |
| | | definition ( ) |
| | | relating to -xprofile ( ) |
| |
| | sunw_mp_register_warn function ( ) |
| |
| | SUNW_MP_THR_IDLE environment variable ( ) ( ) |
| |
| | SUNW_MP_WARN environment variable ( ) |
| |
| | __SVR4 ( ) ( ) |
| |
| | symbol declaration specifier ( ) |
| |
| | __symbolic ( ) |
| |
| | symbolic debugging information, removing ( ) |
| |
| | system function ( ) ( ) |
| | | | |
| T |
| |
| | tcov, new style with -xprofile ( ) |
| |
| | TCOVDIR environment variable ( ) |
| |
| | Temporary files ( ) |
| |
| | TERM environment variable as used by cscope ( ) |
| |
| | text |
| | | segment and string literals ( ) |
| | | stream ( ) |
| |
| | __thread ( ) |
| |
| | thread local storage of variables ( ) |
| |
| | threads, See parallelization |
| |
| | __TIME__ ( ) ( ) ( ) |
| |
| | time and date formats ( ) |
| |
| | /tmp ( ) |
| |
| | TMPDIR environment variable ( ) ( ) |
| |
| | tokens ( ) ( ) |
| |
| | tools for programming with C ( ) |
| |
| | towctrans function ( ) |
| |
| | trigraph sequences ( ) |
| |
| | type-based alias-disambiguation ( ) ( ) |
| |
| | types |
| | | compatible and composite ( ) ( ) |
| | | const and volatile qualifier ( ) ( ) |
| | | declaration in for loop ( ) |
| | | declarations and code ( ) |
| | | incomplete ( ) ( ) |
| | | specifier requirement in declaration ( ) |
| | | storage allocation for ( ) |
| |
| | typographic conventions ( ) |
| |
| | TZ ( ) |