Keywords - C
· ! · 0 · 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 ·
- C compiler -d option
-
·
[assert] ·
- cabs(), cabsf()
-
·
[cabs, cabsf] ·
- calendar time
-
·
[tm] ·
- converting to local time
-
·
[localtime] ·
[localtime_r] ·
- callback()
-
·
[snmp_session] ·
- calloc()
-
·
[calloc] ·
- cancellation points
-
·
[Thread attributes] ·
- creating
-
·
[pthread_testcancel] ·
- cancellation state
-
·
[pthread_setcancelstate] ·
[ThreadCancel, ThreadCancel_r] ·
- cancellation type
-
·
[pthread_setcanceltype] ·
[ThreadCancel, ThreadCancel_r] ·
- cancellation-cleanup handlers
-
·
[pthread_cleanup_pop] ·
[pthread_cleanup_push] ·
- canonical input buffer
-
·
[fpathconf] ·
[pathconf] ·
- cbrt(), cbrtf()
-
·
[cbrt, cbrtf] ·
- ceil(), ceilf()
-
·
[ceil, ceilf] ·
- cfgetispeed()
-
·
[cfgetispeed] ·
- cfgetospeed()
-
·
[cfgetospeed] ·
- CFGFILE_APPEND
-
·
[cfgopen] ·
- CFGFILE_CREAT
-
·
[cfgopen] ·
- CFGFILE_EXCL
-
·
[cfgopen] ·
- CFGFILE_RDONLY
-
·
[cfgopen] ·
- CFGFILE_RDWR
-
·
[cfgopen] ·
- CFGFILE_TRUNC
-
·
[cfgopen] ·
- CFGFILE_WRONLY
-
·
[cfgopen] ·
- cfgopen()
-
·
[cfgopen] ·
- cfmakeraw()
-
·
[cfmakeraw] ·
- cfree()
-
·
[cfree] ·
- cfsetispeed()
-
·
[cfsetispeed] ·
- cfsetospeed()
-
·
[cfsetospeed] ·
- channel ID
-
·
[ChannelCreate, ChannelCreate_r] ·
[ConnectAttach, ConnectAttach_r] ·
- ChannelCreate(), ChannelCreate_r()
-
·
[ChannelCreate, ChannelCreate_r] ·
- ChannelDestroy(), ChannelDestroy_r()
-
·
[ChannelDestroy, ChannelDestroy_r] ·
- channels
-
- creating
-
·
[ChannelCreate, ChannelCreate_r] ·
- destroying
-
·
[ChannelDestroy, ChannelDestroy_r] ·
- events, delivering
-
·
[MsgDeliverEvent, MsgDeliverEvent_r] ·
- messages
-
- receiving
-
·
[MsgReceive, MsgReceive_r] ·
[MsgReceivev, MsgReceivev_r] ·
- replying
-
·
[MsgReply, MsgReply_r] ·
[MsgReplyv, MsgReplyv_r] ·
- sending
-
·
[MsgSend, MsgSend_r] ·
[MsgSendnc, MsgSendnc_r] ·
[MsgSendPulse, MsgSendPulse_r] ·
[MsgSendsv, MsgSendsv_r] ·
[MsgSendsvnc, MsgSendsvnc_r] ·
[MsgSendv, MsgSendv_r] ·
[MsgSendvnc, MsgSendvnc_r] ·
[MsgSendvs, MsgSendvs_r] ·
[MsgSendvsnc, MsgSendvsnc_r] ·
- pulses
-
- receiving
-
·
[MsgReceivePulse, MsgReceivePulse_r] ·
[MsgReceivePulsev, MsgReceivePulsev_r] ·
- CHAR_MAX
-
·
[localeconv] ·
- character device terminal drivers, providing session support to
-
·
[procmgr_session] ·
- characters
-
- control, disabling
-
·
[fpathconf] ·
[pathconf] ·
- converting
-
- lowercase
-
·
[tolower] ·
[towctrans] ·
[towlower] ·
[wctrans] ·
- uppercase
-
·
[toupper] ·
[towctrans] ·
[towupper] ·
[wctrans] ·
- multibyte
-
- bytes, counting
-
·
[mblen] ·
[mbrlen] ·
- wide characters, converting
-
·
[mbrtowc] ·
[mbsrtowcs] ·
[mbstowcs] ·
[mbtowc] ·
[wcrtomb] ·
[wcsrtombs] ·
[wcstombs] ·
[wctomb] ·
- wide characters, convertion object
-
·
[mbsinit] ·
- number waiting to be read
-
·
[tcischars] ·
- searching
-
- in a string
-
·
[strchr] ·
[strrchr] ·
- in memory
-
·
[memchr] ·
- sets
-
- searching for
-
·
[strcspn] ·
[strpbrk] ·
[strspn] ·
- single-byte
-
- wide characters, converting
-
·
[wctob] ·
- stdin
-
- reading
-
·
[fgetchar] ·
[getchar] ·
[getchar_unlocked] ·
[getwchar] ·
- stdout
-
- writing
-
·
[fputchar] ·
[putchar] ·
[putchar_unlocked] ·
[putwchar] ·
- streams
-
- reading
-
·
[fgetc] ·
[fgets] ·
[fgetwc] ·
[fgetws] ·
[getc] ·
[getc_unlocked] ·
[getwc] ·
- writing
-
·
[fputc] ·
[fputwc] ·
[putc] ·
[putc_unlocked] ·
[putwc] ·
- strings
-
- filling
-
·
[strnset] ·
[strset] ·
- strings, searching for
-
·
[index] ·
[rindex] ·
- testing to see if
-
- alphabetic
-
·
[isalpha] ·
[iswalpha] ·
- alphanumeric
-
·
[isalnum] ·
[iswalnum] ·
- ASCII
-
·
[isascii] ·
- character class
-
·
[iswctype] ·
- control character
-
·
[iscntrl] ·
[iswcntrl] ·
- decimal digit
-
·
[isdigit] ·
[iswdigit] ·
- hexadecimal digit
-
·
[iswxdigit] ·
[isxdigit] ·
- lowercase
-
·
[islower] ·
[iswlower] ·
- printable
-
·
[isgraph] ·
[isprint] ·
[iswgraph] ·
[iswprint] ·
- punctuation
-
·
[ispunct] ·
[iswpunct] ·
- uppercase
-
·
[isupper] ·
[iswupper] ·
- whitespace
-
·
[isspace] ·
[iswspace] ·
See also
wide characters ·
- chdir()
-
·
[chdir] ·
- chmod()
-
·
[chmod] ·
- chown()
-
·
[chown] ·
- restricting use of
-
·
[fpathconf] ·
[pathconf] ·
- chroot()
-
·
[chroot] ·
- chsize()
-
·
[chsize] ·
- CIDR (Classless Internet Domain Routing)
-
·
[inet_net_ntop] ·
[inet_net_pton] ·
- classes of IP addresses
-
·
[Network Numbers (IPv4 Internet addresses)] ·
- classes, wide-character
-
·
[wctype] ·
- Classless Internet Domain Routing (CIDR)
-
·
[inet_net_ntop] ·
[inet_net_pton] ·
- clearenv()
-
·
[clearenv] ·
- clearerr()
-
·
[clearerr] ·
- cli
-
·
[InterruptDisable] ·
- _client_info
-
·
[info structure] ·
- CLK_TCK
-
·
[times] ·
- CLOCAL
-
·
[termios] ·
- clock
-
- adjusting
-
·
[ClockAdjust, ClockAdjust_r] ·
- cycles
-
·
[ClockCycles] ·
- getting
-
·
[ClockTime, ClockTime_r] ·
- period
-
·
[ClockPeriod, ClockPeriod_r] ·
- resolution, getting
-
·
[clock_getres] ·
- setting
-
·
[clock_settime] ·
[ClockTime, ClockTime_r] ·
- time
-
- getting
-
·
[clock_gettime] ·
- clock IDs
-
- threads
-
·
[pthread_getcpuclockid] ·
- clock ticks
-
·
[sysconf] ·
- clock()
-
·
[clock] ·
- clock_getcpuclockid()
-
·
[clock_getcpuclockid] ·
- clock_getres()
-
·
[clock_getres] ·
- clock_gettime()
-
·
[clock_gettime] ·
- CLOCK_MONOTONIC
-
·
[clock_nanosleep] ·
[timer_timeout, timer_timeout_r] ·
[TimerAlarm, TimerAlarm_r] ·
[TimerCreate, TimerCreate_r] ·
[TimerTimeout, TimerTimeout_r] ·
- clock_nanosleep()
-
·
[clock_nanosleep] ·
- CLOCK_REALTIME
-
·
[clock_nanosleep] ·
[ClockAdjust, ClockAdjust_r] ·
[ClockPeriod, ClockPeriod_r] ·
[ClockTime, ClockTime_r] ·
[timer_create] ·
[timer_timeout, timer_timeout_r] ·
[TimerAlarm, TimerAlarm_r] ·
[TimerCreate, TimerCreate_r] ·
[TimerTimeout, TimerTimeout_r] ·
- clock_settime()
-
·
[clock_settime] ·
- CLOCK_SOFTTIME
-
·
[clock_nanosleep] ·
[timer_create] ·
[timer_timeout, timer_timeout_r] ·
[TimerAlarm, TimerAlarm_r] ·
[TimerCreate, TimerCreate_r] ·
[TimerTimeout, TimerTimeout_r] ·
- clock_t
-
·
[sysconf] ·
[times] ·
- ClockAdjust(), ClockAdjust_r()
-
·
[ClockAdjust, ClockAdjust_r] ·
- _clockadjust
-
·
[ClockAdjust, ClockAdjust_r] ·
- ClockCycles()
-
·
[ClockCycles] ·
- ClockId()
-
·
[ClockId, ClockId_r] ·
- ClockPeriod(), ClockPeriod_r()
-
·
[ClockPeriod, ClockPeriod_r] ·
[Typical x86 Interrupt vector numbers] ·
- _clockperiod
-
·
[ClockPeriod, ClockPeriod_r] ·
- CLOCKS_PER_SEC
-
·
[clock] ·
- ClockTime(), ClockTime_r()
-
·
[ClockTime, ClockTime_r] ·
- close()
-
·
[close] ·
- closedir()
-
·
[closedir] ·
[opendir] ·
- closelog()
-
·
[closelog] ·
- _cmdfd()
-
·
[_cmdfd] ·
- _cmdname()
-
·
[_cmdname] ·
- COLUMNS
-
·
[clearenv] ·
- command-line options, parsing
-
·
[getopt] ·
[getsubopt] ·
- commands, executing on remote host
-
·
[rcmd] ·
[rresvport] ·
[ruserok] ·
- comparison
-
- bytes
-
·
[bcmp] ·
- memcmp()
-
·
[memcmp] ·
- memicmp()
-
·
[memicmp] ·
- strings
-
- case-insensitive
-
·
[strcasecmp] ·
[strcmpi] ·
[stricmp] ·
- case-sensitive
-
·
[strcmp] ·
- locale's collating sequence, using
-
·
[strcoll] ·
- wide-character
-
·
[wcscmp] ·
[wcscoll] ·
[wcsncmp] ·
- substrings
-
- case-insensitive
-
·
[strncasecmp] ·
[strnicmp] ·
- case-sensitive
-
·
[strncmp] ·
- wmemcmp()
-
·
[wmemcmp] ·
- complementary error function
-
·
[erfc, erfcf] ·
- complex numbers
-
- absolute value
-
·
[cabs, cabsf] ·
- computer, rebooting
-
·
[sysmgr_reboot] ·
- concatenating
-
- strings
-
·
[straddstr] ·
[strcat] ·
[strncat] ·
- wide-character strings
-
·
[wcscat] ·
[wcsncat] ·
- condition variables
-
- attributes
-
- clock
-
·
[pthread_condattr_getclock] ·
[pthread_condattr_setclock] ·
- destroying
-
·
[pthread_condattr_destroy] ·
- initializing
-
·
[pthread_condattr_init] ·
- process-shared
-
·
[pthread_condattr_getpshared] ·
[pthread_condattr_setpshared] ·
- blocking on
-
·
[pthread_cond_timedwait] ·
[pthread_cond_wait] ·
- destroying
-
·
[pthread_cond_destroy] ·
- initializing
-
·
[pthread_cond_init] ·
- unblocking
-
- all threads
-
·
[pthread_cond_broadcast] ·
- highest priority thread
-
·
[pthread_cond_signal] ·
- waiting on
-
·
[pthread_cond_wait] ·
- timed
-
·
[pthread_cond_timedwait] ·
- configuration
-
- files, opening
-
·
[cfgopen] ·
[fcfgopen] ·
- strings, getting and setting
-
·
[confstr] ·
- values, getting
-
·
[fpathconf] ·
[pathconf] ·
[sysconf] ·
- <confname.h>
-
·
[confstr] ·
[pathconf] ·
[sysconf] ·
- confstr()
-
·
[confstr] ·
- connect()
-
·
[connect] ·
[TCP] ·
[What SOCKS expects] ·
- ConnectAttach(), ConnectAttach_r()
-
·
[ConnectAttach, ConnectAttach_r] ·
- ConnectClientInfo(), ConnectClientInfo_r()
-
·
[ConnectClientInfo, ConnectClientInfo_r] ·
- ConnectDetach()
-
·
[_NTO_CHF_DISCONNECT] ·
- ConnectDetach(), ConnectDetach_r()
-
·
[ConnectDetach, ConnectDetach_r] ·
- ConnectFlags(), ConnectFlags_r()
-
·
[ConnectFlags, ConnectFlags_r] ·
- connections
-
- accepting on a socket
-
·
[accept] ·
- client
-
- information about
-
·
[ConnectClientInfo, ConnectClientInfo_r] ·
- detaching
-
·
[ConnectDetach, ConnectDetach_r] ·
[_NTO_CHF_DISCONNECT] ·
- flags, modifying
-
·
[ConnectFlags, ConnectFlags_r] ·
- initiating on a socket
-
·
[connect] ·
[nbaconnect] ·
- listening on a socket
-
·
[listen] ·
- server
-
- information about
-
·
[ConnectServerInfo, ConnectServerInfo_r] ·
- shutting down full-duplex
-
·
[shutdown] ·
- ConnectServerInfo(), ConnectServerInfo_r()
-
·
[ConnectServerInfo, ConnectServerInfo_r] ·
- console I/O
-
- stdin
-
·
[Stream I/O functions] ·
- stdout
-
·
[Stream I/O functions] ·
- const
-
·
[Synopsis:] ·
- contention scope
-
·
[pthread_attr_getscope] ·
[pthread_attr_setscope] ·
- control characters
-
·
[termios] ·
- disabling
-
·
[fpathconf] ·
[pathconf] ·
- testing a character to see if
-
·
[iscntrl] ·
[iswcntrl] ·
- controlling device, making
-
·
[tcsetsid] ·
- controlling terminals
-
- path name
-
·
[ctermid] ·
- conversion
-
- characters
-
- lowercase
-
·
[tolower] ·
[towctrans] ·
[towlower] ·
[wctrans] ·
- uppercase
-
·
[toupper] ·
[towctrans] ·
[towupper] ·
[wctrans] ·
- endian
-
·
[attr] ·
[ENDIAN_BE16] ·
[ENDIAN_BE32] ·
[ENDIAN_BE64] ·
[ENDIAN_LE16] ·
[ENDIAN_LE32] ·
[ENDIAN_LE64] ·
[ENDIAN_RET16] ·
[ENDIAN_RET32] ·
[ENDIAN_RET64] ·
[ENDIAN_SWAP16] ·
[ENDIAN_SWAP32] ·
[ENDIAN_SWAP64] ·
[swab] ·
[UNALIGNED_PUT16] ·
[UNALIGNED_PUT32] ·
[UNALIGNED_PUT64] ·
[UNALIGNED_RET16] ·
[UNALIGNED_RET32] ·
[UNALIGNED_RET64] ·
- numbers
-
- from strings
-
·
[atof] ·
[atoh] ·
[atoi] ·
[atol, atoll] ·
[strtod] ·
[strtoimax, strtoumax] ·
[strtol, strtoll] ·
[strtoul, strtoull] ·
- from wide-character strings
-
·
[wcstod, wcstof, wcstold] ·
[wcstoimax, wcstoumax] ·
[wcstol, wcstoll] ·
[wcstoul, wcstoull] ·
- to strings
-
·
[itoa] ·
[ltoa, lltoa] ·
[ultoa, ulltoa] ·
[utoa] ·
- single-byte to wide characters
-
·
[btowc] ·
- strings
-
- from numbers
-
·
[itoa] ·
[ltoa, lltoa] ·
[ultoa, ulltoa] ·
[utoa] ·
- lowercase
-
·
[strlwr] ·
- to numbers
-
·
[atof] ·
[atoh] ·
[atoi] ·
[atol, atoll] ·
[strtod] ·
[strtoimax, strtoumax] ·
[strtol, strtoll] ·
[strtoul, strtoull] ·
[wcstod, wcstof, wcstold] ·
[wcstoimax, wcstoumax] ·
[wcstol, wcstoll] ·
[wcstoul, wcstoull] ·
- uppercase
-
·
[strupr] ·
- times
-
·
[nsec2timespec] ·
[timespec2nsec] ·
- to a string
-
·
[asctime, asctime_r] ·
[ctime, ctime_r] ·
- wide characters
-
- lowercase
-
·
[towctrans] ·
[towlower] ·
[wctrans] ·
- uppercase
-
·
[towctrans] ·
[towupper] ·
[wctrans] ·
- wide from single-byte characters
-
·
[btowc] ·
- Coordinated Universal Time (UTC)
-
·
[The TZ environment variable] ·
- copying
-
- bytes
-
·
[bcopy] ·
- memcpy()
-
·
[memcpy] ·
- memcpyv()
-
·
[memcpyv] ·
- memmove()
-
·
[memmove] ·
- strings
-
·
[bcopy] ·
[strcpy] ·
[strdup] ·
[strncpy] ·
[strxfrm] ·
- wide-character strings
-
·
[wcscpy] ·
[wcscxfrm] ·
[wcsncpy] ·
- wmemcpy()
-
·
[wmemcpy] ·
- wmemmove()
-
·
[wmemmove] ·
- copysign(), copysignf()
-
·
[copysign, copysignf] ·
- cos(), cosf()
-
·
[cos, cosf] ·
- cosh(), coshf()
-
·
[cosh, coshf] ·
- cosine, calculating
-
·
[cos, cosf] ·
- hyperbolic
-
·
[cosh, coshf] ·
- inverse hyperbolic
-
·
[acosh, acoshf] ·
- CREAD
-
·
[termios] ·
- creat(), creat64()
-
·
[creat, creat64] ·
[umask] ·
- _cred_info
-
·
[cred structure] ·
[cred structure] ·
- crypt()
-
·
[crypt] ·
- CS5,...,CS8
-
·
[termios] ·
- _CS_ARCHITECTURE
-
·
[confstr] ·
- _CS_DOMAIN
-
·
[confstr] ·
- _CS_HOSTNAME
-
·
[confstr] ·
- _CS_HW_PROVIDER
-
·
[confstr] ·
- _CS_HW_SERIAL
-
·
[confstr] ·
- _CS_LIBPATH
-
·
[confstr] ·
- _CS_MACHINE
-
·
[confstr] ·
- _CS_PATH
-
·
[confstr] ·
- _CS_RELEASE
-
·
[confstr] ·
- _CS_RESOLVE
-
·
[confstr] ·
- _CS_SRPC_DOMAIN
-
·
[confstr] ·
- _CS_SYSNAME
-
·
[confstr] ·
- _CS_TIMEZONE
-
·
[confstr] ·
[The TZ environment variable] ·
- _CS_VERSION
-
·
[confstr] ·
- CSIZE
-
·
[termios] ·
- CSTOPB
-
·
[termios] ·
- ctermid()
-
·
[ctermid] ·
- ctime(), ctime_r()
-
·
[ctime, ctime_r] ·
[The TZ environment variable] ·
- CTL_MAXNAME
-
·
[PF_INET] ·
- CTL_NET
-
·
[CTL_NET] ·
[sysctl] ·
- cube roots
-
·
[cbrt, cbrtf] ·
- current working directory
-
·
[chdir] ·
[getcwd] ·
[getwd] ·
· ! · 0 · 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 ·