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

Keywords - R


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


R_OK
· [access] · [eaccess] ·

Raccept()
· [Raccept] ·

radix-independent exponents
· [logb, logbf] · [scalb, scalbf] · [scalbn, scalbnf] ·

raise()
· [longjmp] · [raise] ·

rand()
· [rand] ·

RAND_MAX
· [rand] · [rand_r] ·

rand_r()
· [rand_r] ·

random numbers
double
· [drand48] · [erand48] ·
int
· [rand] · [rand_r] ·
long
nonnegative
· [lrand48] · [nrand48] ·
signed
· [jrand48] · [mrand48] · [random] ·
seed, setting
· [seed48] · [srand] · [srand48] · [srandom] ·
sequence, initalizing
· [srand48] ·
state
initializing
· [initstate] · [lcong48] ·
switching
· [setstate] ·

random()
· [random] ·

raw input buffer
· [fpathconf] · [pathconf] ·

raw input mode
conditions for input request
· [readcond] ·
FORWARD qualifier
· [FORWARD] ·
MIN qualifier
· [MIN] ·
TIME qualifier
· [TIME] ·
TIMEOUT qualifier
· [TIMEOUT] ·

Rbind()
· [Rbind] ·

rcmd()
· [rcmd] · [What SOCKS expects] ·

Rconnect()
· [Rconnect] ·

rcvid (receive identifier)
· [MsgReceive, MsgReceive_r] ·

rdchk()
· [rdchk] ·

re_comp()
· [re_comp] ·

re_exec()
· [re_exec] ·

read()
· [read] · [readblock] · [readcond] ·

read-write locks
attributes
creating
· [pthread_rwlockattr_init] ·
destroying
· [pthread_rwlockattr_destroy] ·
process-shared
· [pthread_rwlockattr_getpshared] · [pthread_rwlockattr_setpshared] ·
destroying
· [pthread_rwlock_destroy] ·
initializing
· [pthread_rwlock_init] ·
locking
for reading
· [pthread_rwlock_rdlock] · [pthread_rwlock_tryrdlock] ·
for writing
· [pthread_rwlock_timedwrlock] · [pthread_rwlock_trywrlock] · [pthread_rwlock_wrlock] ·
locking for reading
· [pthread_rwlock_timedrdlock] ·
unlocking
· [pthread_rwlock_unlock] ·

read_main_config_file()
· [read_main_config_file] ·

readblock()
· [readblock] ·

readcond()
· [readcond] ·

readdir()
· [opendir] · [readdir] ·

readdir_r()
· [readdir_r] ·

reading
characters, number waiting to be read
· [tcischars] ·
checking
· [rdchk] ·
directories
· [readdir] · [readdir_r] ·
port, from a
· [in16, inbe16, inle16] · [in16s] · [in32, inbe32, inle32] · [in32s] · [in8] · [in8s] ·

readlink()
· [readlink] ·

readv()
· [readv] ·

realloc()
· [realloc] ·

realpath()
· [realpath] ·

realtime timers
busy-waiting
· [nanospin] ·
clock
setting
· [clock_settime] ·
creating
· [timer_create] ·
execution time limit, getting
· [sched_rr_get_interval] ·
nanosleep()
· [nanosleep] ·
nanospin_calibrate()
· [nanospin_calibrate] ·
nanospin_count()
· [nanospin_count] ·
nanospin_ns()
· [nanospin_ns] ·
nanospin_ns_to_count()
· [nanospin_ns_to_count] ·
overruns
· [timer_getoverrun] ·
priority
adjusting
· [sched_get_priority_adjust] ·
resolution, getting
· [clock_getres] ·
sched_get_priority_max()
· [sched_get_priority_max] ·
sched_get_priority_min()
· [sched_get_priority_min] ·
sched_getparam()
· [sched_getparam] ·
sched_getscheduler()
· [sched_getscheduler] ·
sched_setparam()
· [sched_setparam] ·
sched_setscheduler()
· [sched_setscheduler] ·
sched_yield()
· [sched_yield] ·
threads
· [clock_nanosleep] ·
timer_delete()
· [timer_delete] ·
timer_gettime()
· [timer_gettime] ·
timer_settime()
· [timer_settime] ·

rebooting
· [sysmgr_reboot] ·

receive identifier (rcvid)
· [MsgReceive, MsgReceive_r] ·

receive IDs
checking validity of
· [MsgVerifyEvent, MsgVerifyEvent_r] ·

RECEIVED_MESSAGE
· [snmp_session] ·

receiving
messages
· [MsgReceive, MsgReceive_r] · [MsgReceivev, MsgReceivev_r] ·
messages from a socket
· [recv] · [recvfrom] · [recvmsg] ·
pulses
· [MsgReceivePulse, MsgReceivePulse_r] · [MsgReceivePulsev, MsgReceivePulsev_r] ·

recv()
· [recv] ·

recvfrom()
· [recvfrom] ·

recvmsg()
· [recvmsg] ·

REG_EXTENDED
· [regcomp] ·

REG_ICASE
· [regcomp] ·

REG_NEWLINE
· [regcomp] ·

REG_NOSUB
· [regcomp] · [regexec] ·

REG_NOTBOL
· [regexec] ·

REG_NOTEOL
· [regexec] ·

regcomp()
· [regcomp] ·

regerror()
· [regerror] ·

regexec()
· [regexec] ·

regfree()
· [regfree] ·

registers
floating-point exceptions
· [fp_exception_value] ·

regmatch_t
· [regexec] ·

regular expressions
basic
· [Basic Regular Expressions] ·
compiling
· [re_comp] · [regcomp] ·
errors, explaining
· [regerror] ·
extended
· [Extended Regular Expressions] ·
freeing
· [regfree] ·
string, comparing to
· [re_exec] · [regexec] ·

remainder(), remainderf()
· [remainder, remainderf] ·

remainders
floating point
· [drem, dremf] · [remainder, remainderf] ·
integer
· [div] ·
long integer
· [ldiv] ·

remote command, returning stream to
· [rcmd] · [Rrcmd] · [rresvport] · [ruserok] ·

remote execution
· [rcmd] · [rresvport] · [ruserok] ·

remove()
· [remove] ·

rename()
· [rename] ·

replying
messages
· [MsgReply, MsgReply_r] · [MsgReplyv, MsgReplyv_r] ·

RES_DEBUG
· [Resolver configuration] ·

RES_DEFNAMES
· [res_search] · [Resolver configuration] ·

RES_DNSRCH
· [res_search] · [Resolver configuration] ·

RES_INIT
· [Resolver configuration] ·

res_init()
· [res_init] ·

res_mkquery()
· [res_mkquery] ·

res_query()
· [res_query] ·

res_querydomain()
· [res_querydomain] ·

RES_RECURSE
· [Resolver configuration] ·

res_search()
· [res_search] ·

res_send()
· [res_send] ·

RES_STAYOPEN
· [Resolver configuration] ·

RES_USEVC
· [Resolver configuration] ·

residue, floating point
· [fmod, fmodf] ·

resmgr_attach()
· [resmgr_attach] ·

resmgr_block()
· [resmgr_block] ·

_RESMGR_CONNECT_NFUNCS
· [iofunc_func_init] ·

resmgr_context_alloc()
· [resmgr_context_alloc] ·

resmgr_context_free()
· [resmgr_context_free] ·

resmgr_detach()
· [resmgr_detach] ·

resmgr_devino()
· [resmgr_devino] ·

_RESMGR_FLAG_AFTER
· [flags] ·

RESMGR_FLAG_ATTACH_OTHERFUNC
· [attr] ·

_RESMGR_FLAG_BEFORE
· [flags] ·

_RESMGR_FLAG_DIR
· [flags] ·

_RESMGR_FLAG_FTYPEONLY
· [flags] ·

_RESMGR_FLAG_OPAQUE
· [flags] ·

_RESMGR_FLAG_SELF
· [flags] ·

_resmgr_handle_grow()
· [_resmgr_handle_grow] ·

resmgr_handler()
· [resmgr_handler] ·

_resmgr_io_func()
· [_resmgr_io_func] ·

_RESMGR_IO_NFUNCS
· [iofunc_func_init] ·

resmgr_msgread()
· [resmgr_msgread] ·

resmgr_msgreadv()
· [resmgr_msgreadv] ·

resmgr_msgwrite()
· [resmgr_msgwrite] ·

resmgr_msgwritev()
· [resmgr_msgwritev] · [resmgr_writev] ·

_RESMGR_NPARTS()
· [_RESMGR_NPARTS] ·

resmgr_ocb()
· [resmgr_ocb] ·

resmgr_open_bind()
· [resmgr_open_bind] ·

resmgr_pathname()
· [resmgr_pathname] ·

_RESMGR_PTR()
· [_RESMGR_PTR] ·

_RESMGR_STATUS()
· [_RESMGR_STATUS] ·

resolver routines
errors
· [h_errno] · [herror] · [hstrerror] ·
Internet domain names
compressing
· [dn_comp] ·
expanding
· [dn_expand] ·
options
· [Resolver configuration] ·
res_init()
· [res_init] ·
res_mkquery()
· [res_mkquery] ·
res_query()
· [res_query] ·
res_search()
· [res_search] ·
res_send()
· [res_send] ·

resource database managers
rsrcdbmgr_attach()
· [Resource database manager] · [rsrcdbmgr_attach() function] ·
rsrcdbmgr_create()
· [rsrcdbmgr_create] ·
rsrcdbmgr_destroy()
· [rsrcdbmgr_destroy] ·
rsrcdbmgr_detach()
· [rsrcdbmgr_detach] ·
rsrcdbmgr_devno_detach()
· [rsrcdbmgr_devno_attach] · [rsrcdbmgr_devno_detach] ·
rsrcdbmgr_query()
· [rsrcdbmgr_query] ·

resource managers
· [ConnectAttach, ConnectAttach_r] ·
arming for notification
· [ionotify] ·
database, expanding capacity
· [_resmgr_handle_grow] ·
device-control commands
· [Device-control commands] ·
I/O functions
notify
· [iofunc_notify] · [iofunc_notify_remove] · [iofunc_notify_trigger] ·
retrieving
· [_resmgr_io_func] ·
initializing default table
· [iofunc_func_init] ·
iofunc_attr_init()
· [iofunc_attr_init] ·
iofunc_attr_lock()
· [iofunc_attr_lock] ·
iofunc_attr_trylock()
· [iofunc_attr_trylock] ·
iofunc_attr_unlock()
· [iofunc_attr_unlock] ·
iofunc_check_access()
· [iofunc_check_access] ·
iofunc_chmod()
· [iofunc_chmod] ·
iofunc_chmod_default()
· [iofunc_chmod_default] ·
iofunc_chown()
· [iofunc_chown] ·
iofunc_chown_default()
· [iofunc_chown_default] ·
iofunc_client_info()
· [iofunc_client_info] ·
iofunc_close_dup()
· [iofunc_close_dup] ·
iofunc_close_dup_default()
· [iofunc_close_dup_default] ·
iofunc_close_ocb()
· [iofunc_close_ocb] ·
iofunc_close_ocb_default()
· [iofunc_close_ocb_default] ·
iofunc_devctl()
· [iofunc_devctl] ·
iofunc_devctl_default()
· [iofunc_devctl_default] ·
iofunc_fdinfo()
· [iofunc_fdinfo] ·
iofunc_fdinfo_default()
· [iofunc_fdinfo_default] ·
iofunc_func_init()
· [iofunc_func_init] ·
iofunc_link()
· [iofunc_link] ·
iofunc_lock()
· [iofunc_lock] ·
iofunc_lock_calloc()
· [iofunc_lock_calloc] ·
iofunc_lock_default()
· [iofunc_lock_default] ·
iofunc_lock_free()
· [iofunc_lock_free] ·
iofunc_lock_ocb_default()
· [iofunc_lock_ocb_default] ·
iofunc_lseek()
· [iofunc_lseek] ·
iofunc_lseek_default()
· [iofunc_lseek_default] ·
iofunc_mknod()
· [iofunc_mknod] ·
iofunc_mmap()
· [iofunc_mmap] ·
iofunc_mmap_default()
· [iofunc_mmap_default] ·
iofunc_ocb_attach()
· [iofunc_ocb_attach] ·
iofunc_ocb_calloc()
· [iofunc_ocb_calloc] ·
iofunc_ocb_detach()
· [iofunc_ocb_detach] ·
iofunc_ocb_free()
· [iofunc_ocb_free] ·
iofunc_open()
· [iofunc_open] ·
iofunc_open_default()
· [iofunc_open_default] ·
iofunc_openfd()
· [iofunc_openfd] ·
iofunc_openfd_default()
· [iofunc_openfd_default] ·
iofunc_pathconf()
· [iofunc_pathconf] ·
iofunc_pathconf_default()
· [iofunc_pathconf_default] ·
iofunc_read_default()
· [iofunc_read_default] ·
iofunc_read_verify()
· [iofunc_read_verify] ·
iofunc_readlink()
· [iofunc_readlink] ·
iofunc_rename()
· [iofunc_rename] ·
iofunc_space_verify()
· [iofunc_space_verify] ·
iofunc_stat()
· [iofunc_stat] ·
iofunc_stat_default()
· [iofunc_stat_default] ·
iofunc_sync()
· [iofunc_sync] ·
iofunc_sync_default()
· [iofunc_sync_default] ·
iofunc_sync_verify()
· [iofunc_sync_verify] ·
iofunc_time_update()
· [iofunc_time_update] ·
iofunc_unblock()
· [iofunc_unblock] ·
iofunc_unblock_default()
· [iofunc_unblock_default] ·
iofunc_unlink()
· [iofunc_unlink] ·
iofunc_unlock_ocb_default()
· [iofunc_unlock_ocb_default] ·
iofunc_utime()
· [iofunc_utime] ·
iofunc_utime_default()
· [iofunc_utime_default] ·
iofunc_write_default()
· [iofunc_write_default] ·
iofunc_write_verify()
· [iofunc_write_verify] ·
notification, arming for
· [ionotify] ·
Open Context Block (OCB), getting
· [resmgr_ocb] ·
resmgr_devino()
· [resmgr_devino] ·
resmgr_msgread()
· [resmgr_msgread] ·
resmgr_msgreadv()
· [resmgr_msgreadv] ·
resmgr_msgwrite()
· [resmgr_msgwrite] ·
resmgr_msgwritev()
· [resmgr_msgwritev] ·
resmgr_open_bind()
· [resmgr_open_bind] ·
resmgr_pathname()
· [resmgr_pathname] ·
server attributes, getting
· [iofdinfo] ·

resources
system
limits, getting
· [getdtablesize] · [getrlimit, getrlimit64] ·
limits, setting
· [setrlimit, setrlimit64] ·
usage, getting
· [getrusage] ·

returning
stream to remote command
· [rcmd] · [Rrcmd] · [rresvport] · [ruserok] ·

rewind()
· [rewind] ·

rewinddir()
· [rewinddir] ·

rftp
· [About SOCKS] ·

Rgetsockname()
· [Rgetsockname] ·

rindex()
· [rindex] ·

rint(), rintf()
· [rint, rintf] ·

RLIMIT_NOFILE
· [getdtablesize] ·

Rlisten()
· [Rlisten] ·

rmdir()
· [rmdir] ·

root directory, changing
· [chroot] ·

roots
cube
· [cbrt, cbrtf] ·
square
· [sqrt, sqrtf] ·

round-robin scheduling
· [pthread_attr_setschedpolicy] ·

rounding
floating point
· [rint, rintf] ·
integers
· [ceil, ceilf] · [floor, floorf] ·
mode, floating-point
· [fp_rounding] ·

ROUTE (System packet forwarding database)
· [ROUTE] ·

Rrcmd()
· [Rrcmd] ·

rresvport()
· [rresvport] ·

Rselect()
· [Rselect] ·

rshd
· [rcmd] ·

rsrcdbmgr_attach()
· [Resource database manager] · [rsrcdbmgr_attach() function] ·

rsrcdbmgr_create()
· [rsrcdbmgr_create] ·

rsrcdbmgr_destroy()
· [rsrcdbmgr_destroy] ·

rsrcdbmgr_detach()
· [rsrcdbmgr_detach] ·

rsrcdbmgr_devno_attach()
· [rsrcdbmgr_devno_attach] ·

rsrcdbmgr_devno_detach()
· [rsrcdbmgr_devno_detach] ·

rsrcdbmgr_query()
· [rsrcdbmgr_query] ·

rtelnet
· [About SOCKS] ·

RTLD_DEFAULT
· [dlsym] ·

RTLD_GLOBAL
· [Visibility] ·

RTLD_GROUP
· [Visibility] ·

RTLD_LAZY
· [Relocation] ·

RTLD_LOCAL
· [Visibility] ·

RTLD_NOW
· [Relocation] ·

RTLD_WORLD
· [Visibility] ·

RTM_DELADDR
· [Routing control messages] ·

RTM_GET
· [Routing control messages] ·

RTM_IFINFO
· [Routing control messages] ·

RTM_NEWADDR
· [Routing control messages] ·

RUN_LVL
· [getutid] · [utmp] ·

rusage
· [getrusage] ·

ruserok()
· [ruserok] ·

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