|
iswupper(3) -- wide character classification utilities
|
The functions are character classification utility functions, for use with wide characters (wchar_t or wint_t). See description for singlebyte classification functions, like isalnum(3), for details. |
iswxdigit(3) -- wide character classification utilities
|
The functions are character classification utility functions, for use with wide characters (wchar_t or wint_t). See description for singlebyte classification functions, like isalnum(3), for details. |
isxdigit(3) -- hexadecimal-digit character test
|
The isxdigit() function tests for any hexadecimal-digit character. |
j0(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
j0f(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
j1(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
j1f(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
jn(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
jnf(3) -- bessel functions of first and second kind
|
The functions j0(), j0f(), j1() and j1f() compute the Bessel function of the first kind of the order 0 and the order 1, respectively, for the real value x; the functions jn() and jnf() compute the Bes... |
jrand48(3) -- pseudo random number generators and initialization routines
|
The rand48() family of functions generates pseudo-random numbers using a linear congruential algorithm working on integers 48 bits in size. The particular formula employed is r(n+1) = (a * r(n) + c) m... |
kafs(3) -- AFS library
|
k_hasafs() initializes some library internal structures, and tests for the presence of AFS in the kernel, none of the other functions should be called before k_hasafs() is called, or if it fails. krb_... |
kerberos(3) -- Kerberos authentication library
|
This library supports network authentication and various related operations. The library contains many routines beyond those described in this man page, but they are not intended to be used directly. ... |
killpg(3) -- send signal to a process group
|
killpg() sends the signal sig to the process group pgrp. See sigaction(2) for a list of signals. If pgrp is 0, killpg() sends the signal to the sending process's process group. The sending process an... |