The a64l() and l64a() functions are used to maintain numbers stored in radix-64 ASCII characters. This is a notation by which 32-bit integers can be represented by up to six characters; each character...
The abort() function causes abnormal program termination to occur, unless the signal SIGABRT is being caught and the signal handler does not return. Any open streams are flushed and closed.
This library implements the Alleged Content Scrambling System. It is believed to be interoperable with CSS of the DVD Copy Control Association. ACSS is a stream cipher with a fixed key length of 40 bi...
This library implements the Alleged Content Scrambling System. It is believed to be interoperable with CSS of the DVD Copy Control Association. ACSS is a stream cipher with a fixed key length of 40 bi...
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are analogous to putchar in stdio(3). If the ad...
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
These routines copy chstr into the window image structure at and after the current cursor position. The four routines with n as the last argument copy at most n elements, but no more than will fit on ...
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...
The routines inet_aton(), inet_addr() and inet_network() interpret character strings representing numbers expressed in the Internet standard `.' notation. The inet_pton() function converts a presenta...
These routines write the characters of the (null-terminated) character string str on the given window. It is similar to calling waddch once for each character in the string. The four routines with n a...