[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

Keywords - A


· ! · 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 ·


abort()
· abort ·

abs()
· abs ·

absolute values
complex number
· cabs, cabsf ·
floating point
· fabs, fabsf ·
integer
· abs ·
long integer
· labs ·

accept()
· accept · TCP · What SOCKS expects ·

access()
· access ·

ACCOUNTING
· utmp ·

acos(), acosf()
· acos, acosf ·

acosh(), acoshf()
· acosh, acoshf ·

ACTION
· hsearch ·

adaptive partitions
averaging window size, setting
· ClockPeriod, ClockPeriod_r · SCHED_APS_QUERY_PARMS ·
bankruptcy, handling
· Handling bankruptcy ·
budgets
zero, preventing
· Security ·
zero, setting on bankruptcy
· Handling bankruptcy ·
CPU time, getting
· SCHED_APS_PARTITION_STATS ·
creating
· SCHED_APS_CREATE_PARTITION ·
IDs, finding for a partition
· SCHED_APS_LOOKUP ·
inheritance, preventing
· _NTO_CHF_FIXED_PRIORITY ·
locking
· Security ·
maximum number of
· Errors: ·
names
assigning
· SCHED_APS_CREATE_PARTITION ·
maximum length
· SCHED_APS_CREATE_PARTITION ·
parameters, setting
· SCHED_APS_MODIFY_PARTITION ·
processes
getting
· SCHED_APS_QUERY_PROCESS ·
setting
· SCHED_APS_JOIN_PARTITION ·
querying
· SCHED_APS_QUERY_PARTITION ·
scheduler
controlling
· SchedCtl, SchedCtl_r ·
parameters, getting
· SCHED_APS_QUERY_PARMS ·
parameters, setting
· SCHED_APS_SET_PARMS ·
scheduling policies
· Scheduling policies ·
security, setting
· SCHED_APS_ADD_SECURITY · Security ·
System
· SCHED_APS_CREATE_PARTITION ·
threads
critical
· Critical threads · SCHED_APS_CLEAR_CRITICAL · SCHED_APS_MARK_CRITICAL ·
determining
· SCHED_APS_QUERY_THREAD ·
joining
· SCHED_APS_JOIN_PARTITION · Security ·

addresses
hosts
strings, converting to/from
· inet_ntop · inet_pton ·
IP
strings, converting to/from
· inet_addr · inet_aton · inet_ntoa · inet_ntoa_r · inet_ntop · inet_pton ·
IPv6
· Addressing ·
link-local
· Addressing ·
local network
IP addresses, converting to/from
· inet_makeaddr ·
IP addresses, extracting from
· inet_lnaof ·
nodenames, translating
· getnameinfo ·
scoped
· Addressing ·
site-local
· Addressing ·
sockets
· addrinfo · freeaddrinfo · gai_strerror · getaddrinfo ·

addrinfo
· addrinfo ·
errors
· gai_strerror ·
freeing
· freeaddrinfo ·
getting
· getaddrinfo ·

advisory locks
See files, locking

AF_INET
· gethostbyaddr · gethostbyaddr_r · gethostbyname, gethostbyname2 · getnetbyaddr · getnetbyaddr · hostent · ICMP · inet_ntop · inet_pton · IP · netent · TCP · UDP ·

AF_INET6
· gethostbyname, gethostbyname2 · ICMP6 · inet_ntop · inet_pton · IP6 ·

AF_LOCAL
· UNIX ·

AF_UNSPEC
· Routing control messages ·

AH (Authentication Header)
· IPsec ·

AIMS (Auto Incrementing Mass Storage)
· pccard_arm ·

aio_cancel()
· aio_cancel ·

aio_error()
· aio_error ·

aio_fsync()
· aio_fsync ·

aio_read()
· aio_read ·

aio_return()
· aio_return ·

aio_suspend()
· aio_suspend ·

aio_write()
· aio_write ·

aiocb
· lio_listio ·

alarm()
· alarm ·

alarms, scheduling
· alarm · ualarm ·

aligned memory, allocating
· memalign · posix_memalign ·

alignment, setting for a process
· inheritance structure ·

alloca()
· alloca ·

alphabetic, testing a character for
· isalpha · iswalpha ·

alphanumeric, testing a character for
· isalnum · iswalnum ·

alphasort()
· alphasort ·

_amblksiz
· _amblksiz · malloc · sbrk · _smalloc ·

ANSI classification
· Classification: ·

APS_INIT_DATA()
· Description: ·

APS_PARTITION_NAME_LENGTH
· SCHED_APS_CREATE_PARTITION ·

APS_QCRIT_BILL_AS_CRITICAL
· SCHED_APS_QUERY_THREAD ·

APS_QCRIT_PERM_CRITICAL
· SCHED_APS_QUERY_THREAD ·

APS_QCRIT_RUNNING_CRITICAL
· SCHED_APS_QUERY_THREAD ·

APS_SCHED_SEC_OFF
· Security ·

APS_SYSTEM_PARTITION_NAME
· SCHED_APS_CREATE_PARTITION ·

arccosines
· acos, acosf ·

architecture, instruction set
· confstr ·

arcsines
· asin, asinf ·

arctangents
· atan, atanf · atan2, atan2f ·

_argc
· _argc ·

argument lists, variable-length
· va_arg · va_copy · va_end · va_start ·
coercion
· Varargs and coercion ·

arguments to main()
· _argc · _argv · _auxv ·
parsing
· getopt ·

_argv
· _argv ·

arrays
allocating
· calloc · _scalloc ·
quick-sorting
· qsort ·
searching
· bsearch · lfind · lsearch ·

ASCII, testing a character for
· isascii ·

asctime(), asctime_r()
· asctime, asctime_r ·

asin(), asinf()
· asin, asinf ·

asinh(), asinhf()
· asinh, asinhf ·

assert()
· assert ·

asynchronous
connection attributes
_asyncmsg_connection_attr
· _asyncmsg_connection_attr ·
message
asyncmsg_put(), asyncmsg_putv()
· asyncmsg_put, asyncmsg_putv ·
messages
asyncmsg_channel_create()
· asyncmsg_channel_create ·
asyncmsg_channel_destroy()
· asyncmsg_channel_destroy ·

asynchronous I/O
canceling
· aio_cancel ·
error status, getting
· aio_error ·
file, synchronizing
· aio_fsync ·
reading
· aio_read ·
return status, getting
· aio_return ·
waiting for completion
· aio_suspend ·
writing
· aio_write ·

asynchronous messages
buffers
freeing
· asyncmsg_free ·
channels
· asyncmsg_connect_attr ·
attaching to a process
· asyncmsg_connect_attach ·
creating
· asyncmsg_channel_create ·
destroying
· asyncmsg_channel_destroy ·
flushing
· asyncmsg_flush ·
receiving
· asyncmsg_get ·

asynchronous SNMP transactions
· Asynchronous SNMP transactions: ·

asyncmsg_channel_create()
· asyncmsg_channel_create ·

asyncmsg_channel_destroy()
· asyncmsg_channel_destroy ·

asyncmsg_connect_attach()
· asyncmsg_connect_attach ·

asyncmsg_connect_attr()
· asyncmsg_connect_attr ·

asyncmsg_connect_detach()
· asyncmsg_connect_detach ·

_asyncmsg_connection_attr
· _asyncmsg_connection_attr ·

asyncmsg_flush()
· asyncmsg_flush ·

asyncmsg_free()
· asyncmsg_free ·

asyncmsg_get()
· asyncmsg_get ·

asyncmsg_malloc()
· asyncmsg_malloc ·

asyncmsg_put(), asyncmsg_putv()
· asyncmsg_put, asyncmsg_putv ·

atan(), atanf()
· atan, atanf ·

atan2(), atan2f()
· atan2, atan2f ·

atanh(), atanhf()
· atanh, atanhf ·

atexit()
· atexit ·

atof()
· atof ·

atoh()
· atoh ·

atoi()
· atoi ·

atol(), atoll()
· atol, atoll ·

atomic operations
addition
· atomic_add · atomic_add_value ·
bits
clearing
· atomic_clr · atomic_clr_value ·
setting
· atomic_set · atomic_set_value ·
toggling
· atomic_toggle · atomic_toggle_value ·
subtraction
· atomic_sub · atomic_sub_value ·

atomic_add()
· atomic_add ·

atomic_add_value()
· atomic_add_value ·

atomic_clr()
· atomic_clr ·

atomic_clr_value()
· atomic_clr_value ·

atomic_set()
· atomic_set ·

atomic_set_value()
· atomic_set_value ·

atomic_sub()
· atomic_sub ·

atomic_sub_value()
· atomic_sub_value ·

atomic_toggle()
· atomic_toggle ·

atomic_toggle_value()
· atomic_toggle_value ·

attributes
connection
· _asyncmsg_connection_attr ·

Authentication Header (AH)
· IPsec ·

authenticator()
· snmp_session ·

Auto Incrementing Mass Storage (AIMS)
· pccard_arm ·

_auxv
· _auxv ·

· ! · 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 ·


[Previous] [Contents] [Index] [Next]