|
ctime(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
ctime64(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
|
ctime64_r(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
ctime_r(3) -- converts time units
|
The asctime(), ctime(), gmtime(), localtime(), mktime(), and tzset() functions convert time values between tm structures, time_t type variables, and strings. [POSIX] The asctime_r(), ctime_r(), gmtime... |
ctype(3) -- Classify characters
|
The ctype functions test for membership in a character class in the current locale. Each function tests to see if a character is part of a different character class. If the character is part of the ch... |
curses(3) -- Terminal screen-handling and optimization package
|
The Curses library routines give the user a terminal-independent method of updating character screens with reasonable optimization. A C program using these routines must be compiled with the -l curses... |
curs_addch(3) -- Add a character (with attributes) to a Curses window and advance the cursor
|
The addch, waddch, mvaddch, and mvwaddch routines put the character ch into the window at the current cursor position of the window and advance the position of the window cursor. Their function is sim... |
curs_addchstr(3) -- Add string of characters (and attributes) to a Curses window
|
All of these routines copy chstr directly into the window image structure starting at the current or specified cursor position. The four routines with n as the last argument copy at most n elements, b... |
curs_addstr(3) -- Add a string of characters to a Curses window and advance cursor
|
These routines write the characters of the character string str on the given window. The four routines with n as the last argument write at most n characters. For the other routines, the string should... |
curs_addwch(3) -- Add a wchar_t character (with attributes) to a Curses window and advance cursor
|
The addwch, waddwch, mvaddwch, and mvwaddwch routines put the character wch, holding a wchar_t character, into the window at the current cursor position of the window and advance the position of the w... |
curs_addwchstr(3) -- Add a string of wchar_t characters (and attributes) to a Curses window
|
All of these routines copy wchstr, which points to a string of wchar_t characters, directly into the window image structure starting at the current or specified cursor position. The four routines with... |
curs_addwstr(3) -- Add a string of wchar_t characters to a Curses window and advance cursor
|
These routines write all the characters of the wchar_t character string wstr on the given window. The four routines with n as the last argument write at most n wchar_t characters. For the routines wit... |
curs_add_wch(3) -- Add a complex character and rendition to a Curses window and advance the cursor
|
The add_wch, wadd_wch, mvadd_wch, and mvwadd_wch functions put the complex character wch into the window at the current or specified cursor position, of the current or specified window, and advance th... |
curs_add_wchstr(3) -- Add an array of complex characters and rendition to a Curses window
|
All of these functions copy wchstr, which points to an array of complex characters, directly into the current or specified window image structure starting at the current cursor position or the positio... |
curs_attr(3) -- Curses character and window attribute control routines
|
These routines manipulate the current attributes of the current or specified window. The current attributes of a window are applied to all characters that are written into the window with waddch, wadd... |