Manual pages
Scope: Library Functions Manual.
[ Alias ↣ ] Name (section) | Brief |
---|---|
aa_attrs(3) | Returns pointer to the text output buffer used by AA-lib. |
aa_autoinit(3) | Easy to use AA-lib initialization function. |
aa_autoinitkbd(3) | Easy to use AA-lib keyboard initialization function. |
aa_autoinitmouse(3) | Easy to use AA-lib mouse initialization function. |
aa_close(3) | Close the AA-lib context. |
aa_createedit(3) | Simple interactive line editor provided as helper function. |
aa_currentfont(3) | Returns specification of the fonts used by AA-lib rendering routines. |
aa_defparams(3) | Default hardware paramters requested by AA-lib programs. |
aa_defrenderparams(3) | Default rendering parameters. |
aa_displayrecommended(3) | List of recommended drivers. |
aa_dithernames(3) | Names of dithering methods supported by AA-lib. |
aa_drivers(3) | NULL-terminated array of output drivers available in AA-lib. |
aa_edit(3) | Simple interactive line editor. |
aa_editkey(3) | Notify the line editor about keypress. |
aa_fastrender(3) | Simple and fast AA-lib rendering function. |
aa_fonts(3) | Null-terminated array of available fonts. |
aa_formats(3) | NULL terminated array of save formats supported by AA-lib. |
aa_getevent(3) | Keyboard functions. |
aa_getkey(3) | Return next keypress event from queue. |
aa_getmouse(3) | Get mouse position as specified by last mouse event read by aa_getevent. |
aa_gotoxy(3) | Move the hardware cursor (if any) to specified position. |
aa_help(3) | AA-lib help string for the default command line parser. |
aa_hidecursor(3) | Hide the hardware cursor. |
aa_hidemouse(3) | Hide the mouse cursor. |
aa_image(3) | Returns pointer to the framebuffer emulated by AA-lib. |
aa_imgheight(3) | Returns height of the emulated image in pixels. |
aa_imgwidth(3) | Returns width of the emulated image in pixels. |
aa_init(3) | Open the output display for AA-lib. |
aa_initkbd(3) | Initialize the AA-lib keyboard driver. |
aa_initmouse(3) | Initialize the AA-lib mouse driver. |
aa_kbddrivers(3) | NULL-terminated array of keyboard drivers available in AA_lib. |
aa_kbdrecommended(3) | List of recommended drivers. |
aa_mmheight(3) | Returns height of the output screen in millimeters. |
aa_mmwidth(3) | Returns width of the output screen in millimeters. |
aa_mousedrivers(3) | NULL terminated array of mouse drivers supported by AA-lib. |
aa_mouserecommended(3) | List of recommended drivers. |
aa_parseoptions(3) | Parse the standard command line options used by AA-lib. |
aa_printf(3) | Print text to AA-lib output buffers. |
aa_putpixel(3) | Put pixel to emulated framebuffer. |
aa_puts(3) | Output string to AA-lib output buffers. |
aa_recommendhi(3) | Insert the given driver on beggining of the list of recommended drivers. |
aa_recommendhidisplay(3) | Insert the given driver on beggining of the list of recommended display drivers. |
aa_recommendhikbd(3) | Insert the given driver on beggining of the list of recommended keyboard drivers. |
aa_recommendhimouse(3) | Insert the given driver on beggining of the list of recommended mouse drivers. |
aa_recommendlow(3) | Add the given driver to the end of list of recommended drivers. |
aa_recommendlowdisplay(3) | Add the given driver to the end of list of display recommended drivers. |
aa_recommendlowkbd(3) | Add the given driver to the end of list of keyboard recommended drivers. |
aa_recommendlowmouse(3) | Add the given driver to the end of list of mouse recommended drivers. |
aa_registerfont(3) | Add new font specification to aa_fonts array. |
aa_render(3) | Convert image buffer to ASCII-art. |
aa_resize(3) | Resize functions. |
aa_resizehandler(3) | Set user handler to be called on resize event. |
aa_scrheight(3) | Returns height of the output screen in characters. |
aa_scrwidth(3) | Returns width of the output screen in characters. |
aa_setfont(3) | Set font specification to be used by rendering functions. |
aa_setsupported(3) | Alter the "supported" field of hardware_params structure used by AA-lib. |
aa_showcursor(3) | Show the hardware cursor. |
aa_showmouse(3) | Show the mouse cursor. |
aa_text(3) | Returns pointer to the text output buffer used by AA-lib. |
aa_uninitkbd(3) | Uninitialize the keyboard driver. |
aa_uninitmouse(3) | Uninitialize the mouse driver. |
activateCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
activateCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
activateCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
activateCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
activateCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
activateCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
activateCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
activateCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
activateCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
activateCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
activateCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
activateCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
activateCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
activateCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
activateCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
activateCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
activateCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
activateCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
activateCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
activateCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
activateCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
activateCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
activateCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
activateCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
activateCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
activateCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
activateCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
activateCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
addCDKScrollItem(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
addCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
alignxy(3) ↣ cdk_util(3) | Cdk utility functions. |
alloc(3) | Allocate memory. |
ApplicationShell(3) | The ApplicationShell widget class "ApplicationShell" "widget class" "ApplicationShell". |
ares_cancel(3) | Cancel a resolve. |
ares_create_query(3) | Compose a single-question DNS query buffer. |
ares_destroy(3) | Destroy a resolver channel. |
ares_destroy_options(3) | Destroy options initialized with ares_save_options. |
ares_dup(3) | Duplicate a resolver channel. |
ares_expand_name(3) | Expand a DNS-encoded domain name. |
ares_expand_string(3) | Expand a length encoded string. |
ares_fds(3) | Return file descriptors to select on. |
ares_free_data(3) | Free data allocated by several c-ares functions. |
ares_free_hostent(3) | Free host structure allocated by ares functions. |
ares_free_string(3) | Free strings allocated by ares functions. |
ares_get_servers(3) | Retrieve name servers from an initialized ares_channel. |
ares_get_servers_ports(3) ↣ ares_get_servers(3) | Retrieve name servers from an initialized ares_channel. |
ares_gethostbyaddr(3) | Initiate a host query by address. |
ares_gethostbyname(3) | Initiate a host query by name. |
ares_gethostbyname_file(3) | Lookup a name in the system's hosts file. |
ares_getnameinfo(3) | Address-to-nodename translation in protocol-independent manner. |
ares_getsock(3) | Get socket descriptors to wait on. |
ares_inet_ntop(3) | Convert a network format address to presentation format. |
ares_inet_pton(3) | Convert an IPv4 or IPv6 address from text to binary form. |
ares_init(3) | Initialize a resolver channel. |
ares_init_options(3) | Initialize a resolver channel. |
ares_library_cleanup(3) | C-ares library deinitialization. |
ares_library_init(3) | C-ares library initialization. |
ares_library_initialized(3) | Get the initialization state. |
ares_mkquery(3) | Compose a single-question DNS query buffer. |
ares_parse_a_reply(3) | Parse a reply to a DNS query of type A. |
ares_parse_aaaa_reply(3) | Parse a reply to a DNS query of type AAAA. |
ares_parse_mx_reply(3) | Parse a reply to a DNS query of type MX. |
ares_parse_naptr_reply(3) | Parse a reply to a DNS query of type NAPTR. |
ares_parse_ns_reply(3) | Parse a reply to a DNS query of type NS into a hostent. |
ares_parse_ptr_reply(3) | Parse a reply to a DNS query of type PTR into a hostent. |
ares_parse_soa_reply(3) | Parse a reply to a DNS query of type SOA. |
ares_parse_srv_reply(3) | Parse a reply to a DNS query of type SRV. |
ares_parse_txt_reply(3) | Parse a reply to a DNS query of type TXT. |
ares_process(3) | Process events for name resolution. |
ares_query(3) | Initiate a single-question DNS query. |
ares_save_options(3) | Save configuration values obtained from initialized ares_channel. |
ares_search(3) | Initiate a DNS query with domain search. |
ares_send(3) | Initiate a DNS query. |
ares_set_local_dev(3) | Bind to a specific network device when creating sockets. |
ares_set_local_ip4(3) | Set local IPv4 address outgoing requests. |
ares_set_local_ip6(3) | Set local IPv6 address outgoing requests. |
ares_set_servers(3) | Initialize an ares_channel name servers configuration. |
ares_set_servers_csv(3) | Set list of DNS servers to be used. |
ares_set_servers_ports(3) ↣ ares_set_servers(3) | Initialize an ares_channel name servers configuration. |
ares_set_servers_ports_csv(3) ↣ ares_set_servers_csv(3) | Set list of DNS servers to be used. |
ares_set_socket_callback(3) | Set a socket creation callback. |
ares_set_socket_configure_callback(3) | Set a socket configuration callback. |
ares_set_sortlist(3) | Initialize an ares_channel sortlist configuration. |
ares_strerror(3) | Get the description of an ares library error code. |
ares_timeout(3) | Return maximum time to wait. |
ares_version(3) | Get the version number of the library. |
array(3) | The array library interface. |
array_allocate(3) | Make sure array has at least n elements allocated. |
array_bytes(3) | Get number of allocated members in array. |
array_cat(3) | Append one array to another. |
array_cat0(3) | Append 0 byte to an array. |
array_catb(3) | Append bytes to an array. |
array_cate(3) | Append subset of one array to another array. |
array_cats(3) | Append C string to an array. |
array_cats0(3) | Append C string to an array. |
array_equal(3) | Compare two arrays for equality. |
array_fail(3) | Switch array to have failed. |
array_get(3) | Get pointer to nth element in array. |
array_length(3) | Get number of allocated members in array. |
array_reset(3) | Deallocate array. |
array_start(3) | Get pointer to first element in array. |
array_trunc(3) | Reduce number of initialized bytes. |
array_truncate(3) | Reduce number of initialized bytes. |
asr_run(3) | … |
attr_list_by_handle(3) ↣ path_to_handle(3) | … |
attr_multi_by_handle(3) ↣ path_to_handle(3) | … |
attrbox(3) ↣ cdk_draw(3) | Cdk Drawing Functions. |
audit_set_backlog_limit(3) | Set the audit backlog limit. |
audit_set_backlog_wait_time(3) | Set the audit backlog wait time. |
avcall(3) | Build a C argument list incrementally and call a C function on it. |
baseName(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
Beep(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
ber_alloc_t(3) | … |
ber_bvarray_add(3) | … |
ber_bvarray_free(3) | … |
ber_bvdup(3) | … |
ber_bvecadd(3) | … |
ber_bvecfree(3) | … |
ber_bvfree(3) | … |
ber_bvstr(3) | … |
ber_bvstrdup(3) | … |
ber_dupbv(3) | … |
ber_first_element(3) | … |
ber_flush(3) | … |
ber_free(3) | … |
ber_get_bitstring(3) | … |
ber_get_boolean(3) | … |
ber_get_enum(3) | … |
ber_get_int(3) | … |
ber_get_next(3) | … |
ber_get_null(3) | … |
ber_get_stringa(3) | … |
ber_get_stringb(3) | … |
ber_int_t(3) ↣ lber-types(3) | … |
ber_len_t(3) ↣ lber-types(3) | … |
ber_memalloc(3) ↣ lber-memory(3) | OpenLDAP LBER memory allocators. |
ber_memcalloc(3) ↣ lber-memory(3) | OpenLDAP LBER memory allocators. |
ber_memfree(3) ↣ lber-memory(3) | OpenLDAP LBER memory allocators. |
ber_memrealloc(3) ↣ lber-memory(3) | OpenLDAP LBER memory allocators. |
ber_next_element(3) | … |
ber_peek_tag(3) | … |
ber_printf(3) | … |
ber_put_bitstring(3) ↣ lber-encode(3) | … |
ber_put_boolean(3) ↣ lber-encode(3) | … |
ber_put_enum(3) | … |
ber_put_int(3) | … |
ber_put_null(3) | … |
ber_put_ostring(3) | … |
ber_put_seq(3) | … |
ber_put_set(3) | … |
ber_put_string(3) | … |
ber_scanf(3) | … |
ber_skip_tag(3) | … |
ber_start_seq(3) ↣ lber-encode(3) | … |
ber_start_set(3) | … |
ber_str2bv(3) | … |
ber_tag_t(3) ↣ lber-types(3) | … |
bind_textdomain_codeset(3) | Set encoding of message translations. |
bindCDKObject(3) ↣ cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
bindtextdomain(3) | Set directory containing message catalogs. |
BioCocoa(3) | Bioinformatics framework for GNUstep and Cocoa. |
boxWindow(3) ↣ cdk_draw(3) | Cdk Drawing Functions. |
buffer(3) | Generic read/write buffering. |
buffer_close(3) | Close buffer. |
buffer_feed(3) | Low-level component of buffer_get. |
buffer_flush(3) | Feed buffer to write function. |
buffer_fromarray(3) | Initialize buffer structure from array. |
buffer_frombuf(3) | Initialize buffer structure from raw memory. |
buffer_fromsa(3) | Initialize buffer structure from stralloc. |
buffer_get(3) | Read binary data from buffer. |
buffer_get_new_token_sa(3) | Read token from buffer. |
buffer_get_new_token_sa_pred(3) | Read token from buffer. |
buffer_get_token(3) | Read token from buffer. |
buffer_get_token_pred(3) | Read token from buffer. |
buffer_get_token_sa(3) | Read token from buffer. |
buffer_get_token_sa_pred(3) | Read token from buffer. |
buffer_getc(3) | Read one char from buffer. |
buffer_getline(3) | Read line from buffer. |
buffer_getline_sa(3) | Read line from buffer. |
buffer_getn(3) | Read binary data from buffer. |
buffer_getnewline_sa(3) | Read line from buffer. |
buffer_init(3) | Initialize buffer structure. |
buffer_init_free(3) | Initialize buffer structure. |
buffer_mmapread(3) | Create read-only memory-mapped file buffer. |
buffer_peek(3) | Return pointer to string in buffer. |
buffer_put(3) | Write binary data to buffer. |
buffer_put8long(3) | Write an octal ASCII representation of an unsigned long integer to buffer. |
buffer_putalign(3) | Write binary data to buffer. |
buffer_puterror(3) | Write error string to buffer and flush. |
buffer_puterror2(3) | Write error string to buffer and flush. |
buffer_putflush(3) | Write binary data to buffer and flush. |
buffer_putlong(3) | Write a decimal ASCII representation of a signed long integer to buffer. |
buffer_putlonglong(3) | Write a decimal ASCII representation of a signed long integer to buffer. |
buffer_putm(3) | Write ASCIIZ string(s) to buffer. |
buffer_putnlflush(3) | Write '\n' to buffer and flush. |
buffer_puts(3) | Write ASCIIZ string to buffer. |
buffer_putsa(3) | Write stralloc to buffer. |
buffer_putsaflush(3) | Write stralloc to buffer and flush. |
buffer_putsalign(3) | Write ASCIIZ string to buffer. |
buffer_putsflush(3) | Write ASCIIZ string to buffer and flush. |
buffer_putspace(3) | Write ASCII space to buffer. |
buffer_putulong(3) | Write a decimal ASCII representation of an unsigned long integer to buffer. |
buffer_putulonglong(3) | Write a decimal ASCII representation of a signed long integer to buffer. |
buffer_putxlong(3) | Write a hexidecimal ASCII representation of an unsigned long integer to buffer. |
buffer_seek(3) | Remove bytes from beginning of string in buffer. |
buffer_tosa(3) | Initialize buffer for writing to stralloc. |
byte_chr(3) | Search for a byte in a string. |
byte_copy(3) | Copy a string. |
byte_copyr(3) | Copy a string. |
byte_diff(3) | Compare two strings. |
byte_equal(3) | Compare two strings. |
byte_rchr(3) | Search for a byte in a string. |
byte_zero(3) | Initialize a string. |
bytecode(3) | Java library for the editing of the language's bytecode. |
cairo-5c(3) | Cairo bindings for nickle programs. |
callback(3) | Closures with variable arguments as first-class C functions. |
cannalib(3) | Kana-to-Kanji Conversion Library Intro. |
case(3) | Convert ASCII uppercase bytes to lowercase. |
case_diffb(3) | Compare strings case-insensitively. |
case_diffs(3) | Compare strings case-insensitively. |
case_lowerb(3) | Compare strings case-insensitively. |
case_lowers(3) | Compare strings case-insensitively. |
case_starts(3) | Compare prefixes of strings case-insensitively. |
cdb(3) | Constant DataBase library. |
cdb(3qmail) | Read from a constant database. |
cdb_datalen(3) | Get length of data. |
cdb_datapos(3) | Get position of data. |
cdb_find(3) | Look up a key in a constant database. |
cdb_firstkey(3) | Find first physical record in constant database. |
cdb_free(3) | Close a constant databased. |
cdb_init(3) | Open a constant database. |
cdb_keylen(3) | Get length of key. |
cdb_keypos(3) | Get position of key. |
cdb_nextkey(3) | Find next physical record in constant database. |
cdb_read(3) | Read bytes from a constant database. |
cdb_successor(3) | Find next record. |
cdk(3) | Curses Development Kit. |
cdk_alphalist(3) | Curses sorted list widget. |
cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
cdk_button(3) | Create and manage a curses button widget. |
cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
cdk_calendar(3) | Curses calendar widget. |
cdk_compat(3) | Cdk4 compatibility functions. |
cdk_dialog(3) | Curses dialog widget. |
cdk_display(3) | Curses Development Kit Display Capabilities. |
cdk_draw(3) | Cdk Drawing Functions. |
cdk_dscale(3) | Curses scale widget (type double). |
cdk_entry(3) | Curses text-entry widget. |
cdk_fscale(3) | Curses scale widget (type float). |
cdk_fselect(3) | Curses file selector widget. |
cdk_fslider(3) | Curses slider widget (type float). |
cdk_graph(3) | Curses graph widget. |
cdk_histogram(3) | Curses histogram widget. |
cdk_itemlist(3) | Curses itemlist widget. |
cdk_label(3) | Creates a managed curses label widget. |
cdk_marquee(3) | Curses marquee widget. |
cdk_matrix(3) | Curses matrix widget. |
cdk_mentry(3) | Curses multiple line entry widget. |
cdk_menu(3) | Curses menu widget. |
cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
cdk_objs(3) | Cdk object-support functions. |
cdk_params(3) | Cdk command-line parsing. |
cdk_position(3) | Curses widget positioning key-bindings. |
cdk_process(3) | Curses widget pre/post-processing. |
cdk_radio(3) | Curses radio list widget. |
cdk_scale(3) | Curses scale widget (type int). |
cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
cdk_scroll(3) | Curses scrolling list widget. |
cdk_selection(3) | Curses selection list widget. |
cdk_slider(3) | Curses slider widget (type int). |
cdk_swindow(3) | A curses scrolling window widget. |
cdk_template(3) | A curses template widget. |
cdk_traverse(3) | Functions to support keyboard traversal. |
cdk_uscale(3) | Curses scale widget (type unsigned). |
cdk_uslider(3) | Curses slider widget (type unsigned). |
cdk_util(3) | Cdk utility functions. |
cdk_viewer(3) | Curses viewer list widget. |
CDKallocStrings(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
CDKcountStrings(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
CDKfreeChtypes(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
CDKfreeStrings(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
CDKgetDirectoryContents(3) ↣ cdk_util(3) | Cdk utility functions. |
CDKparamNumber(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparamNumber2(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparamString(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparamString2(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparamValue(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparseParams(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKparsePosition(3) ↣ cdk_params(3) | Cdk command-line parsing. |
CDKreadFile(3) ↣ cdk_util(3) | Cdk utility functions. |
CDKsplitString(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
cdt(3) | Container data types. |
ceilCDK(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
cgraph(3) | Abstract graph library. |
char2Chtype(3) ↣ cdk_util(3) | Cdk utility functions. |
char2DisplayType(3) ↣ cdk_util(3) | Cdk utility functions. |
checkCDKObjectBind(3) ↣ cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
checkForLink(3) ↣ cdk_util(3) | Cdk utility functions. |
chlen(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
chstrncpy(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
chtype2Char(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
chtype2String(3) ↣ cdk_util(3) | Cdk utility functions. |
cleanCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
cleanCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
cleanCDKMatrixCell(3) ↣ cdk_matrix(3) | Curses matrix widget. |
cleanCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
cleanCDKObjectBindings(3) ↣ cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
cleanCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
cleanCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
cleanCdkTitle(3) ↣ cdk_objs(3) | Cdk object-support functions. |
cleanCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
cleanChar(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
cleanChtype(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
clientlib(3) | NNTP clientlib part of InterNetNews library. |
cmpStrChstr(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
coe(3) | Set close-on-exec flag for a descriptor. |
com_err(3) | Common error display routine. |
common-lisp-controller(3) | Common Lisp system management tool. |
compface(3) | Compress and expand 48x48x1 face image files. |
Composite(3) | The Composite widget class "Composite" "widget class" "Composite". |
confmodule(3) | Communicate with Debian configuration system FrontEnd. |
Constraint(3) | The Constraint widget class "Constraint" "widget class" "Constraint". |
copyChar(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
copyCharList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
copyChtype(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
copyChtypeList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
Core(3) | The Core widget class "Core" "widget class" "Core". |
critbit0_allprefixed(3) | Search a critbit tree by prefix. |
critbit0_clear(3) | Free all memory associated with a critbit tree. |
critbit0_contains(3) | Check whether a string is in the critbit tree. |
critbit0_delete(3) | Delete a string from a critbit tree. |
critbit0_insert(3) | Insert a string into a critbit tree. |
csv(3) | CSV parser and writer library. |
CT_close(3) ↣ towitoko-ctapi(3) | Functions to handle communication with integrated circuit cards and. |
CT_data(3) ↣ towitoko-ctapi(3) | Functions to handle communication with integrated circuit cards and. |
CT_init(3) ↣ towitoko-ctapi(3) | Functions to handle communication with integrated circuit cards and. |
datetime(3) | Convert between TAI labels and seconds. |
dbz(3) | … |
dbzclose(3) ↣ dbz(3) | … |
dbzfetch(3) ↣ dbz(3) | … |
dbzinit(3) ↣ dbz(3) | … |
dbzstore(3) ↣ dbz(3) | … |
dcgettext(3) ↣ gettext(3) | Translate message. |
dcngettext(3) ↣ ngettext(3) | Translate message and choose plural form. |
deactivateCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
deleteCDKScrollItem(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
deleteCursesWindow(3) ↣ cdk_util(3) | Cdk utility functions. |
deleteFileCB(3) ↣ cdk_fselect(3) | Curses file selector widget. |
destroyCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
destroyCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
destroyCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
destroyCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
destroyCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
destroyCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
destroyCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
destroyCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
destroyCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
destroyCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
destroyCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
destroyCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
destroyCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
destroyCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
destroyCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
destroyCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
destroyCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
destroyCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
destroyCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
destroyCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
destroyCDKScreen(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
destroyCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
destroyCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
destroyCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
destroyCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
destroyCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
destroyCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
destroyCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
destroyCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
detect(3) | Detecting character set and measuring accuracy of charset. |
detect_destroy(3) | Free Detector structure. |
detect_handledata(3) | Detecting character set and measuring accuracy of charset. |
detect_init(3) | Initialize Detect structure. |
detect_obj_free(3) | Free DetectObject structure. |
detect_obj_init(3) | Initialize DetectObject structure. |
detect_reset(3) | Reset Detect structure. |
dgettext(3) ↣ gettext(3) | Translate message. |
dialog(3) | Widgets and utilities for the dialog program. |
direntry(3) | Read directory entries. |
dirName(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
dlm_cleanup(3) ↣ libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
dlm_close_lockspace(3) ↣ dlm_create_lockspace(3) | Manipulate DLM. |
dlm_create_lockspace(3) | Manipulate DLM. |
dlm_dispatch(3) ↣ libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
dlm_get_fd(3) ↣ libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
dlm_lock(3) | Acquire or convert a DLM lock. |
dlm_lock_wait(3) ↣ dlm_lock(3) | Acquire or convert a DLM lock. |
dlm_ls_lock(3) ↣ dlm_lock(3) | Acquire or convert a DLM lock. |
dlm_ls_lock_wait(3) ↣ dlm_lock(3) | Acquire or convert a DLM lock. |
dlm_ls_lockx(3) ↣ dlm_lock(3) | Acquire or convert a DLM lock. |
dlm_ls_pthread_init(3) ↣ libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
dlm_ls_unlock(3) ↣ dlm_unlock(3) | Unlock a DLM lock. |
dlm_ls_unlock_wait(3) ↣ dlm_unlock(3) | Unlock a DLM lock. |
dlm_new_lockspace(3) ↣ dlm_create_lockspace(3) | Manipulate DLM. |
dlm_open_lockspace(3) ↣ dlm_create_lockspace(3) | Manipulate DLM. |
dlm_pthread_init(3) ↣ libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
dlm_release_lockspace(3) ↣ dlm_create_lockspace(3) | Manipulate DLM. |
dlm_unlock(3) | Unlock a DLM lock. |
dlm_unlock_wait(3) ↣ dlm_unlock(3) | Unlock a DLM lock. |
dnet_accept(3) ↣ dnet_daemon(3) | DECnet daemon functions. |
dnet_addr(3) | DECnet nodename to address translation. |
dnet_conn(3) | Connect to remote DECnet object by name. |
dnet_daemon(3) | DECnet daemon functions. |
dnet_endnode(3) ↣ dnet_getnode(3) | Get nodes from DECnet database. |
dnet_eof(3) | Is DECnet socket at End of File ?. |
dnet_getnode(3) | Get nodes from DECnet database. |
dnet_htoa(3) | DECnet address to host name translation. |
dnet_nextnode(3) ↣ dnet_getnode(3) | Get nodes from DECnet database. |
dnet_ntoa(3) | DECnet address to ascii translation. |
dnet_reject(3) ↣ dnet_daemon(3) | DECnet daemon functions. |
dngettext(3) ↣ ngettext(3) | Translate message and choose plural form. |
dns_ip4(3) | Look up IPv4 addresses. |
dns_ip4_packet(3) | Extract IPv4 address from DNS answer packet. |
dns_ip4_qualify(3) | Qualify name and look up IPv4 addresses. |
dns_ip6(3) | Look up IPv6 addresses. |
dns_ip6_packet(3) | Extract IPv6 address from DNS answer packet. |
dns_ip6_qualify(3) | Qualify name and look up IPv6 addresses. |
dns_mx(3) | Look up Mail eXchanger. |
dns_mx_packet(3) | Extract MX records from DNS answer packet. |
dns_name4(3) | Look up host name. |
dns_name4_domain(3) | Construct host name for reverse lookup. |
dns_name6(3) | Look up host name. |
dns_name6_domain(3) | Construct host name for reverse lookup. |
dns_name_packet(3) | Extract names from DNS answer packet. |
dns_txt(3) | Look up TXT records. |
dns_txt_packet(3) | Extract TXT records from DNS answer packet. |
drawCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
drawCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
drawCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
drawCDKButtonboxButtons(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
drawCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
drawCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
drawCDKDialogButtons(3) ↣ cdk_dialog(3) | Curses dialog widget. |
drawCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
drawCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
drawCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
drawCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
drawCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
drawCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
drawCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
drawCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
drawCDKItemlistField(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
drawCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
drawCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
drawCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
drawCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
drawCDKMentryField(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
drawCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
drawCDKMenuSubwin(3) ↣ cdk_menu(3) | Curses menu widget. |
drawCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
drawCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
drawCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
drawCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
drawCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
drawCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
drawCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
drawCdkTitle(3) ↣ cdk_objs(3) | Cdk object-support functions. |
drawCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
drawCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
drawCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
drawLine(3) ↣ cdk_draw(3) | Cdk Drawing Functions. |
drawObjBox(3) ↣ cdk_draw(3) | Cdk Drawing Functions. |
drawShadow(3) ↣ cdk_draw(3) | Cdk Drawing Functions. |
drmaa2_dict(3) | … |
drmaa2_list(3) | DRMAA2 list routines. |
duma(3) | DUMA Malloc Debugger. |
dumpCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
editline(3) | Command-line editing library with history. |
efi_append_variable(3) ↣ efi_get_variable(3) | … |
efi_del_variable(3) ↣ efi_get_variable(3) | … |
efi_get_next_variable_name(3) ↣ efi_get_variable(3) | … |
efi_get_variable(3) | … |
efi_get_variable_attributes(3) ↣ efi_get_variable(3) | … |
efi_get_variable_size(3) ↣ efi_get_variable(3) | … |
efi_guid_to_id_guid(3) ↣ efi_get_variable(3) | … |
efi_guid_to_name(3) ↣ efi_get_variable(3) | … |
efi_guid_to_str(3) ↣ efi_get_variable(3) | … |
efi_guid_to_symbol(3) ↣ efi_get_variable(3) | … |
efi_name_to_guid(3) ↣ efi_get_variable(3) | … |
efi_set_variable(3) ↣ efi_get_variable(3) | … |
efi_str_to_guid(3) ↣ efi_get_variable(3) | … |
efi_symbol_to_guid(3) ↣ efi_get_variable(3) | … |
efi_variable_alloc(3) ↣ efi_variable_t(3) | … |
efi_variable_export(3) ↣ efi_variable_t(3) | … |
efi_variable_free(3) ↣ efi_variable_t(3) | … |
efi_variable_get_attributes(3) ↣ efi_variable_t(3) | … |
efi_variable_get_data(3) ↣ efi_variable_t(3) | … |
efi_variable_get_guid(3) ↣ efi_variable_t(3) | … |
efi_variable_get_name(3) ↣ efi_variable_t(3) | … |
efi_variable_import(3) ↣ efi_variable_t(3) | … |
efi_variable_realize(3) ↣ efi_variable_t(3) | … |
efi_variable_set_attributes(3) ↣ efi_variable_t(3) | … |
efi_variable_set_data(3) ↣ efi_variable_t(3) | … |
efi_variable_set_guid(3) ↣ efi_variable_t(3) | … |
efi_variable_set_name(3) ↣ efi_variable_t(3) | … |
efi_variable_t(3) | … |
efi_variables_supported(3) ↣ efi_get_variable(3) | … |
endCDK(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
#endif(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
env(3) | Manage the environment. |
eraseCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
eraseCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
eraseCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
eraseCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
eraseCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
eraseCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
eraseCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
eraseCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
eraseCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
eraseCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
eraseCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
eraseCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
eraseCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
eraseCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
eraseCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
eraseCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
eraseCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
eraseCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
eraseCDKMenuSubwin(3) ↣ cdk_menu(3) | Curses menu widget. |
eraseCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
eraseCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
eraseCDKScreen(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
eraseCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
eraseCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
eraseCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
eraseCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
eraseCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
eraseCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
eraseCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
eraseCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
eraseCursesWindow(3) ↣ cdk_util(3) | Cdk utility functions. |
error(3qmail) | Syscall error codes. |
error_str(3) | Names for syscall error codes. |
error_temp(3) | Identify soft syscall error codes. |
execCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
exitCancelCDKScreen(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
exitCancelCDKScreenOf(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
exitOKCDKScreen(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
exitOKCDKScreenOf(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
explain(3) | Explain errno values returned by libc functions. |
explain_accept(3) | Explain accept(2) errors. |
explain_accept4(3) | Explain accept4(2) errors. |
explain_accept4_or_die(3) | Accept a connection on a socket and report errors. |
explain_accept_or_die(3) | Accept a connection on a socket and report errors. |
explain_access(3) | Explain access(2) errors. |
explain_access_or_die(3) | Check permissions for a file and report errors. |
explain_acct(3) | Explain acct(2) errors. |
explain_acct_or_die(3) | Switch process accounting on or off and report errors. |
explain_acl_from_text(3) | Explain acl_from_text(3) errors. |
explain_acl_from_text_or_die(3) | Create an ACL from text and report errors. |
explain_acl_get_fd(3) | Explain acl_get_fd(3) errors. |
explain_acl_get_fd_or_die(3) | Execute acl_get_fd(3) and report errors. |
explain_acl_get_file(3) | Explain acl_get_file(3) errors. |
explain_acl_get_file_or_die(3) | Execute acl_get_file(3) and report errors. |
explain_acl_set_fd(3) | Explain acl_set_fd(3) errors. |
explain_acl_set_fd_or_die(3) | Set an ACL by file descriptor and report errors. |
explain_acl_set_file(3) | Explain acl_set_file(3) errors. |
explain_acl_set_file_or_die(3) | Set an ACL by filename and report errors. |
explain_acl_to_text(3) | Explain acl_to_text(3) errors. |
explain_acl_to_text_or_die(3) | Convert an ACL to text and report errors. |
explain_adjtime(3) | Explain adjtime(2) errors. |
explain_adjtime_or_die(3) | Smoothly tune kernel clock and report errors. |
explain_adjtimex(3) | Explain adjtimex(2) errors. |
explain_adjtimex_or_die(3) | Tune kernel clock and report errors. |
explain_asprintf(3) | Explain asprintf(3) errors. |
explain_asprintf_or_die(3) | Print to allocated string and report errors. |
explain_bind(3) | Explain bind(2) errors. |
explain_bind_or_die(3) | Bind a name to a socket and report errors. |
explain_calloc(3) | Explain calloc(3) errors. |
explain_calloc_or_die(3) | Allocate and clear memory and report errors. |
explain_chdir(3) | Explain chdir(2) errors. |
explain_chdir_or_die(3) | Change working directory and report errors. |
explain_chmod(3) | Explain chmod(2) errors. |
explain_chmod_or_die(3) | Change permissions of a file and report errors. |
explain_chown(3) | Explain chown(2) errors. |
explain_chown_or_die(3) | Change ownership of a file and report errors. |
explain_chroot(3) | Explain chroot(2) errors. |
explain_chroot_or_die(3) | Change root directory and report errors. |
explain_close(3) | Explain close(2) errors. |
explain_close_or_die(3) | Close a file descriptor and report errors. |
explain_closedir(3) | Explain closedir(3) errors. |
explain_closedir_or_die(3) | Close a directory and report errors. |
explain_connect(3) | Explain connect(2) errors. |
explain_connect_or_die(3) | Initiate a connection on a socket and report errors. |
explain_creat(3) | Explain creat(2) errors. |
explain_creat_or_die(3) | Create and open a file creat and report errors. |
explain_dirfd(3) | Explain dirfd(3) errors. |
explain_dirfd_or_die(3) | Get directory stream file descriptor and report errors. |
explain_dup(3) | Explain dup(2) errors. |
explain_dup2(3) | Explain dup2(2) errors. |
explain_dup2_or_die(3) | Duplicate a file descriptor and report errors. |
explain_dup_or_die(3) | Duplicate a file descriptor and report errors. |
explain_endgrent(3) | Explain endgrent(3) errors. |
explain_endgrent_or_die(3) | Finish group file accesses and report errors. |
explain_eventfd(3) | Explain eventfd(2) errors. |
explain_eventfd_or_die(3) | Create event notify file descriptor and report errors. |
explain_execlp(3) | Explain execlp(3) errors. |
explain_execlp_or_die(3) | Execute a file and report errors. |
explain_execv(3) | Explain execv(3) errors. |
explain_execv_or_die(3) | Execute a file and report errors. |
explain_execve(3) | Explain execve(2) errors. |
explain_execve_or_die(3) | Execute program and report errors. |
explain_execvp(3) | Explain execvp(3) errors. |
explain_execvp_or_die(3) | Execute a file and report errors. |
explain_exit(3) | Print an explanation of exit status before exiting. |
explain_fchdir(3) | Explain fchdir(2) errors. |
explain_fchdir_or_die(3) | Change directory and report errors. |
explain_fchmod(3) | Explain fchmod(2) errors. |
explain_fchmod_or_die(3) | Change permissions of an open file and report errors. |
explain_fchown(3) | Explain fchown(2) errors. |
explain_fchown_or_die(3) | Change ownership of a file and report errors. |
explain_fchownat(3) | Explain fchownat(2) errors. |
explain_fchownat_or_die(3) | Change ownership of a file relative to a directory and report errors. |
explain_fclose(3) | Explain fclose(3) errors. |
explain_fclose_or_die(3) | Close a stream and report errors. |
explain_fcntl(3) | Explain fcntl(2) errors. |
explain_fcntl_or_die(3) | Manipulate a file descriptor and report errors. |
explain_fdopen(3) | Explain fdopen(3) errors. |
explain_fdopen_or_die(3) | Stream open functions and report errors. |
explain_fdopendir(3) | Explain fdopendir(3) errors. |
explain_fdopendir_or_die(3) | Open a directory and report errors. |
explain_feof(3) | Explain feof(3) errors. |
explain_feof_or_die(3) | Check and reset stream status and report errors. |
explain_ferror(3) | Explain ferror(3) errors. |
explain_ferror_or_die(3) | Check stream status and report errors. |
explain_fflush(3) | Explain fflush(3) errors. |
explain_fflush_or_die(3) | Flush a stream and report errors. |
explain_fgetc(3) | Explain fgetc(3) errors. |
explain_fgetc_or_die(3) | Input of characters and report errors. |
explain_fgetpos(3) | Explain fgetpos(3) errors. |
explain_fgetpos_or_die(3) | Reposition a stream and report errors. |
explain_fgets(3) | Explain fgets(3) errors. |
explain_fgets_or_die(3) | Input of strings and report errors. |
explain_filename(3) | Obtain filename from file descriptor. |
explain_fileno(3) | Explain fileno(3) errors. |
explain_fileno_or_die(3) | Check and reset stream status and report errors. |
explain_flock(3) | Explain flock(2) errors. |
explain_flock_or_die(3) | Control advisory lock on open file and report errors. |
explain_fopen(3) | Explain fopen(3) errors. |
explain_fopen_or_die(3) | Open file and report errors. |
explain_fork(3) | Explain fork(2) errors. |
explain_fork_or_die(3) | Create a child process and report errors. |
explain_fpathconf(3) | Explain fpathconf(3) errors. |
explain_fpathconf_or_die(3) | Get file configuration and report errors. |
explain_fprintf(3) | Explain fprintf(3) errors. |
explain_fprintf_or_die(3) | Formatted output conversion and report errors. |
explain_fpurge(3) | Explain fpurge(3) errors. |
explain_fpurge_or_die(3) | Purge a stream and report errors. |
explain_fputc(3) | Explain fputc(3) errors. |
explain_fputc_or_die(3) | Output of characters and report errors. |
explain_fputs(3) | Explain fputs(3) errors. |
explain_fputs_or_die(3) | Write a string to a stream and report errors. |
explain_fread(3) | Explain fread(3) errors. |
explain_fread_or_die(3) | Binary stream input and report errors. |
explain_freopen(3) | Explain freopen(3) errors. |
explain_freopen_or_die(3) | Open file and report errors. |
explain_fseek(3) | Explain fseek(3) errors. |
explain_fseek_or_die(3) | Reposition a stream and report errors. |
explain_fseeko(3) | Explain fseeko(3) errors. |
explain_fseeko_or_die(3) | Seek to or report file position and report errors. |
explain_fsetpos(3) | Explain fsetpos(3) errors. |
explain_fsetpos_or_die(3) | Reposition a stream and report errors. |
explain_fstat(3) | Explain fstat(2) errors. |
explain_fstat_or_die(3) | Get file status and report errors. |
explain_fstatat(3) | Explain fstatat(2) errors. |
explain_fstatat_or_die(3) | Get file status relative to a dir fd and report errors. |
explain_fstatfs(3) | Explain fstatfs(2) errors. |
explain_fstatfs_or_die(3) | Get file system statistics and report errors. |
explain_fstatvfs(3) | Explain fstatvfs(2) errors. |
explain_fstatvfs_or_die(3) | Get file system statistics and report errors. |
explain_fsync(3) | Explain fsync(2) errors. |
explain_fsync_or_die(3) | Synchronize a file with storage device and report errors. |
explain_ftell(3) | Explain ftell(3) errors. |
explain_ftell_or_die(3) | Get stream position and report errors. |
explain_ftello(3) | Explain ftello(3) errors. |
explain_ftello_or_die(3) | Get stream position and report errors. |
explain_ftime(3) | Explain ftime(3) errors. |
explain_ftime_or_die(3) | Return date and time and report errors. |
explain_ftruncate(3) | Explain ftruncate(2) errors. |
explain_ftruncate_or_die(3) | Truncate a file and report errors. |
explain_futimens(3) | Explain futimens(3) errors. |
explain_futimens_or_die(3) | Change file timestamps and report errors. |
explain_futimes(3) | Explain futimes(3) errors. |
explain_futimes_or_die(3) | Change file timestamps and report errors. |
explain_futimesat(3) | Explain futimesat(2) errors. |
explain_futimesat_or_die(3) | Change timestamps of a file relative to a directory and report errors. |
explain_fwrite(3) | Explain fwrite(3) errors. |
explain_fwrite_or_die(3) | Binary stream output and report errors. |
explain_getaddrinfo(3) | Explain getaddrinfo(3) errors. |
explain_getaddrinfo_or_die(3) | Network address translation and report errors. |
explain_getc(3) | Explain getc(3) errors. |
explain_getc_or_die(3) | Input of characters and report errors. |
explain_getchar(3) | Explain getchar(3) errors. |
explain_getchar_or_die(3) | Input of characters and report errors. |
explain_getcwd(3) | Explain getcwd(2) errors. |
explain_getcwd_or_die(3) | Get current working directory and report errors. |
explain_getdomainname(3) | Explain getdomainname(2) errors. |
explain_getdomainname_or_die(3) | Get domain name and report errors. |
explain_getgrent(3) | Explain getgrent(3) errors. |
explain_getgrent_or_die(3) | Get group file entry and report errors. |
explain_getgrouplist(3) | Explain getgrouplist(3) errors. |
explain_getgrouplist_or_die(3) | Get list of groups and report errors. |
explain_getgroups(3) | Explain getgroups(2) errors. |
explain_getgroups_or_die(3) | Get supplementary group IDs and report errors. |
explain_gethostbyname(3) | Explain gethostbyname(3) errors. |
explain_gethostbyname_or_die(3) | Get host address by host name and report errors. |
explain_gethostid(3) | Explain gethostid(3) errors. |
explain_gethostid_or_die(3) | Get the unique identifier of the current host and report errors. |
explain_gethostname(3) | Explain gethostname(2) errors. |
explain_gethostname_or_die(3) | Get/set hostname and report errors. |
explain_getpeername(3) | Explain getpeername(2) errors. |
explain_getpeername_or_die(3) | Get name of peer socket and report errors. |
explain_getpgid(3) | Explain getpgid(2) errors. |
explain_getpgid_or_die(3) | Get process group and report errors. |
explain_getpgrp(3) | Explain getpgrp(2) errors. |
explain_getpgrp_or_die(3) | Get process group and report errors. |
explain_getpriority(3) | Explain getpriority(2) errors. |
explain_getpriority_or_die(3) | Get program scheduling priority and report errors. |
explain_getresgid(3) | Explain getresgid(2) errors. |
explain_getresgid_or_die(3) | Get r/e/s group IDs and report errors. |
explain_getresuid(3) | Explain getresuid(2) errors. |
explain_getresuid_or_die(3) | Get r/e/s user IDs and report errors. |
explain_getrlimit(3) | Explain getrlimit(2) errors. |
explain_getrlimit_or_die(3) | Get resource limits and report errors. |
explain_getrusage(3) | Explain getrusage(2) errors. |
explain_getrusage_or_die(3) | Get resource usage and report errors. |
explain_getsockname(3) | Explain getsockname(2) errors. |
explain_getsockname_or_die(3) | Get socket name and report errors. |
explain_getsockopt(3) | Explain getsockopt(2) errors. |
explain_getsockopt_or_die(3) | Get and set options on sockets and report errors. |
explain_gettimeofday(3) | Explain gettimeofday(2) errors. |
explain_gettimeofday_or_die(3) | Get time and report errors. |
explain_getw(3) | Explain getw(3) errors. |
explain_getw_or_die(3) | Input a word (int) and report errors. |
explain_iconv(3) | Explain iconv(3) errors. |
explain_iconv_close(3) | Explain iconv_close(3) errors. |
explain_iconv_close_or_die(3) | Deallocate conversion descriptor and report errors. |
explain_iconv_open(3) | Explain iconv_open(3) errors. |
explain_iconv_open_or_die(3) | Prepare for charset conversion and report errors. |
explain_iconv_or_die(3) | Perform character set conversion and report errors. |
explain_ioctl(3) | Explain ioctl(2) errors. |
explain_ioctl_or_die(3) | Control device and report errors. |
explain_kill(3) | Explain kill(2) errors. |
explain_kill_or_die(3) | Send signal to a process and report errors. |
explain_lchmod(3) | Explain lchmod(2) errors. |
explain_lchmod_or_die(3) | Change permissions of a file and report errors. |
explain_lchown(3) | Explain lchown(2) errors. |
explain_lchown_or_die(3) | Change ownership of a file and report errors. |
explain_lchownat(3) | Explain lchownat(2) errors. |
explain_lchownat_or_die(3) | Execute lchownat(2) and report errors. |
explain_link(3) | Explain link(2) errors. |
explain_link_or_die(3) | Make a new name for a file and report errors. |
explain_linkat(3) | Explain linkat(2) errors. |
explain_linkat_or_die(3) | Link a file relative to directory and report errors. |
explain_listen(3) | Explain listen(2) errors. |
explain_listen_or_die(3) | Listen for connections on a socket and report errors. |
explain_lseek(3) | Explain lseek(2) errors. |
explain_lseek_or_die(3) | Reposition file offset and report errors. |
explain_lstat(3) | Explain lstat(3) errors. |
explain_lstat_or_die(3) | Get file status and report errors. |
explain_lutimes(3) | Explain lutimes(3) errors. |
explain_lutimes_or_die(3) | Modify file timestamps and report errors. |
explain_malloc(3) | Explain malloc(3) errors. |
explain_malloc_or_die(3) | Allocate and free dynamic memory and report errors. |
explain_mkdir(3) | Explain mkdir(2) errors. |
explain_mkdir_or_die(3) | Create a directory and report errors. |
explain_mkdtemp(3) | Explain mkdtemp(3) errors. |
explain_mkdtemp_or_die(3) | Create a unique temporary directory and report errors. |
explain_mknod(3) | Explain mknod(2) errors. |
explain_mknod_or_die(3) | Create a special or ordinary file and report errors. |
explain_mkostemp(3) | Explain mkostemp(3) errors. |
explain_mkostemp_or_die(3) | Create a unique temporary file and report errors. |
explain_mkstemp(3) | Explain mkstemp(3) errors. |
explain_mkstemp_or_die(3) | Create a unique temporary file and report errors. |
explain_mktemp(3) | Explain mktemp(3) errors. |
explain_mktemp_or_die(3) | Make a unique temporary filename and report errors. |
explain_mmap(3) | Explain mmap(2) errors. |
explain_mmap_or_die(3) | Map file or device into memory and report errors. |
explain_mount(3) | Explain mount(2) errors. |
explain_mount_or_die(3) | Mount file system and report errors. |
explain_munmap(3) | Explain munmap(2) errors. |
explain_munmap_or_die(3) | Unmap a file or device from memory and report errors. |
explain_nanosleep(3) | Explain nanosleep(2) errors. |
explain_nanosleep_or_die(3) | High‐resolution sleep and report errors. |
explain_nice(3) | Explain nice(2) errors. |
explain_nice_or_die(3) | Change process priority and report errors. |
explain_open(3) | Explain open(2) errors. |
explain_open_or_die(3) | Open file and report errors. |
explain_openat(3) | Explain openat(2) errors. |
explain_openat_or_die(3) | Open a file relative to a dir fd and report errors. |
explain_opendir(3) | Explain opendir(3) errors. |
explain_opendir_or_die(3) | Open a directory and report errors. |
explain_output(3) | Output error messages. |
explain_pathconf(3) | Explain pathconf(3) errors. |
explain_pathconf_or_die(3) | Get configuration values and report errors. |
explain_pclose(3) | Explain pclose(3) errors. |
explain_pclose_or_die(3) | Process I/O and report errors. |
explain_pipe(3) | Explain pipe(2) errors. |
explain_pipe2(3) | Explain pipe2(2) errors. |
explain_pipe2_or_die(3) | Create pipe and report errors. |
explain_pipe_or_die(3) | Create pipe and report errors. |
explain_poll(3) | Explain poll(2) errors. |
explain_poll_or_die(3) | Wait for some event on file descriptor and report errors. |
explain_popen(3) | Explain popen(3) errors. |
explain_popen_or_die(3) | Process I/O and report errors. |
explain_pread(3) | Explain pread(2) errors. |
explain_pread_or_die(3) | Seek and read from a file descriptor and report errors. |
explain_printf(3) | Explain printf(3) errors. |
explain_printf_or_die(3) | Formatted output conversion and report errors. |
explain_program_name(3) | Manipulate the program name. |
explain_ptrace(3) | Explain ptrace(2) errors. |
explain_ptrace_or_die(3) | Process trace and report errors. |
explain_putc(3) | Explain putc(3) errors. |
explain_putc_or_die(3) | Output of characters and report errors. |
explain_putchar(3) | Explain putchar(3) errors. |
explain_putchar_or_die(3) | Output of characters and report errors. |
explain_putenv(3) | Explain putenv(3) errors. |
explain_putenv_or_die(3) | Change or add an environment variable and report errors. |
explain_puts(3) | Explain puts(3) errors. |
explain_puts_or_die(3) | Write a string and a newline to stdout and report errors. |
explain_putw(3) | Explain putw(3) errors. |
explain_putw_or_die(3) | Output a word (int) and report errors. |
explain_pwrite(3) | Explain pwrite(2) errors. |
explain_pwrite_or_die(3) | Seek and write to a file descriptor and report errors. |
explain_raise(3) | Explain raise(3) errors. |
explain_raise_or_die(3) | Send a signal to the caller and report errors. |
explain_read(3) | Explain read(2) errors. |
explain_read_or_die(3) | Read from a file descriptor and report errors. |
explain_readdir(3) | Explain readdir(2) errors. |
explain_readdir_or_die(3) | Read directory entry and report errors. |
explain_readlink(3) | Explain readlink(2) errors. |
explain_readlink_or_die(3) | Read value of a symbolic link and report errors. |
explain_readv(3) | Explain readv(2) errors. |
explain_readv_or_die(3) | Read data into multiple buffers and report errors. |
explain_realloc(3) | Explain realloc(3) errors. |
explain_realloc_or_die(3) | Allocate and free dynamic memory and report errors. |
explain_realpath(3) | Explain realpath(3) errors. |
explain_realpath_or_die(3) | Return canonical pathname and report errors. |
explain_remove(3) | Explain remove(2) errors. |
explain_remove_or_die(3) | Delete a file and report errors. |
explain_rename(3) | Explain rename(2) errors. |
explain_rename_or_die(3) | Change the name of a file and report errors. |
explain_rmdir(3) | Explain rmdir(2) errors. |
explain_rmdir_or_die(3) | Delete a directory and report errors. |
explain_select(3) | Explain select(2) errors. |
explain_select_or_die(3) | Blah blah and report errors. |
explain_setbuf(3) | Explain setbuf(3) errors. |
explain_setbuf_or_die(3) | Set stream buffer and report errors. |
explain_setbuffer(3) | Explain setbuffer(3) errors. |
explain_setbuffer_or_die(3) | Stream buffering operations and report errors. |
explain_setdomainname(3) | Explain setdomainname(2) errors. |
explain_setdomainname_or_die(3) | Set domain name and report errors. |
explain_setenv(3) | Explain setenv(3) errors. |
explain_setenv_or_die(3) | Change or add an environment variable and report errors. |
explain_setgid(3) | Explain setgid(2) errors. |
explain_setgid_or_die(3) | Set group identity and report errors. |
explain_setgrent(3) | Explain setgrent(3) errors. |
explain_setgrent_or_die(3) | Rewind group database and report errors. |
explain_setgroups(3) | Explain setgroups(2) errors. |
explain_setgroups_or_die(3) | Set supplementary group IDs and report errors. |
explain_sethostname(3) | Explain sethostname(2) errors. |
explain_sethostname_or_die(3) | Get/set hostname and report errors. |
explain_setlinebuf(3) | Explain setlinebuf(3) errors. |
explain_setlinebuf_or_die(3) | Stream buffering operations and report errors. |
explain_setpgid(3) | Explain setpgid(2) errors. |
explain_setpgid_or_die(3) | Set process group and report errors. |
explain_setpgrp(3) | Explain setpgrp(2) errors. |
explain_setpgrp_or_die(3) | Set process group and report errors. |
explain_setpriority(3) | Explain setpriority(2) errors. |
explain_setpriority_or_die(3) | Set program scheduling priority and report errors. |
explain_setregid(3) | Explain setregid(2) errors. |
explain_setregid_or_die(3) | Set real and/or effective group ID and report errors. |
explain_setresgid(3) | Explain setresgid(2) errors. |
explain_setresgid_or_die(3) | Set r/e/s group ID and report errors. |
explain_setresuid(3) | Explain setresuid(2) errors. |
explain_setresuid_or_die(3) | Set r/e/s user ID and report errors. |
explain_setreuid(3) | Explain setreuid(2) errors. |
explain_setreuid_or_die(3) | Set the real and effective user ID and report errors. |
explain_setsid(3) | Explain setsid(2) errors. |
explain_setsid_or_die(3) | Sets process group ID and report errors. |
explain_setsockopt(3) | Explain setsockopt(2) errors. |
explain_setsockopt_or_die(3) | Get and set options on sockets and report errors. |
explain_settimeofday(3) | Explain settimeofday(2) errors. |
explain_settimeofday_or_die(3) | Sets system time and report errors. |
explain_setuid(3) | Explain setuid(2) errors. |
explain_setuid_or_die(3) | Set user identity and report errors. |
explain_setvbuf(3) | Explain setvbuf(3) errors. |
explain_setvbuf_or_die(3) | Stream buffering operations and report errors. |
explain_shmat(3) | Explain shmat(2) errors. |
explain_shmat_or_die(3) | Shared memory attach and report errors. |
explain_shmctl(3) | Explain shmctl(2) errors. |
explain_shmctl_or_die(3) | Shared memory control and report errors. |
explain_signalfd(3) | Explain signalfd(2) errors. |
explain_signalfd_or_die(3) | Create signalable file descriptor and report errors. |
explain_sleep(3) | Explain sleep(3) errors. |
explain_sleep_or_die(3) | Sleep for a number of seconds and report errors. |
explain_snprintf(3) | Explain snprintf(3) errors. |
explain_snprintf_or_die(3) | Formatted output conversion and report errors. |
explain_socket(3) | Explain socket(2) errors. |
explain_socket_or_die(3) | Create an endpoint and report errors. |
explain_socketpair(3) | Explain socketpair(2) errors. |
explain_socketpair_or_die(3) | Create pair of connected sockets and report errors. |
explain_sprintf(3) | Explain sprintf(3) errors. |
explain_sprintf_or_die(3) | Formatted output conversion and report errors. |
explain_stat(3) | Explain stat(2) errors. |
explain_stat_or_die(3) | Get file status and report errors. |
explain_statfs(3) | Explain statfs(2) errors. |
explain_statfs_or_die(3) | Get file system statistics and report errors. |
explain_statvfs(3) | Explain statvfs(2) errors. |
explain_statvfs_or_die(3) | Get file system statistics and report errors. |
explain_stime(3) | Explain stime(2) errors. |
explain_stime_or_die(3) | Set system time and report errors. |
explain_strcoll(3) | Explain strcoll(3) errors. |
explain_strcoll_or_die(3) | Compare strings using current locale and report errors. |
explain_strdup(3) | Explain strdup(3) errors. |
explain_strdup_or_die(3) | Duplicate a string and report errors. |
explain_strndup(3) | Explain strndup(3) errors. |
explain_strndup_or_die(3) | Duplicate a string and report errors. |
explain_strtod(3) | Explain strtod(3) errors. |
explain_strtod_or_die(3) | Convert string to number and report errors. |
explain_strtof(3) | Explain strtof(3) errors. |
explain_strtof_or_die(3) | Convert string to number and report errors. |
explain_strtol(3) | Explain strtol(3) errors. |
explain_strtol_or_die(3) | Convert a string to a long integer and report errors. |
explain_strtold(3) | Explain strtold(3) errors. |
explain_strtold_or_die(3) | Convert string to number and report errors. |
explain_strtoll(3) | Explain strtoll(3) errors. |
explain_strtoll_or_die(3) | Convert a string to a long integer and report errors. |
explain_strtoul(3) | Explain strtoul(3) errors. |
explain_strtoul_or_die(3) | Convert string to unsigned long and report errors. |
explain_strtoull(3) | Explain strtoull(3) errors. |
explain_strtoull_or_die(3) | Convert string to integer and report errors. |
explain_symlink(3) | Explain symlink(2) errors. |
explain_symlink_or_die(3) | Make a new name for a file and report errors. |
explain_system(3) | Explain system(3) errors. |
explain_system_or_die(3) | Execute a shell command and report errors. |
explain_tcdrain(3) | Explain tcdrain(3) errors. |
explain_tcdrain_or_die(3) | Execute tcdrain(3) and report errors. |
explain_tcflow(3) | Explain tcflow(3) errors. |
explain_tcflow_or_die(3) | Terminal flow control and report errors. |
explain_tcflush(3) | Explain tcflush(3) errors. |
explain_tcflush_or_die(3) | Discard terminal data and report errors. |
explain_tcgetattr(3) | Explain tcgetattr(3) errors. |
explain_tcgetattr_or_die(3) | Get terminal parameters and report errors. |
explain_tcsendbreak(3) | Explain tcsendbreak(3) errors. |
explain_tcsendbreak_or_die(3) | Send terminal line break and report errors. |
explain_tcsetattr(3) | Explain tcsetattr(3) errors. |
explain_tcsetattr_or_die(3) | Set terminal attributes and report errors. |
explain_telldir(3) | Explain telldir(3) errors. |
explain_telldir_or_die(3) | Current location in directory and report errors. |
explain_tempnam(3) | Explain tempnam(3) errors. |
explain_tempnam_or_die(3) | Create a name for a temporary file and report errors. |
explain_time(3) | Explain time(2) errors. |
explain_time_or_die(3) | Get time in seconds and report errors. |
explain_timerfd_create(3) | Explain timerfd_create(2) errors. |
explain_timerfd_create_or_die(3) | Create file descriptor timers and report errors. |
explain_tmpfile(3) | Explain tmpfile(3) errors. |
explain_tmpfile_or_die(3) | Create a temporary file and report errors. |
explain_tmpnam(3) | Explain tmpnam(3) errors. |
explain_tmpnam_or_die(3) | Create a name for a temporary file and report errors. |
explain_truncate(3) | Explain truncate(2) errors. |
explain_truncate_or_die(3) | Truncate a file and report errors. |
explain_uname(3) | Explain uname(2) errors. |
explain_uname_or_die(3) | Get information about current kernel and report errors. |
explain_ungetc(3) | Explain ungetc(3) errors. |
explain_ungetc_or_die(3) | Push a character back to a stream and report errors. |
explain_unlink(3) | Explain unlink(2) errors. |
explain_unlink_or_die(3) | Delete a file and report errors. |
explain_unsetenv(3) | Explain unsetenv(3) errors. |
explain_unsetenv_or_die(3) | Remove an environment variable and report errors. |
explain_usleep(3) | Explain usleep(3) errors. |
explain_usleep_or_die(3) | Suspend execution for ms intervals and report errors. |
explain_ustat(3) | Explain ustat(2) errors. |
explain_ustat_or_die(3) | Get file system statistics and report errors. |
explain_utime(3) | Explain utime(2) errors. |
explain_utime_or_die(3) | Change file times and report errors. |
explain_utimens(3) | Explain utimens(2) errors. |
explain_utimens_or_die(3) | Change file timestamps and report errors. |
explain_utimensat(3) | Explain utimensat(2) errors. |
explain_utimensat_or_die(3) | Change file timestamps and report errors. |
explain_utimes(3) | Explain utimes(2) errors. |
explain_utimes_or_die(3) | Change file access and modify times and report errors. |
explain_vasprintf(3) | Explain vasprintf(3) errors. |
explain_vasprintf_or_die(3) | Print to allocated string and report errors. |
explain_vfork(3) | Explain vfork(2) errors. |
explain_vfork_or_die(3) | Create a child process and report errors. |
explain_vfprintf(3) | Explain vfprintf(3) errors. |
explain_vfprintf_or_die(3) | Formatted output conversion and report errors. |
explain_vprintf(3) | Explain vprintf(3) errors. |
explain_vprintf_or_die(3) | Formatted output conversion and report errors. |
explain_vsnprintf(3) | Explain vsnprintf(3) errors. |
explain_vsnprintf_or_die(3) | Formatted output conversion and report errors. |
explain_vsprintf(3) | Explain vsprintf(3) errors. |
explain_vsprintf_or_die(3) | Formatted output conversion and report errors. |
explain_wait(3) | Explain wait(2) errors. |
explain_wait3(3) | Explain wait3(2) errors. |
explain_wait3_or_die(3) | Wait for process to change state and report errors. |
explain_wait4(3) | Explain wait4(2) errors. |
explain_wait4_or_die(3) | Wait for process to change state and report errors. |
explain_wait_or_die(3) | Wait for process to change state and report errors. |
explain_waitpid(3) | Explain waitpid(2) errors. |
explain_waitpid_or_die(3) | Wait for process to change state and report errors. |
explain_write(3) | Explain write(2) errors. |
explain_write_or_die(3) | Write to a file descriptor and report errors. |
explain_writev(3) | Explain writev(2) errors. |
explain_writev_or_die(3) | Write data from multiple buffers and report errors. |
fd_copy(3) | Duplicate a descriptor. |
fd_move(3) | Renumber a descriptor. |
fd_to_handle(3) ↣ path_to_handle(3) | … |
fifo_make(3) | Create a named pipe. |
floorCDK(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
fltk(3) | The fast light tool kit. |
fmemcmp(3) | Fuzzy comparison of two memory areas. |
fmemcmpi(3) | Fuzzy comparison of two memory areas. |
fmt_8long(3) | Write an octal ASCII representation of an unsigned long integer. |
fmt_asn1derlength(3) | Encode unsigned integer like ASN.1 DER length. |
fmt_asn1dertag(3) | Encode unsigned integer like ASN.1 DER tag. |
fmt_double(3) | Write an ASCII representation of a double. |
fmt_fill(3) | Append spaces to a string. |
fmt_httpdate(3) | Write a date in ASCII as in the HTTP protocol. |
fmt_human(3) | Write a human readable ASCII representation of a long integer. |
fmt_humank(3) | Write a human readable ASCII representation of a long integer. |
fmt_ip4(3) | Write a formatted ASCII representation of an IPv4 number. |
fmt_ip6(3) | Write a formatted ASCII representation of an IPv6 number. |
fmt_ip6_flat(3) | Write a formatted ASCII representation of an IPv6 number. |
fmt_ip6c(3) | Write a formatted ASCII representation of an IPv6 number. |
fmt_ip6if(3) | Write a formatted ASCII representation of an IPv6 number. |
fmt_ip6ifc(3) | Write a formatted ASCII representation of an IPv6 number. |
fmt_long(3) | Write an ASCII representation of a long integer. |
fmt_longlong(3) | Write an ASCII representation of a long long integer. |
fmt_minus(3) | Write '-' for negative integers. |
fmt_pad(3) | Pad a string with spaces. |
fmt_plusminus(3) | Write '+' or '-'. |
fmt_str(3) | Write an ASCII string. |
fmt_strm(3) | Write multiple ASCII strings. |
fmt_strn(3) | Write an ASCII string. |
fmt_uint(3) | Write an ASCII representation of an unsigned integer. |
fmt_uint0(3) | Write a zero-padded ASCII representation of an unsigned integer. |
fmt_ulong(3) | Write an ASCII representation of an unsigned long integer. |
fmt_ulong0(3) | Write a zero-padded ASCII representation of an unsigned long integer. |
fmt_ulonglong(3) | Write an ASCII representation of an unsigned long long integer. |
fmt_utf8(3) | Encode 31-bit unsigned integer using UTF-8 rules. |
fmt_xlong(3) | Write a hexadecimal ASCII representation of an unsigned long integer. |
fmt_xlonglong(3) | Write a hexadecimal ASCII representation of an unsigned long long integer. |
free_handle(3) ↣ path_to_handle(3) | … |
free_huge_pages(3) ↣ get_huge_pages(3) | Allocate and free hugepages. |
free_hugepage_region(3) ↣ get_hugepage_region(3) | Allocate and free regions of memory that use hugepages where pos‐. |
freeChar(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
freeCharList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
freeChtype(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
freeChtypeList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
fssetdm_by_handle(3) ↣ path_to_handle(3) | … |
fstrcasecmp(3) | Fuzzy comparison of two strings ignoring case. |
fstrcasecmpi(3) | Fuzzy comparison of two strings ignoring case. |
fstrcmp(3) | Fuzzy comparison of two strings. |
fstrcmpi(3) | Fuzzy comparison of two strings. |
fstrcoll(3) | Fuzzy comparison of two strings using the current locale. |
fstrcolli(3) | Fuzzy comparison of two strings using the current locale. |
fwcscmp(3) | Fuzzy comparison of two wide-character strings. |
fwcscmpi(3) | Fuzzy comparison of two wide-character strings. |
gen-scale(3) | Curses scale widget (type ). |
gen-slider(3) | Curses slider widget (type ). |
geodesic(3) | Initialize an ellipsoid. |
get_huge_pages(3) | Allocate and free hugepages. |
get_hugepage_region(3) | Allocate and free regions of memory that use hugepages where pos‐. |
getcCDKObject(3) ↣ cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
getCDKAlphalistBox(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
getCDKAlphalistContents(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
getCDKAlphalistCurrentItem(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
getCDKAlphalistFillerChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
getCDKAlphalistHighlight(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
getCDKButtonBox(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
getCDKButtonboxBox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
getCDKButtonboxButtonCount(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
getCDKButtonboxCurrentButton(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
getCDKButtonboxHighlight(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
getCDKButtonMessage(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
getCDKCalendarBox(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarDate(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarDayAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarHighlight(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarMarker(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarMonthAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKCalendarYearAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
getCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
getCDKDialogBox(3) ↣ cdk_dialog(3) | Curses dialog widget. |
getCDKDialogHighlight(3) ↣ cdk_dialog(3) | Curses dialog widget. |
getCDKDialogSeparator(3) ↣ cdk_dialog(3) | Curses dialog widget. |
getCDKDScaleBox(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
getCDKDScaleDigits(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
getCDKDScaleHighValue(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
getCDKDScaleLowValue(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
getCDKDScaleValue(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
getCDKEntryBox(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKEntryFillerChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKEntryHiddenChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKEntryMax(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKEntryMin(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKEntryValue(3) ↣ cdk_entry(3) | Curses text-entry widget. |
getCDKFocusCurrent(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
getCDKFScaleBox(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
getCDKFScaleDigits(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
getCDKFScaleHighValue(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
getCDKFScaleLowValue(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
getCDKFScaleValue(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
getCDKFselectBox(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectContents(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectCurrentItem(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectDirAttribute(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectDirContents(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectDirectory(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectFileAttribute(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectFillerChar(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectHighlight(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectLinkAttribute(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFselectSocketAttribute(3) ↣ cdk_fselect(3) | Curses file selector widget. |
getCDKFSliderBox(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
getCDKFSliderDigits(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
getCDKFSliderHighValue(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
getCDKFSliderLowValue(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
getCDKFSliderValue(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
getCDKGraphBox(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKGraphCharacter(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKGraphCharacters(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKGraphDisplayType(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKGraphValue(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKGraphValues(3) ↣ cdk_graph(3) | Curses graph widget. |
getCDKHistogramBox(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramFillerChar(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramHighValue(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramLowValue(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramStatsAttr(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramStatsPos(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramValue(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKHistogramViewType(3) ↣ cdk_histogram(3) | Curses histogram widget. |
getCDKItemlistBox(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
getCDKItemlistCurrentItem(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
getCDKItemlistDefaultItem(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
getCDKItemlistValues(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
getCDKLabelBox(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
getCDKLabelMessage(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
getCDKMarqueeBox(3) ↣ cdk_marquee(3) | Curses marquee widget. |
getCDKMatrixBox(3) ↣ cdk_matrix(3) | Curses matrix widget. |
getCDKMatrixCell(3) ↣ cdk_matrix(3) | Curses matrix widget. |
getCDKMatrixCol(3) ↣ cdk_matrix(3) | Curses matrix widget. |
getCDKMatrixRow(3) ↣ cdk_matrix(3) | Curses matrix widget. |
getCDKMentryBox(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
getCDKMentryFillerChar(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
getCDKMentryHiddenChar(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
getCDKMentryMin(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
getCDKMentryValue(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
getCDKMenuCurrentItem(3) ↣ cdk_menu(3) | Curses menu widget. |
getCDKMenuSubTitleHighlight(3) ↣ cdk_menu(3) | Curses menu widget. |
getCDKMenuTitleHighlight(3) ↣ cdk_menu(3) | Curses menu widget. |
getCDKRadioBox(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioChoiceCharacter(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioCurrentItem(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioHighlight(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioItems(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioLeftBrace(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioRightBrace(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKRadioSelectedItem(3) ↣ cdk_radio(3) | Curses radio list widget. |
getCDKScaleBox(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
getCDKScaleDigits(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
getCDKScaleHighValue(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
getCDKScaleLowValue(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
getCDKScaleValue(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
getCDKScrollBox(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKScrollCurrent(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKScrollCurrentItem(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKScrollCurrentTop(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKScrollHighlight(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKScrollItems(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
getCDKSelectionBox(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionChoice(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionChoices(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionCurrent(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionHighlight(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionItems(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionMode(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionModes(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSelectionTitle(3) ↣ cdk_selection(3) | Curses selection list widget. |
getCDKSliderBox(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
getCDKSliderDigits(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
getCDKSliderHighValue(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
getCDKSliderLowValue(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
getCDKSliderValue(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
getCDKSwindowBox(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
getCDKSwindowContents(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
getCDKTemplateBox(3) ↣ cdk_template(3) | A curses template widget. |
getCDKTemplateMin(3) ↣ cdk_template(3) | A curses template widget. |
getCDKTemplateValue(3) ↣ cdk_template(3) | A curses template widget. |
getCDKUScaleBox(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
getCDKUScaleDigits(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
getCDKUScaleHighValue(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
getCDKUScaleLowValue(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
getCDKUScaleValue(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
getCDKUSliderBox(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
getCDKUSliderDigits(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
getCDKUSliderHighValue(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
getCDKUSliderLowValue(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
getCDKUSliderValue(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
getCDKViewerBox(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
getCDKViewerHighlight(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
getCDKViewerInfo(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
getCDKViewerInfoLine(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
getCDKViewerTitle(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
getchCDKObject(3) ↣ cdk_binding(3) | Curses Development Kit Character Binding Capabilities. |
getDirectoryContents(3) ↣ cdk_compat(3) | Cdk4 compatibility functions. |
gethugepagesize(3) | Get the default huge page size. |
gethugepagesizes(3) | Get the system supported huge page sizes. |
getListIndex(3) ↣ cdk_util(3) | Cdk utility functions. |
getln(3) | Read one line of data. |
getln2(3) | Read one line of data. |
getnodeadd(3) | DECnet address of executor node. |
getnodebyaddr(3) | DECnet node entry retrieval by address. |
getnodebyname(3) | DECnet node entry retrieval by address. |
getpagesizes(3) | Get the system supported huge page sizes. |
getparentpaths_by_handle(3) ↣ path_to_handle(3) | … |
getparents_by_handle(3) ↣ path_to_handle(3) | … |
getString(3) ↣ cdk_util(3) | Cdk utility functions. |
gettext(3) | Translate message. |
graphadd(3) | … |
graphmat(3) | … |
graphmat++(3) | Syntatic simple interface to graphmat. |
gsm(3) | GSM 06.10 lossy sound compression. |
gsm_create(3) ↣ gsm(3) | GSM 06.10 lossy sound compression. |
gsm_decode(3) ↣ gsm(3) | GSM 06.10 lossy sound compression. |
gsm_destroy(3) ↣ gsm(3) | GSM 06.10 lossy sound compression. |
gsm_encode(3) ↣ gsm(3) | GSM 06.10 lossy sound compression. |
gsm_explode(3) | GSM 06.10 supplementary functions for testing. |
gsm_implode(3) ↣ gsm_explode(3) | GSM 06.10 supplementary functions for testing. |
gsm_option(3) | Customizing the GSM 06.10 implementation. |
gsm_print(3) | GSM 06.10 supplementary function for debugging. |
gvc(3) | Graphviz context library. |
handle_to_fshandle(3) ↣ path_to_handle(3) | … |
hdf(3) | Hierarchical Data Format library. |
hershey_font_free(3) ↣ libhersheyfont(3) | Hershey vector fonts library. |
hershey_font_glyph(3) ↣ libhersheyfont(3) | Hershey vector fonts library. |
hershey_font_jhf_load(3) ↣ libhersheyfont(3) | Hershey vector fonts library. |
hershey_font_load(3) ↣ libhersheyfont(3) | Hershey vector fonts library. |
hesiod(3) | Hesiod. |
hesiod_end(3) ↣ hesiod(3) | Hesiod. |
hesiod_free_list(3) ↣ hesiod(3) | Hesiod. |
hesiod_free_passwd(3) ↣ hesiod_getpwnam(3) | Hesiod functions for retrieving passwd information. |
hesiod_free_postoffice(3) ↣ hesiod_getmailhost(3) | Hesiod functions for retrieving user to postoffice mappings. |
hesiod_free_servent(3) ↣ hesiod_getservbyname(3) | Hesiod functions for retrieving service information. |
hesiod_free_string(3) ↣ hesiod(3) | Hesiod. |
hesiod_getmailhost(3) | Hesiod functions for retrieving user to postoffice mappings. |
hesiod_getpwnam(3) | Hesiod functions for retrieving passwd information. |
hesiod_getpwuid(3) ↣ hesiod_getpwnam(3) | Hesiod functions for retrieving passwd information. |
hesiod_getservbyname(3) | Hesiod functions for retrieving service information. |
hesiod_init(3) ↣ hesiod(3) | Hesiod. |
hesiod_parse_result(3) ↣ hesiod(3) | Hesiod. |
hesiod_resolve(3) ↣ hesiod(3) | Hesiod. |
hesiod_to_bind(3) ↣ hesiod(3) | Hesiod. |
history(3readline) | GNU History Library. |
hosts_access(3) | Access control library. |
hosts_ctl(3) ↣ hosts_access(3) | Access control library. |
hugetlbfs_find_path(3) | Locate an appropriate hugetlbfs mount point. |
hugetlbfs_find_path_for_size(3) ↣ hugetlbfs_find_path(3) | Locate an appropriate hugetlbfs mount point. |
hugetlbfs_test_path(3) | Determine whether a mount point is hugetlbfs. |
hugetlbfs_unlinked_fd(3) | Obtain a file descriptor for a new unlinked file in. |
hugetlbfs_unlinked_fd_for_size(3) ↣ hugetlbfs_unlinked_fd(3) | Obtain a file descriptor for a new unlinked file in. |
hunspell(3) | Spell checking, stemming, morphological generation and analysis. |
hybrd1_(3) ↣ hybrd_(3) | Find a zero of a system of nonlinear function. |
hybrd_(3) | Find a zero of a system of nonlinear function. |
hybrj1_(3) ↣ hybrj_(3) | Find a zero of a system of nonlinear function. |
hybrj_(3) | Find a zero of a system of nonlinear function. |
iarray_allocate(3) | Get pointer to nth element in iarray. |
iarray_free(3) | Free iarray data structure. |
iarray_get(3) | Get pointer to nth element in iarray. |
iarray_init(3) | Initialize iarray data structure. |
id_close(3) ↣ ident(3) | Query remote IDENT. |
id_fileno(3) ↣ ident(3) | Query remote IDENT. |
id_open(3) ↣ ident(3) | Query remote IDENT. |
id_parse(3) ↣ ident(3) | Query remote IDENT. |
id_query(3) ↣ ident(3) | Query remote IDENT. |
ident(3) | Query remote IDENT. |
ident_free(3) ↣ ident(3) | Query remote IDENT. |
ident_id(3) ↣ ident(3) | Query remote IDENT. |
ident_lookup(3) ↣ ident(3) | Query remote IDENT. |
#if(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
imclient(3) | (library) authenticating callback interface to IMAP/IMSP servers. |
imult16(3) | Integer multiplication with overflow checking. |
imult32(3) | Integer multiplication with overflow checking. |
imult64(3) | Integer multiplication with overflow checking. |
initCDKColor(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
initCDKScreen(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
injectCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
injectCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
injectCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
injectCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
injectCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
injectCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
injectCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
injectCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
injectCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
injectCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
injectCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
injectCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
injectCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
injectCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
injectCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
injectCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
injectCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
injectCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
injectCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
injectCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
injectCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
injectCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
injectCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
inndcomm(3) | INND communication part of InterNetNews library. |
insertCDKScrollItem(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
insighttoolkit(3) | Imaging toolkit for segmentation and registration. |
intlen(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
io_appendfile(3) | Open a file for appending. |
io_block(3) | Switch to blocking I/O. |
io_canread(3) | Return a file descriptor that can be read from. |
io_canwrite(3) | Return a file descriptor that can be written to. |
io_check(3) | Check for new readable or writable descriptors. |
io_close(3) | Close a file descriptor. |
io_closeonexec(3) | Mark a file descriptor non-inheritable. |
io_createfile(3) | Create a file. |
io_dontwantread(3) | Signal that you do not want to read from a descriptor. |
io_dontwantwrite(3) | Signal that you do not want to write to a descriptor. |
io_eagain(3) | Tell io_wait that you got an EAGAIN. |
io_fd(3) | Prepare descriptor for io_wait. |
io_fd_canwrite(3) | Prepare descriptor for io_wait. |
io_fd_flags(3) | Prepare descriptor for io_wait. |
io_finishandshutdown(3) | Deallocate internal data structures. |
io_getcookie(3) | Retrieve cookie. |
io_nonblock(3) | Switch to non-blocking I/O. |
io_passfd(3) | Pass a file descriptor over a Unix Domain socket. |
io_pipe(3) | Create a Unix pipe. |
io_readfile(3) | Open a file for reading. |
io_readwritefile(3) | Open a file for reading and writing. |
io_receivefd(3) | Receive a file descriptor over a Unix Domain socket. |
io_sendfile(3) | Send data from a file to a socket. |
io_setcookie(3) | Associate cookie with descriptor. |
io_socketpair(3) | Create a pair of sockets. |
io_timeout(3) | Set time limit on descriptor. |
io_timeouted(3) | Return a file descriptor over deadline. |
io_tryread(3) | Read from a descriptor without blocking. |
io_tryreadtimeout(3) | Read from a descriptor without blocking. |
io_trywrite(3) | Write to a descriptor without blocking. |
io_trywritetimeout(3) | Write to a descriptor without blocking. |
io_wait(3) | Wait for events. |
io_waitread(3) | Read from a descriptor. |
io_waituntil(3) | Wait for events. |
io_wantread(3) | Signal that you want to read from a descriptor. |
io_wantwrite(3) | Signal that you want to write to a descriptor. |
iob_addbuf(3) | Add buffer to I/O batch. |
iob_addbuf_free(3) | Add buffer to I/O batch, with deallocation. |
iob_addfile(3) | Add file region to I/O batch. |
iob_addfile_close(3) | Add file region to I/O batch. |
iob_adds(3) | Add buffer to I/O batch. |
iob_adds_free(3) | Add buffer to I/O batch. |
iob_bytesleft(3) | How many bytes are still to be sent?. |
iob_free(3) | Free an I/O batch. |
iob_new(3) | Create new I/O batch. |
iob_prefetch(3) | Prefetch data for I/O batch. |
iob_reset(3) | Reset an I/O batch. |
iob_send(3) | Send I/O batch. |
iob_write(3) | Send I/O batch through callback. |
iopause(3) | Check for file descriptor readability or writability. |
Ixp9Req(3) | … |
Ixp9Srv(3) | … |
ixp_announce(3) | … |
IXP_API(3) | … |
IXP_ASSERT_VERSION(3) | … |
ixp_close(3) | … |
ixp_create(3) | … |
ixp_dial(3) | … |
ixp_emalloc(3) | … |
ixp_emallocz(3) | … |
ixp_eprint(3) | … |
ixp_erealloc(3) | … |
ixp_errbuf(3) | … |
ixp_errstr(3) | … |
ixp_estrdup(3) | … |
ixp_fcall2msg(3) | … |
ixp_freefcall(3) | … |
ixp_freestat(3) | … |
ixp_fstat(3) | … |
ixp_hangup(3) | … |
ixp_listen(3) | … |
IXP_MAXAPI(3) | … |
ixp_message(3) | … |
ixp_mount(3) | … |
ixp_mountfd(3) | … |
ixp_msec(3) | … |
ixp_msg2fcall(3) | … |
ixp_namespace(3) | … |
IXP_NEEDAPI(3) | … |
ixp_nsmount(3) | … |
ixp_open(3) | … |
ixp_pdata(3) | … |
ixp_pending_clunk(3) | … |
ixp_pending_flush(3) | … |
ixp_pending_print(3) | … |
ixp_pending_pushfid(3) | … |
ixp_pending_respond(3) | … |
ixp_pending_vprint(3) | … |
ixp_pending_write(3) | … |
ixp_pfcall(3) | … |
ixp_pqid(3) | … |
ixp_pqids(3) | … |
ixp_pread(3) | … |
ixp_print(3) | … |
ixp_printfcall(3) | … |
ixp_pstat(3) | … |
ixp_pstring(3) | … |
ixp_pstrings(3) | … |
ixp_pthread_init(3) | … |
ixp_pu16(3) | … |
ixp_pu32(3) | … |
ixp_pu64(3) | … |
ixp_pu8(3) | … |
ixp_pwrite(3) | … |
ixp_read(3) | … |
ixp_recvmsg(3) | … |
ixp_remove(3) | … |
ixp_rerrstr(3) | … |
ixp_respond(3) | … |
ixp_rubyinit(3) | … |
ixp_sendmsg(3) | … |
ixp_serve9conn(3) | … |
ixp_server_close(3) | … |
ixp_serverloop(3) | … |
ixp_settimer(3) | … |
ixp_sizeof_stat(3) | … |
ixp_smprint(3) | … |
ixp_srv_clonefiles(3) | … |
ixp_srv_data2cstring(3) | … |
ixp_srv_freefile(3) | … |
ixp_srv_getfile(3) | … |
ixp_srv_readbuf(3) | … |
ixp_srv_readdir(3) | … |
ixp_srv_verifyfile(3) | … |
ixp_srv_walkandclone(3) | … |
ixp_srv_writebuf(3) | … |
ixp_srv_writectl(3) | … |
ixp_srvutils(3) | … |
ixp_stat(3) | … |
ixp_taskinit(3) | … |
ixp_thread(3) | … |
ixp_unmount(3) | … |
ixp_unsettimer(3) | … |
ixp_vprint(3) | … |
ixp_vsmprint(3) | … |
ixp_vsnprint(3) | … |
ixp_werrstr(3) | … |
ixp_write(3) | … |
IxpCFid(3) | … |
IxpClient(3) | … |
IxpConn(3) | … |
IxpDMode(3) | … |
IxpFAttach(3) | … |
IxpFcall(3) | … |
IxpFError(3) | … |
IxpFHdr(3) | … |
IxpFid(3) | … |
IxpFileId(3) | … |
IxpFIO(3) | … |
IxpFRAuth(3) | … |
IxpFROpen(3) | … |
IxpFRStat(3) | … |
IxpFRWalk(3) | … |
IxpFTCreate(3) | … |
IxpFTFlush(3) | … |
IxpFTWalk(3) | … |
IxpFTWStat(3) | … |
IxpFType(3) | … |
IxpFVersion(3) | … |
IxpLookupFn(3) | … |
IxpMsg(3) | … |
IxpMsgMode(3) | … |
IxpMutex(3) | … |
IxpOMode(3) | … |
IxpPending(3) | … |
IxpQid(3) | … |
IxpQType(3) | … |
IxpRendez(3) | … |
IxpRWLock(3) | … |
IxpServer(3) | … |
IxpStat(3) | … |
IxpThread(3) | … |
J1BC(3) | C library functions for creating and accessing dynamic arrays. |
J1C(3) | C library functions for creating and accessing dynamic arrays. |
J1F(3) | C library functions for creating and accessing dynamic arrays. |
J1FA(3) | C library functions for creating and accessing dynamic arrays. |
J1FE(3) | C library functions for creating and accessing dynamic arrays. |
J1L(3) | C library functions for creating and accessing dynamic arrays. |
J1LE(3) | C library functions for creating and accessing dynamic arrays. |
J1MU(3) | C library functions for creating and accessing dynamic arrays. |
J1N(3) | C library functions for creating and accessing dynamic arrays. |
J1NE(3) | C library functions for creating and accessing dynamic arrays. |
J1P(3) | C library functions for creating and accessing dynamic arrays. |
J1PE(3) | C library functions for creating and accessing dynamic arrays. |
J1S(3) | C library functions for creating and accessing dynamic arrays. |
J1T(3) | C library functions for creating and accessing dynamic arrays. |
J1U(3) | C library functions for creating and accessing dynamic arrays. |
JHSD(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index. |
JHSFA(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index. |
JHSG(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index. |
JHSI(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index. |
JLBC(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLC(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLD(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLF(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLFA(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLFE(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLG(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLI(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLL(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLLE(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLMU(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLN(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLNE(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLP(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JLPE(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
jrKanjiControl(3) ↣ uilib(3) | User interface library intro. |
jrKanjiString(3) ↣ uilib(3) | User interface library intro. |
JSLD(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLF(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLFA(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLG(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLI(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLL(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLN(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JSLP(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
Judy(3) | C library functions for creating and accessing dynamic arrays. |
Judy1(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1_funcs(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1ByCount(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Count(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1First(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1FirstEmpty(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1FreeArray(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Last(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1LastEmpty(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1MemUsed(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Next(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1NextEmpty(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Prev(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1PrevEmpty(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Set(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Test(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
Judy1Unset(3) | C library for creating and accessing a dynamic array of bits, using any value of a word as an index. |
JudyHS(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of Length as an Index. |
JudyHS_funcs(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as. |
JudyHSDel(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as. |
JudyHSFreeArray(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as. |
JudyHSGet(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as. |
JudyHSIns(3) | C library for creating and accessing a dynamic array, using an array-of-bytes of a length: Length as. |
JudyL(3) | C library for creating and accessing a dynamic array of words, using a word as an index. |
JudyL_funcs(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLByCount(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLCount(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLDel(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLFirst(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLFirstEmpty(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLFreeArray(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLGet(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLIns(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLLast(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLLastEmpty(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLMemUsed(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLNext(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLNextEmpty(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLPrev(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudyLPrevEmpty(3) | C library for creating and accessing a dynamic array of words, using any value of a word as an index. |
JudySL(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an Index. |
JudySL_funcs(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLDel(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLFirst(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLFreeArray(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLGet(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLIns(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLLast(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLNext(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
JudySLPrev(3) | C library for creating and accessing a dynamic array, using a null-terminated string as an index. |
jumpToCell(3) ↣ cdk_matrix(3) | Curses matrix widget. |
jumpToLineCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
justifyString(3) ↣ cdk_util(3) | Cdk utility functions. |
lber-decode(3) | … |
lber-encode(3) | … |
lber-memory(3) | OpenLDAP LBER memory allocators. |
lber-sockbuf(3) | … |
lber-types(3) | … |
lcmaps(3) | The Local Credential MAPping Service. |
ld_errno(3) | LDAP protocol error handling rou‐. |
ldap(3) | OpenLDAP Lightweight Directory Access Protocol API. |
ldap_abandon(3) | Abandon an LDAP operation in progress. |
ldap_abandon_ext(3) | Abandon an LDAP operation in progress. |
ldap_add(3) | Perform an LDAP add operation. |
ldap_add_ext(3) | Perform an LDAP add operation. |
ldap_add_ext_s(3) | Perform an LDAP add operation. |
ldap_add_s(3) | Perform an LDAP add operation. |
ldap_attributetype2name(3) | … |
ldap_attributetype2str(3) | … |
ldap_attributetype_free(3) | … |
ldap_bind(3) | … |
ldap_bind_s(3) | … |
ldap_compare(3) | Perform an LDAP compare operation. |
ldap_compare_ext(3) | Perform an LDAP compare operation. |
ldap_compare_ext_s(3) | Perform an LDAP compare operation. |
ldap_compare_s(3) | Perform an LDAP compare operation. |
ldap_control_create(3) | … |
ldap_control_dup(3) | … |
ldap_control_find(3) | … |
ldap_control_free(3) | … |
ldap_controls(3) | … |
ldap_controls_dup(3) | … |
ldap_controls_free(3) | … |
ldap_count_entries(3) | LDAP result entry parsing and counting routines. |
ldap_count_messages(3) | Stepping through messages in a result chain. |
ldap_count_references(3) | Stepping through continuation references in. |
ldap_count_values(3) | LDAP attribute value handling routines. |
ldap_count_values_len(3) | LDAP attribute value handling routines. |
ldap_dcedn2dn(3) | LDAP DN handling routines. |
ldap_delete(3) | Perform an LDAP delete operation. |
ldap_delete_ext(3) | Perform an LDAP delete operation. |
ldap_delete_ext_s(3) | Perform an LDAP delete operation. |
ldap_delete_s(3) | Perform an LDAP delete operation. |
ldap_destroy(3) | Duplicate and destroy LDAP session handles. |
ldap_dn2ad_canonical(3) | LDAP DN handling routines. |
ldap_dn2dcedn(3) | LDAP DN handling routines. |
ldap_dn2str(3) | LDAP DN handling routines. |
ldap_dn2ufn(3) | LDAP DN handling routines. |
ldap_dnfree(3) | LDAP DN handling routines. |
ldap_dup(3) | Duplicate and destroy LDAP session handles. |
ldap_err2string(3) | LDAP protocol error handling rou‐. |
ldap_errlist(3) | LDAP protocol error handling rou‐. |
ldap_error(3) | LDAP protocol error handling rou‐. |
ldap_explode_dn(3) | LDAP DN handling routines. |
ldap_explode_rdn(3) | LDAP DN handling routines. |
ldap_extended_operation(3) | Extends the LDAP operations to the LDAP server. |
ldap_extended_operation_s(3) | Extends the LDAP operations to the LDAP server. |
ldap_first_attribute(3) | Step through LDAP entry attributes. |
ldap_first_entry(3) | LDAP result entry parsing and counting routines. |
ldap_first_message(3) | Stepping through messages in a result chain. |
ldap_first_reference(3) | Stepping through continuation references in. |
ldap_free_urldesc(3) | LDAP Uniform Resource Locator routines. |
ldap_get_dn(3) | LDAP DN handling routines. |
ldap_get_option(3) | LDAP option handling routines. |
ldap_get_values(3) | LDAP attribute value handling routines. |
ldap_get_values_len(3) | LDAP attribute value handling routines. |
ldap_init(3) | Initialize the LDAP library and open a connection to an LDAP server. |
ldap_init_fd(3) | Initialize the LDAP library and open a connection to an LDAP server. |
ldap_initialize(3) | Initialize the LDAP library and open a connection to an LDAP server. |
ldap_install_tls(3) | LDAP TLS initialization routines. |
ldap_is_ldap_url(3) | LDAP Uniform Resource Locator routines. |
ldap_matchingrule2name(3) | … |
ldap_matchingrule2str(3) | … |
ldap_matchingrule_free(3) | … |
ldap_memalloc(3) | LDAP memory alloca‐. |
ldap_memcalloc(3) | LDAP memory alloca‐. |
ldap_memfree(3) | LDAP memory alloca‐. |
ldap_memory(3) | LDAP memory alloca‐. |
ldap_memrealloc(3) | LDAP memory alloca‐. |
ldap_memvfree(3) | LDAP memory alloca‐. |
ldap_modify(3) | Perform an LDAP modify operation. |
ldap_modify_ext(3) | Perform an LDAP modify operation. |
ldap_modify_ext_s(3) | Perform an LDAP modify operation. |
ldap_modify_s(3) | Perform an LDAP modify operation. |
ldap_modrdn(3) | Perform an LDAP modify RDN operation. |
ldap_modrdn2(3) | Perform an LDAP modify RDN operation. |
ldap_modrdn2_s(3) | Perform an LDAP modify RDN operation. |
ldap_modrdn_s(3) | Perform an LDAP modify RDN operation. |
ldap_mods_free(3) | Perform an LDAP modify operation. |
ldap_msgfree(3) | Wait for the result of an LDAP operation. |
ldap_msgid(3) | Wait for the result of an LDAP operation. |
ldap_msgtype(3) | Wait for the result of an LDAP operation. |
ldap_next_attribute(3) | Step through LDAP entry attributes. |
ldap_next_entry(3) | LDAP result entry parsing and counting routines. |
ldap_next_message(3) | Stepping through messages in a result chain. |
ldap_next_reference(3) | Stepping through continuation references in. |
ldap_objectclass2name(3) | … |
ldap_objectclass2str(3) | … |
ldap_objectclass_free(3) | … |
ldap_open(3) | Initialize the LDAP library and open a connection to an LDAP server. |
ldap_parse_extended_result(3) | Parsing results. |
ldap_parse_reference(3) | Extract referrals and controls from a reference message. |
ldap_parse_result(3) | Parsing results. |
ldap_parse_sasl_bind_result(3) | Parsing results. |
ldap_parse_sort_control(3) | Decode the information returned from a search operation that used a server-side sort. |
ldap_parse_vlv_control(3) | Decode the information returned from a search operation that used a VLV (virtual list. |
ldap_perror(3) | LDAP protocol error handling rou‐. |
ldap_rename(3) | Renames the specified entry. |
ldap_rename_s(3) | Renames the specified entry. |
ldap_result(3) | Wait for the result of an LDAP operation. |
ldap_result2error(3) | LDAP protocol error handling rou‐. |
ldap_sasl_bind(3) | … |
ldap_sasl_bind_s(3) | … |
ldap_schema(3) | … |
ldap_scherr2str(3) | … |
ldap_search(3) | Perform an LDAP search opera‐. |
ldap_search_ext(3) | Perform an LDAP search opera‐. |
ldap_search_ext_s(3) | Perform an LDAP search opera‐. |
ldap_search_s(3) | Perform an LDAP search opera‐. |
ldap_search_st(3) | Perform an LDAP search opera‐. |
ldap_set_option(3) | LDAP option handling routines. |
ldap_set_rebind_proc(3) | … |
ldap_set_urllist_proc(3) | Initialize the LDAP library and open a connection to an LDAP server. |
ldap_simple_bind(3) | … |
ldap_simple_bind_s(3) | … |
ldap_sort(3) | LDAP sorting routines (deprecated). |
ldap_sort_entries(3) | LDAP sorting routines (deprecated). |
ldap_sort_strcasecmp(3) | LDAP sorting routines (deprecated). |
ldap_sort_values(3) | LDAP sorting routines (deprecated). |
ldap_start_tls(3) | LDAP TLS initialization routines. |
ldap_start_tls_s(3) | LDAP TLS initialization routines. |
ldap_str2attributetype(3) | … |
ldap_str2dn(3) | LDAP DN handling routines. |
ldap_str2matchingrule(3) | … |
ldap_str2objectclass(3) | … |
ldap_str2syntax(3) | … |
ldap_strdup(3) | LDAP memory alloca‐. |
ldap_sync(3) | LDAP sync. |
ldap_syntax2name(3) | … |
ldap_syntax2str(3) | … |
ldap_syntax_free(3) | … |
ldap_tls(3) | LDAP TLS initialization routines. |
ldap_tls_inplace(3) | LDAP TLS initialization routines. |
ldap_unbind(3) | … |
ldap_unbind_ext(3) | … |
ldap_unbind_ext_s(3) | … |
ldap_unbind_s(3) | … |
ldap_url(3) | LDAP Uniform Resource Locator routines. |
ldap_url_parse(3) | LDAP Uniform Resource Locator routines. |
ldap_value_free(3) | LDAP attribute value handling routines. |
ldap_value_free_len(3) | LDAP attribute value handling routines. |
ldns_algorithm(3) | Numbers assigned to algorithms used in dns. |
ldns_axfr_abort(3) | Functions for full. |
ldns_axfr_complete(3) | Functions for full. |
ldns_axfr_last_pkt(3) | Functions for full. |
ldns_axfr_next(3) | Functions for full. |
ldns_axfr_start(3) | Functions for full. |
ldns_b32_ntop_calculate_size(3) | … |
ldns_b32_pton_calculate_size(3) | … |
ldns_b64_ntop_calculate_size(3) | … |
ldns_b64_pton_calculate_size(3) | … |
ldns_bget_token(3) | Get tokens from buffers. |
ldns_bgetc(3) | Get tokens from buffers. |
ldns_bskipcs(3) | Get tokens from buffers. |
ldns_bubblebabble(3) | Encode data as BubbleBabble. |
ldns_buffer(3) | … |
ldns_buffer2pkt_wire(3) | Convert buffer/wire format to ldns_pkt. |
ldns_buffer2str(3) | … |
ldns_buffer_at(3) | … |
ldns_buffer_available(3) | … |
ldns_buffer_available_at(3) | … |
ldns_buffer_begin(3) | … |
ldns_buffer_capacity(3) | … |
ldns_buffer_clear(3) | … |
ldns_buffer_copy(3) | … |
ldns_buffer_current(3) | … |
ldns_buffer_end(3) | … |
ldns_buffer_export(3) | … |
ldns_buffer_export2str(3) | … |
ldns_buffer_flip(3) | Buf‐. |
ldns_buffer_free(3) | … |
ldns_buffer_limit(3) | … |
ldns_buffer_new(3) | … |
ldns_buffer_new_frm_data(3) | … |
ldns_buffer_position(3) | Buf‐. |
ldns_buffer_printf(3) | … |
ldns_buffer_read(3) | … |
ldns_buffer_read_at(3) | … |
ldns_buffer_read_u16(3) | … |
ldns_buffer_read_u16_at(3) | … |
ldns_buffer_read_u32(3) | … |
ldns_buffer_read_u32_at(3) | … |
ldns_buffer_read_u8(3) | … |
ldns_buffer_read_u8_at(3) | … |
ldns_buffer_remaining(3) | … |
ldns_buffer_remaining_at(3) | … |
ldns_buffer_reserve(3) | … |
ldns_buffer_rewind(3) | Buf‐. |
ldns_buffer_set_capacity(3) | … |
ldns_buffer_set_limit(3) | … |
ldns_buffer_set_position(3) | Buf‐. |
ldns_buffer_skip(3) | Buf‐. |
ldns_buffer_status(3) | … |
ldns_buffer_status_ok(3) | … |
ldns_buffer_write(3) | … |
ldns_buffer_write_at(3) | … |
ldns_buffer_write_string(3) | … |
ldns_buffer_write_string_at(3) | … |
ldns_buffer_write_u16(3) | … |
ldns_buffer_write_u16_at(3) | … |
ldns_buffer_write_u32(3) | … |
ldns_buffer_write_u32_at(3) | … |
ldns_buffer_write_u8(3) | … |
ldns_buffer_write_u8_at(3) | … |
ldns_calc_keytag(3) | Calculate ldns keytag. |
ldns_calc_keytag_raw(3) | Calculate ldns keytag. |
ldns_create_nsec(3) | Create a NSEC record. |
ldns_dane_cert2rdf(3) | TLSA. |
ldns_dane_create_tlsa_owner(3) | TLSA. |
ldns_dane_create_tlsa_rr(3) | TLSA. |
ldns_dane_select_certificate(3) | TLSA. |
ldns_dane_verify(3) | TLSA RR verification functions. |
ldns_dane_verify_rr(3) | TLSA RR verification functions. |
ldns_dname2canonical(3) | Canonicalize dname. |
ldns_dname_cat(3) | Concatenate two dnames. |
ldns_dname_cat_clone(3) | Concatenate two dnames. |
ldns_dname_compare(3) | Compare two dnames. |
ldns_dname_interval(3) | Compare two dnames. |
ldns_dname_is_subdomain(3) | Check properties of dnames. |
ldns_dname_label(3) | Check properties of dnames. |
ldns_dname_label_count(3) | Dname label functions. |
ldns_dname_left_chop(3) | Dname label functions. |
ldns_dname_new(3) | Create a dname. |
ldns_dname_new_frm_data(3) | Create a dname. |
ldns_dname_new_frm_str(3) | Create a dname. |
ldns_dname_str_absolute(3) | Check properties of dnames. |
ldns_dnssec_build_data_chain(3) | … |
ldns_dnssec_data_chain(3) | Data structures for validation. |
ldns_dnssec_data_chain_deep_free(3) | … |
ldns_dnssec_data_chain_free(3) | … |
ldns_dnssec_data_chain_new(3) | … |
ldns_dnssec_data_chain_print(3) | … |
ldns_dnssec_data_chain_struct(3) | Data structures for validation. |
ldns_dnssec_derive_trust_tree(3) | … |
ldns_dnssec_derive_trust_tree_dnskey_rrset(3) | … |
ldns_dnssec_derive_trust_tree_ds_rrset(3) | … |
ldns_dnssec_derive_trust_tree_no_sig(3) | … |
ldns_dnssec_derive_trust_tree_normal_rrset(3) | … |
ldns_dnssec_name(3) | Data structures. |
ldns_dnssec_name_add_rr(3) | … |
ldns_dnssec_name_cmp(3) | … |
ldns_dnssec_name_find_rrset(3) | … |
ldns_dnssec_name_free(3) | … |
ldns_dnssec_name_name(3) | … |
ldns_dnssec_name_new(3) | … |
ldns_dnssec_name_new_frm_rr(3) | … |
ldns_dnssec_name_node_next_nonglue(3) | … |
ldns_dnssec_name_print(3) | … |
ldns_dnssec_name_set_name(3) | … |
ldns_dnssec_name_set_nsec(3) | … |
ldns_dnssec_remove_signatures(3) | … |
ldns_dnssec_rrs(3) | Data structures. |
ldns_dnssec_rrs_add_rr(3) | Functions for. |
ldns_dnssec_rrs_free(3) | Functions for. |
ldns_dnssec_rrs_new(3) | Functions for. |
ldns_dnssec_rrs_print(3) | Functions for. |
ldns_dnssec_rrsets(3) | Data structures. |
ldns_dnssec_rrsets_add_rr(3) | … |
ldns_dnssec_rrsets_free(3) | … |
ldns_dnssec_rrsets_new(3) | … |
ldns_dnssec_rrsets_print(3) | … |
ldns_dnssec_rrsets_set_type(3) | … |
ldns_dnssec_rrsets_type(3) | … |
ldns_dnssec_trust_tree(3) | Data structures for validation. |
ldns_dnssec_trust_tree_add_parent(3) | … |
ldns_dnssec_trust_tree_contains_keys(3) | … |
ldns_dnssec_trust_tree_depth(3) | … |
ldns_dnssec_trust_tree_free(3) | … |
ldns_dnssec_trust_tree_new(3) | … |
ldns_dnssec_trust_tree_print(3) | … |
ldns_dnssec_trust_tree_print_sm(3) | … |
ldns_dnssec_verify_denial(3) | Verify denial of existence. |
ldns_dnssec_verify_denial_nsec3(3) | Verify denial of existence. |
ldns_dnssec_zone(3) | Data structures. |
ldns_dnssec_zone_add_empty_nonterminals(3) | … |
ldns_dnssec_zone_add_rr(3) | … |
ldns_dnssec_zone_create_nsecs(3) | … |
ldns_dnssec_zone_create_rrsigs(3) | … |
ldns_dnssec_zone_find_rrset(3) | … |
ldns_dnssec_zone_free(3) | … |
ldns_dnssec_zone_mark_glue(3) | … |
ldns_dnssec_zone_names_print(3) | … |
ldns_dnssec_zone_new(3) | … |
ldns_dnssec_zone_print(3) | … |
ldns_dnssec_zone_sign(3) | … |
ldns_dnssec_zone_sign_nsec3(3) | … |
ldns_duration2string(3) | … |
ldns_duration2time(3) | … |
ldns_duration_cleanup(3) | … |
ldns_duration_compare(3) | … |
ldns_duration_create(3) | … |
ldns_duration_create_from_string(3) | … |
ldns_duration_type(3) | … |
ldns_fget_token(3) | Get tokens from files. |
ldns_fskipcs(3) | Get tokens from files. |
ldns_get_errorstr_by_id(3) | Errors. |
ldns_get_rr_class_by_name(3) | Lookup class or type by name. |
ldns_get_rr_list_addr_by_name(3) | Get addresses by name or names by address. |
ldns_get_rr_list_hosts_frm_file(3) | Parse. |
ldns_get_rr_list_hosts_frm_fp(3) | Parse. |
ldns_get_rr_list_hosts_frm_fp_l(3) | Parse. |
ldns_get_rr_list_name_by_addr(3) | Get addresses by name or names by address. |
ldns_get_rr_type_by_name(3) | Lookup class or type by name. |
ldns_getaddrinfo(3) | Mimic libc getaddrinfo. |
ldns_init_random(3) | Seed the random function. |
ldns_is_rrset(3) | Is rr_list a rrset. |
ldns_key(3) | Ldns_key data structure. |
ldns_key2buffer_str(3) | … |
ldns_key2rr(3) | Convert ldns_key to rr. |
ldns_key2str(3) | Functions for conversions to string. |
ldns_key_algo_supported(3) | … |
ldns_key_algorithm(3) | … |
ldns_key_buf2dsa(3) | Convert buffer to openssl key. |
ldns_key_buf2rsa(3) | Convert buffer to openssl key. |
ldns_key_deep_free(3) | Free a ldns_key. |
ldns_key_dsa_key(3) | … |
ldns_key_expiration(3) | … |
ldns_key_flags(3) | … |
ldns_key_free(3) | Free a ldns_key. |
ldns_key_hmac_key(3) | … |
ldns_key_inception(3) | … |
ldns_key_keytag(3) | … |
ldns_key_list_free(3) | Free a ldns_key. |
ldns_key_list_key(3) | … |
ldns_key_list_key_count(3) | … |
ldns_key_list_new(3) | Create a ldns_key_list. |
ldns_key_list_pop_key(3) | Manipulate ldns_key_list. |
ldns_key_list_push_key(3) | Manipulate ldns_key_list. |
ldns_key_list_set_key_count(3) | … |
ldns_key_new(3) | … |
ldns_key_new_frm_algorithm(3) | … |
ldns_key_new_frm_fp(3) | … |
ldns_key_new_frm_fp_dsa(3) | … |
ldns_key_new_frm_fp_dsa_l(3) | … |
ldns_key_new_frm_fp_l(3) | … |
ldns_key_new_frm_fp_rsa(3) | … |
ldns_key_new_frm_fp_rsa_l(3) | … |
ldns_key_origttl(3) | … |
ldns_key_print(3) | Print a ldns_key. |
ldns_key_pubkey_owner(3) | … |
ldns_key_rr2ds(3) | Create DS rr from DNSKEY rr. |
ldns_key_rsa_key(3) | … |
ldns_key_set_algorithm(3) | … |
ldns_key_set_dsa_key(3) | … |
ldns_key_set_expiration(3) | … |
ldns_key_set_flags(3) | … |
ldns_key_set_hmac_key(3) | … |
ldns_key_set_inception(3) | … |
ldns_key_set_keytag(3) | … |
ldns_key_set_origttl(3) | … |
ldns_key_set_pubkey_owner(3) | … |
ldns_key_set_rsa_key(3) | … |
ldns_native2rdf_int16(3) | … |
ldns_native2rdf_int16_data(3) | … |
ldns_native2rdf_int32(3) | … |
ldns_native2rdf_int8(3) | … |
ldns_octet(3) | Removes escaped from the input. |
ldns_pkt(3) | Request or anser packets types. |
ldns_pkt2buffer_str(3) | … |
ldns_pkt2buffer_wire(3) | … |
ldns_pkt2str(3) | Functions for conversions to string. |
ldns_pkt2wire(3) | Conversion functions. |
ldns_pkt_aa(3) | … |
ldns_pkt_ad(3) | … |
ldns_pkt_additional(3) | … |
ldns_pkt_ancount(3) | … |
ldns_pkt_answer(3) | … |
ldns_pkt_answerfrom(3) | … |
ldns_pkt_arcount(3) | … |
ldns_pkt_authority(3) | … |
ldns_pkt_cd(3) | … |
ldns_pkt_edns(3) | … |
ldns_pkt_edns_data(3) | … |
ldns_pkt_edns_extended_rcode(3) | … |
ldns_pkt_edns_udp_size(3) | … |
ldns_pkt_edns_version(3) | … |
ldns_pkt_edns_z(3) | … |
ldns_pkt_free(3) | … |
ldns_pkt_get_opcode(3) | … |
ldns_pkt_get_rcode(3) | … |
ldns_pkt_get_section_clone(3) | … |
ldns_pkt_id(3) | … |
ldns_pkt_new(3) | … |
ldns_pkt_nscount(3) | … |
ldns_pkt_print(3) | … |
ldns_pkt_qdcount(3) | … |
ldns_pkt_qr(3) | … |
ldns_pkt_query_new(3) | … |
ldns_pkt_query_new_frm_str(3) | … |
ldns_pkt_querytime(3) | … |
ldns_pkt_question(3) | … |
ldns_pkt_ra(3) | … |
ldns_pkt_rd(3) | … |
ldns_pkt_reply_type(3) | … |
ldns_pkt_rr_list_by_name(3) | … |
ldns_pkt_rr_list_by_name_and_type(3) | … |
ldns_pkt_rr_list_by_type(3) | … |
ldns_pkt_section(3) | Request or anser packets types. |
ldns_pkt_set_aa(3) | … |
ldns_pkt_set_ad(3) | … |
ldns_pkt_set_ancount(3) | … |
ldns_pkt_set_answerfrom(3) | … |
ldns_pkt_set_arcount(3) | … |
ldns_pkt_set_cd(3) | … |
ldns_pkt_set_edns_data(3) | … |
ldns_pkt_set_edns_extended_rcode(3) | … |
ldns_pkt_set_edns_udp_size(3) | … |
ldns_pkt_set_edns_version(3) | … |
ldns_pkt_set_edns_z(3) | … |
ldns_pkt_set_flags(3) | … |
ldns_pkt_set_id(3) | … |
ldns_pkt_set_nscount(3) | … |
ldns_pkt_set_opcode(3) | … |
ldns_pkt_set_qdcount(3) | … |
ldns_pkt_set_qr(3) | … |
ldns_pkt_set_querytime(3) | … |
ldns_pkt_set_ra(3) | … |
ldns_pkt_set_rcode(3) | … |
ldns_pkt_set_rd(3) | … |
ldns_pkt_set_section_count(3) | … |
ldns_pkt_set_size(3) | … |
ldns_pkt_set_tc(3) | … |
ldns_pkt_set_tsig(3) | … |
ldns_pkt_size(3) | … |
ldns_pkt_tc(3) | … |
ldns_pkt_tsig(3) | … |
ldns_pkt_tsig_sign(3) | Tsig signing and verification. |
ldns_pkt_tsig_verify(3) | Tsig signing and verification. |
ldns_pkt_type(3) | Request or anser packets types. |
ldns_pkt_verify(3) | Verify a packet. |
ldns_pktheader2buffer_str(3) | … |
ldns_rdf(3) | Rdata field type. |
ldns_rdf2buffer_str(3) | … |
ldns_rdf2buffer_str_a(3) | … |
ldns_rdf2buffer_str_aaaa(3) | … |
ldns_rdf2buffer_str_alg(3) | … |
ldns_rdf2buffer_str_apl(3) | … |
ldns_rdf2buffer_str_b64(3) | … |
ldns_rdf2buffer_str_class(3) | … |
ldns_rdf2buffer_str_hex(3) | … |
ldns_rdf2buffer_str_int16(3) | … |
ldns_rdf2buffer_str_int16_data(3) | … |
ldns_rdf2buffer_str_ipseckey(3) | … |
ldns_rdf2buffer_str_loc(3) | … |
ldns_rdf2buffer_str_nsap(3) | … |
ldns_rdf2buffer_str_nsec(3) | … |
ldns_rdf2buffer_str_period(3) | … |
ldns_rdf2buffer_str_str(3) | … |
ldns_rdf2buffer_str_tsigtime(3) | … |
ldns_rdf2buffer_str_type(3) | … |
ldns_rdf2buffer_str_unknown(3) | … |
ldns_rdf2buffer_str_wks(3) | … |
ldns_rdf2buffer_wire(3) | … |
ldns_rdf2native_int16(3) | … |
ldns_rdf2native_int32(3) | … |
ldns_rdf2native_int8(3) | … |
ldns_rdf2native_sockaddr_storage(3) | … |
ldns_rdf2native_time_t(3) | … |
ldns_rdf2str(3) | Functions for conversions to string. |
ldns_rdf2wire(3) | Conversion functions. |
ldns_rdf_address_reverse(3) | Reverse an address rdf. |
ldns_rdf_clone(3) | … |
ldns_rdf_compare(3) | Get rdf attributes. |
ldns_rdf_data(3) | Get rdf attributes. |
ldns_rdf_deep_free(3) | … |
ldns_rdf_free(3) | … |
ldns_rdf_get_type(3) | Get rdf attributes. |
ldns_rdf_new(3) | … |
ldns_rdf_new_frm_data(3) | … |
ldns_rdf_new_frm_fp(3) | … |
ldns_rdf_new_frm_str(3) | … |
ldns_rdf_print(3) | … |
ldns_rdf_set_data(3) | Set rdf attributes. |
ldns_rdf_set_size(3) | Set rdf attributes. |
ldns_rdf_set_type(3) | Set rdf attributes. |
ldns_rdf_size(3) | Get rdf attributes. |
ldns_rdf_type(3) | Rdata field type. |
ldns_rr(3) | Types representing dns resource records. |
ldns_rr2buffer_str(3) | … |
ldns_rr2buffer_wire(3) | … |
ldns_rr2canonical(3) | Canonicalize a RR. |
ldns_rr2str(3) | Functions for conversions to string. |
ldns_rr2wire(3) | Conversion functions. |
ldns_rr_class(3) | Types representing dns resource records. |
ldns_rr_compare(3) | Compare a ldns_rr. |
ldns_rr_compare_ds(3) | Compare a ldns_rr. |
ldns_rr_compress(3) | Types representing dns resource records. |
ldns_rr_descript(3) | … |
ldns_rr_descriptor(3) | … |
ldns_rr_descriptor_field_type(3) | … |
ldns_rr_descriptor_maximum(3) | … |
ldns_rr_descriptor_minimum(3) | … |
ldns_rr_dnskey_algorithm(3) | … |
ldns_rr_dnskey_flags(3) | … |
ldns_rr_dnskey_key(3) | … |
ldns_rr_dnskey_protocol(3) | … |
ldns_rr_dnskey_set_algorithm(3) | … |
ldns_rr_dnskey_set_flags(3) | … |
ldns_rr_dnskey_set_key(3) | … |
ldns_rr_dnskey_set_protocol(3) | … |
ldns_rr_free(3) | … |
ldns_rr_get_class(3) | Access rdata fields on ldns_rr. |
ldns_rr_label_count(3) | Return ownername label count. |
ldns_rr_list(3) | Types representing dns resource records. |
ldns_rr_list2buffer_str(3) | … |
ldns_rr_list2str(3) | Functions for conversions to string. |
ldns_rr_list_cat(3) | Ldns_rr_list manipulation. |
ldns_rr_list_clone(3) | Clone a ldns_rr_list. |
ldns_rr_list_free(3) | Ldns_rr_list creation and destruction. |
ldns_rr_list_new(3) | Ldns_rr_list creation and destruction. |
ldns_rr_list_pop_rr(3) | Ldns_rr_list manipulation. |
ldns_rr_list_push_rr(3) | Ldns_rr_list manipulation. |
ldns_rr_list_rr_count(3) | Get and set ldns_rr_list length. |
ldns_rr_list_set_rr_count(3) | Get and set ldns_rr_list length. |
ldns_rr_list_sort(3) | Sort a ldns_rr_list. |
ldns_rr_mx_exchange(3) | Get MX RR rdata fields. |
ldns_rr_mx_preference(3) | Get MX RR rdata fields. |
ldns_rr_new(3) | … |
ldns_rr_new_frm_fp(3) | … |
ldns_rr_new_frm_str(3) | … |
ldns_rr_new_frm_type(3) | … |
ldns_rr_ns_nsdname(3) | Get dname rdata field from NS RR. |
ldns_rr_owner(3) | Access rdata fields on ldns_rr. |
ldns_rr_pop_rdf(3) | Push and pop rdata fields. |
ldns_rr_print(3) | … |
ldns_rr_push_rdf(3) | Push and pop rdata fields. |
ldns_rr_rd_count(3) | Access rdata fields on ldns_rr. |
ldns_rr_rdata2buffer_wire(3) | … |
ldns_rr_rdf(3) | Access rdata fields on ldns_rr. |
ldns_rr_rrsig_algorithm(3) | … |
ldns_rr_rrsig_expiration(3) | … |
ldns_rr_rrsig_inception(3) | … |
ldns_rr_rrsig_keytag(3) | … |
ldns_rr_rrsig_labels(3) | … |
ldns_rr_rrsig_origttl(3) | … |
ldns_rr_rrsig_set_algorithm(3) | … |
ldns_rr_rrsig_set_expiration(3) | … |
ldns_rr_rrsig_set_inception(3) | … |
ldns_rr_rrsig_set_keytag(3) | … |
ldns_rr_rrsig_set_labels(3) | … |
ldns_rr_rrsig_set_origttl(3) | … |
ldns_rr_rrsig_set_sig(3) | … |
ldns_rr_rrsig_set_signame(3) | … |
ldns_rr_rrsig_set_typecovered(3) | … |
ldns_rr_rrsig_sig(3) | … |
ldns_rr_rrsig_signame(3) | … |
ldns_rr_rrsig_typecovered(3) | … |
ldns_rr_set_class(3) | … |
ldns_rr_set_owner(3) | … |
ldns_rr_set_pop_rr(3) | Push and pop rr on a rrset. |
ldns_rr_set_push_rr(3) | Push and pop rr on a rrset. |
ldns_rr_set_rd_count(3) | … |
ldns_rr_set_rdf(3) | … |
ldns_rr_set_ttl(3) | … |
ldns_rr_set_type(3) | … |
ldns_rr_ttl(3) | Access rdata fields on ldns_rr. |
ldns_rr_type(3) | Types representing dns resource records. |
ldns_rr_uncompressed_size(3) | Calculates the uncompressed size of an RR. |
ldns_rrsig2buffer_wire(3) | … |
ldns_send(3) | Send a packet. |
ldns_sign_public(3) | Sign an rrset. |
ldns_sign_public_dsa(3) | Sign buffer. |
ldns_sign_public_rsamd5(3) | Sign buffer. |
ldns_sign_public_rsasha1(3) | Sign buffer. |
ldns_status(3) | Errors. |
ldns_str2period(3) | Converts a ttl value (like 5d2h) to a long. |
ldns_tcp_connect(3) | Tcp queries. |
ldns_tcp_read_wire(3) | Tcp queries. |
ldns_tcp_send_query(3) | Tcp queries. |
ldns_update_adcount(3) | Return update packet. |
ldns_update_pkt_new(3) | Create an update packet. |
ldns_update_pkt_tsig_add(3) | Add resolver's tsig credentials to an ldns_pkt. |
ldns_update_prcount(3) | Return update packet. |
ldns_update_set_adcount(3) | Set the. |
ldns_update_set_prcount(3) | Set the. |
ldns_update_set_upcount(3) | Set the. |
ldns_update_set_zocount(3) | Set the. |
ldns_update_upcount(3) | Return update packet. |
ldns_update_zocount(3) | Return update packet. |
ldns_verify(3) | … |
ldns_verify_notime(3) | … |
ldns_verify_rrsig(3) | … |
ldns_verify_rrsig_dsa(3) | Verify signature data buffers. |
ldns_verify_rrsig_keylist(3) | … |
ldns_verify_rrsig_keylist_notime(3) | … |
ldns_verify_rrsig_rsamd5(3) | Verify signature data buffers. |
ldns_verify_rrsig_rsasha1(3) | Verify signature data buffers. |
ldns_version(3) | Return library version. |
ldns_wire2dname(3) | Convert from wire format to host type. |
ldns_wire2pkt(3) | Convert from wire format to host type. |
ldns_wire2rdf(3) | Convert from wire format to host type. |
ldns_wire2rr(3) | Convert from wire format to host type. |
ldns_zone(3) | … |
ldns_zone_deep_free(3) | … |
ldns_zone_free(3) | … |
ldns_zone_glue_rr_list(3) | Sort a zone and get the glue records. |
ldns_zone_new(3) | … |
ldns_zone_new_frm_fp(3) | … |
ldns_zone_new_frm_fp_l(3) | … |
ldns_zone_print(3) | … |
ldns_zone_print_fmt(3) | … |
ldns_zone_push_rr(3) | Add rr's to a ldns_zone. |
ldns_zone_push_rr_list(3) | Add rr's to a ldns_zone. |
ldns_zone_rr_count(3) | Get ldns_zone size. |
ldns_zone_rrs(3) | Ldns_zone get content. |
ldns_zone_set_rrs(3) | Ldns_zone set content. |
ldns_zone_set_soa(3) | Ldns_zone set content. |
ldns_zone_sign(3) | Dnssec sign a zone. |
ldns_zone_sign_nsec3(3) | Dnssec sign a zone. |
ldns_zone_soa(3) | Ldns_zone get content. |
ldns_zone_sort(3) | Sort a zone and get the glue records. |
lenCharList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
lenChtypeList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
leptonica(3) | Image processing library. |
libacpi(3) | General purpose library for ACPI. |
libast-config(3) | Libast build information script. |
libdavix(3) | Shared library for HTTP I/O. |
libdieharder(3) | A testing and benchmarking library for random number generators. |
libdlm(3) | Dlm_get_fd, dlm_dispatch, dlm_pthread_init, dlm_ls_pthread_init, dlm_cleanup. |
libdmmp.h(3) | Device Mapper Multipath API. |
libdmtx(3) | Data Matrix Encoding & Decoding Library 0.7.4. |
libdnet(3) | DECnet database functions library. |
libdoodle(3) | Multi-suffix tree based file search library 0.7.0. |
libefence(3) | Electric Fence Malloc Debugger. |
libemu(3) | Emulate x86 shellcodes. |
libexpect(3) | Programmed dialogue library with interactive programs. |
libexslt(3) | Extension library for XSLT. |
libextractor(3) | Meta-information extraction library 1.0.0. |
libfiu(3) | Fault injection in userspace. |
libhersheyfont(3) | Hershey vector fonts library. |
libinn(3) | InterNetNews library routines. |
libixp(3) | … |
libmcrypt(3) | Encryption/decryption library. |
libmicrohttpd(3) | Library for embedding HTTP servers. |
libmng(3) | Multiple-image Network Graphics (MNG) Reference Library 1.0.9. |
libmstoolkit(3) | The libmstoolkit package ships light-weight C++ libraries for reading, writing, and manipulat‐. |
libmstoolkit-dev(3) ↣ libmstoolkit(3) | The libmstoolkit package ships light-weight C++ libraries for reading, writing, and manipulat‐. |
libnetlink(3) | A library for accessing the netlink service. |
libnids(3) | Network intrusion detection system E-box library. |
libpbm(3) | Functions to read and write PBM image files. |
libpgm(3) | Functions to support portable graymap (PGM) programs. |
libploticus(3) | … |
libpnm(3) | Functions to support pnm and pam programs. |
libppm(3) | Functions to support portable pixmap (PPM) programs. |
libpwiz(3) | Library to perform proteomics data analyses (runtime). |
libraptor2(3) | Raptor RDF syntax library 2.0. |
librasqal(3) | Rasqal RDF query library. |
librsync(3) | Library for delta compression of streams. |
librtmp(3) | RTMPDump Real-Time Messaging Protocol API. |
libsnmpkit(3) | SNMP communication library. |
libswe(3) | Swiss Ephemeris. |
libtomcrypt(3) | Public domain open source crypthographic toolkit. |
libusbauth-configparser(3) | Library for USB Firewall including flex/bison parser. |
libwildmagic(3) | The libwildmagic package ships a number of libraries useful for performing computations in the. |
libwildmagic-common(3) ↣ libwildmagic(3) | The libwildmagic package ships a number of libraries useful for performing computations in the. |
libwildmagic-dev(3) ↣ libwildmagic(3) | The libwildmagic package ships a number of libraries useful for performing computations in the. |
libwildmagic-examples(3) ↣ libwildmagic(3) | The libwildmagic package ships a number of libraries useful for performing computations in the. |
libwulf(3) | Xmlsysd client library. |
libxml(3) | Library used to parse XML files. |
libxslt(3) | Library used to do XSL transformations on XML documents. |
libzfcphbaapi(3) | An implementation of FC-HBA. |
libzip(3) | Library for manipulating zip archives. |
libzzuf(3) | Helper library for the zzuf multiple purpose fuzzer. |
lmder1_(3) ↣ lmder_(3) | Minimize the sum of squares of m nonlinear functions, with user supplied Jacobian. |
lmder_(3) | Minimize the sum of squares of m nonlinear functions, with user supplied Jacobian. |
lmdif1_(3) ↣ lmdif_(3) | Minimize the sum of squares of m nonlinear functions. |
lmdif_(3) | Minimize the sum of squares of m nonlinear functions. |
lmstr1_(3) ↣ lmstr_(3) | Minimize the sum of squares of m nonlinear functions, with user supplied Jacobian and mini‐. |
lmstr_(3) | Minimize the sum of squares of m nonlinear functions, with user supplied Jacobian and mini‐. |
loadCDKSwindowInformation(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
LOGIMPORT(3) | Introduction to the library for importing data and creating a PCP archive. |
lowerCDKObject(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
lxi_connect(3) | Connect to LXI device. |
lxi_disconnect(3) | Disconnect a LXI connection. |
lxi_discover(3) | Search for LXI devices on network. |
lxi_init(3) | Initialize LXI library. |
lxi_receive(3) | Receive message from LXI device. |
lxi_send(3) | Send message to LXI device. |
medcon(3) | MedCon C project for conversion of medical images. |
mem_d(3) | AA-lib memory driver. |
miniupnpc(3) | UPnP client library. |
mixCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
mlx4dv_init_obj(3) | Initialize mlx4 direct verbs object from ibv_xxx structures. |
mlx4dv_query_device(3) | Query device capabilities specific to mlx4. |
mlx5dv_get_clock_info(3) | Get device clock information. |
mlx5dv_init_obj(3) | Initialize mlx5 direct verbs object from ibv_xxx structures. |
mlx5dv_query_device(3) | Query device capabilities specific to mlx5. |
mlx5dv_ts_to_ns(3) | Convert device timestamp from HCA core clock units to the corresponding nanosecond counts. |
mmap_private(3) | Memory map a file for reading and writing. |
mmap_read(3) | Memory map a file for reading. |
mmap_shared(3) | Memory map a file for reading and writing. |
mmap_unmap(3) | Unmap an existing memory mapping. |
mmv_inc_value(3) | Update a value in a Memory Mapped Value file. |
mmv_lookup_value_desc(3) | Find a value in the Memory Mapped Value file. |
mmv_stats2_init(3) | Create and initialize Memory Mapped Value file. |
mmv_stats_init(3) ↣ mmv_stats2_init(3) | Create and initialize Memory Mapped Value file. |
mode2Char(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
mode2Filetype(3) ↣ cdk_util(3) | Cdk utility functions. |
moveCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
moveCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
moveCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
moveCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
moveCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
moveCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
moveCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
moveCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
moveCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
moveCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
moveCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
moveCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
moveCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
moveCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
moveCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
moveCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
moveCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
moveCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
moveCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
moveCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
moveCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
moveCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
moveCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
moveCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
moveCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
moveCursesWindow(3) ↣ cdk_util(3) | Cdk utility functions. |
moveToCDKMatrixCell(3) ↣ cdk_matrix(3) | Curses matrix widget. |
mpath_persistent_reserve_in(3) | Send PRIN command to DM device. |
mpath_persistent_reserve_out(3) | Send PROUT command to DM device. |
MrmCloseHierarchy(3) | Closes a UID hierarchy "MrmCloseHierarchy" "uil functions" "MrmCloseHierarchy" "uid hier‐. |
MrmFetchBitmapLiteral(3) | Fetches a bitmap literal from a hierarchy "MrmFetchBitmapLiteral" "uil functions". |
MrmFetchColorLiteral(3) | Fetches a named color literal from a UID file "MrmFetchColorLiteral" "uil functions". |
MrmFetchIconLiteral(3) | Fetches an icon literal from a hierarchy "MrmFetchIconLiteral" "uil functions" "Mrm‐. |
MrmFetchLiteral(3) | Fetches a literal from a UID file "MrmFetchLiteral" "uil functions" "MrmFetchLiteral". |
MrmFetchSetValues(3) | Fetches the values to be set from literals stored in UID files "MrmFetchSetValues" "uil. |
MrmFetchWidget(3) | Fetches and creates an indexed (UIL named) application widget and its children "MrmFetchWid‐. |
MrmFetchWidgetOverride(3) | Fetches any indexed (UIL named) application widget. It overrides the arguments spec‐. |
MrmInitialize(3) | Prepares an application to use MRM widget-fetching facilities "MrmInitialize" "uil functions". |
MrmOpenHierarchy(3) | Allocates a hierarchy ID and opens all the UID files in the hierarchy "MrmOpenHierarchy". |
MrmOpenHierarchyFromBuffer(3) | Allocates a hierarchy ID and opens a buffer containing a memory image of a UID. |
MrmOpenHierarchyPerDisplay(3) | Allocates a hierarchy ID and opens all the UID files in the hierarchy "MrmOpen‐. |
MrmRegisterClass(3) | Saves the information needed for MRM to access the widget creation function for user-. |
MrmRegisterNames(3) | Registers the values associated with the names referenced in UIL (for example, UIL callback. |
MrmRegisterNamesInHierarchy(3) | Registers the values associated with the names referenced in UIL within a single. |
ms_addselect(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_addselect_comp(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_bigendianhost(3) | Determine host computer byte order. |
ms_blktdesc(3) ↣ ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_blktlen(3) ↣ ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_btime2isotimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_btime2mdtimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_btime2seedtimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_btime3hptime(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_detect(3) ↣ msr_parse(3) | Detect and parse a SEED data record from a memory buffer. |
ms_doy2md(3) | Convert between day of year and month and day of month. |
ms_encodingstr(3) ↣ ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_errorstr(3) ↣ ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_find_reclen(3) | Determine SEED record data length. |
ms_freeselections(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_genfactmult(3) | Generate SEED sample rate factor and multiplier. |
ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap2(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap2a(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap3(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap4(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap4a(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap8(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_gswap8a(3) ↣ ms_gswap(3) | Generalized, in-place byte swapping routines. |
ms_hptime2btime(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_hptime2isotimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_hptime2mdtimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_hptime2seedtimestr(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_intro(3) | Introduction to libmseed. |
ms_log(3) | Central logging facility for libmseed. |
ms_log_l(3) ↣ ms_log(3) | Central logging facility for libmseed. |
ms_loginit(3) ↣ ms_log(3) | Central logging facility for libmseed. |
ms_loginit_l(3) ↣ ms_log(3) | Central logging facility for libmseed. |
ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_matchselect(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_md2doy(3) ↣ ms_doy2md(3) | Convert between day of year and month and day of month. |
ms_parse_raw(3) | Parse, validate and print details of a SEED data record. |
ms_printselections(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_ratapprox(3) ↣ ms_genfactmult(3) | Generate SEED sample rate factor and multiplier. |
ms_readleapsecondfile(3) ↣ ms_readleapseconds(3) | Read a leap second file into a global buffer. |
ms_readleapseconds(3) | Read a leap second file into a global buffer. |
ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readmsr_r(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readselectionsfile(3) ↣ ms_selection(3) | Routines to manage and use data selection lists. |
ms_readtracelist(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readtracelist_selection(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readtracelist_timewin(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readtraces(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readtraces_selection(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_readtraces_timewin(3) ↣ ms_readmsr(3) | Read Mini-SEED data from files. |
ms_recsrcname(3) ↣ ms_srcname(3) | Determine source names using the SEED naming nomenclature. |
ms_samplesize(3) ↣ ms_lookup(3) | Look up libmseed and Mini-SEED related information. |
ms_seedtimestr2hptime(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_selection(3) | Routines to manage and use data selection lists. |
ms_splitsrcname(3) | Split source names into the SEED naming nomenclature. |
ms_srcname(3) | Determine source names using the SEED naming nomenclature. |
ms_strncpclean(3) | Non-standard string copying. |
ms_strncpopen(3) ↣ ms_strncpclean(3) | Non-standard string copying. |
ms_time(3) | Time conversion and string generation. |
ms_time2hptime(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_timestr2hptime(3) ↣ ms_time(3) | Time conversion and string generation. |
ms_writemseed(3) | Write Mini-SEED records to files. |
msr_addblockette(3) | Add a blockette to the blockette chain of an MSRecord structure. |
msr_duplicate(3) | Duplicate an MSRecord structure. |
msr_endtime(3) ↣ msr_starttime(3) | Start and end time determination for MSRecord structures. |
msr_free(3) ↣ msr_init(3) | Initializing and freeing MSRecord and related structures. |
msr_free_blktchain(3) ↣ msr_init(3) | Initializing and freeing MSRecord and related structures. |
msr_host_latency(3) | Calculate latency between last sample in a Mini-SEED record and the host computer time. |
msr_init(3) | Initializing and freeing MSRecord and related structures. |
msr_nomsamprate(3) ↣ msr_samprate(3) | Determine sample rate from an MSRecord structure. |
msr_normalize_header(3) | Normalize or synchronize the header fields of an MSRecord structure. |
msr_pack(3) | Packing of Mini-SEED records. |
msr_pack_header(3) ↣ msr_pack(3) | Packing of Mini-SEED records. |
msr_parse(3) | Detect and parse a SEED data record from a memory buffer. |
msr_parse_selection(3) ↣ msr_parse(3) | Detect and parse a SEED data record from a memory buffer. |
msr_print(3) | Printing of Mini-SEED record header values. |
msr_samprate(3) | Determine sample rate from an MSRecord structure. |
msr_srcname(3) ↣ ms_srcname(3) | Determine source names using the SEED naming nomenclature. |
msr_starttime(3) | Start and end time determination for MSRecord structures. |
msr_starttime_uc(3) ↣ msr_starttime(3) | Start and end time determination for MSRecord structures. |
msr_unpack(3) | Unpacking of Mini-SEED records. |
msr_writemseed(3) ↣ ms_writemseed(3) | Write Mini-SEED records to files. |
mst_addmsr(3) | Add time coverage and data samples to MSTrace structures. |
mst_addmsrtogroup(3) ↣ mst_addmsr(3) | Add time coverage and data samples to MSTrace structures. |
mst_addspan(3) ↣ mst_addmsr(3) | Add time coverage and data samples to MSTrace structures. |
mst_addtracetogroup(3) ↣ mst_addmsr(3) | Add time coverage and data samples to MSTrace structures. |
mst_convertsamples(3) | Convert data samples between numeric types. |
mst_findadjacent(3) ↣ mst_findmatch(3) | Searching a MSTraceGroup for specific MSTrace structures. |
mst_findmatch(3) | Searching a MSTraceGroup for specific MSTrace structures. |
mst_free(3) ↣ mst_init(3) | Initializing and freeing MSTrace and MSTraceGroup structures. |
mst_freegroup(3) ↣ mst_init(3) | Initializing and freeing MSTrace and MSTraceGroup structures. |
mst_groupheal(3) ↣ mst_groupsort(3) | Manipulate MSTrace segments in a MSTraceGroup. |
mst_groupsort(3) | Manipulate MSTrace segments in a MSTraceGroup. |
mst_init(3) | Initializing and freeing MSTrace and MSTraceGroup structures. |
mst_initgroup(3) ↣ mst_init(3) | Initializing and freeing MSTrace and MSTraceGroup structures. |
mst_pack(3) | Packing of Mini-SEED records from MSTrace segments. |
mst_packgroup(3) ↣ mst_pack(3) | Packing of Mini-SEED records from MSTrace segments. |
mst_printgaplist(3) ↣ mst_printtracelist(3) | Printing of MSTrace information. |
mst_printsynclist(3) ↣ mst_printtracelist(3) | Printing of MSTrace information. |
mst_printtracelist(3) | Printing of MSTrace information. |
mst_srcname(3) ↣ ms_srcname(3) | Determine source names using the SEED naming nomenclature. |
mst_writemseed(3) ↣ ms_writemseed(3) | Write Mini-SEED records to files. |
mst_writemseedgroup(3) ↣ ms_writemseed(3) | Write Mini-SEED records to files. |
mstl_addmsr(3) | Adding MSRecord data coverage to and MSTraceList structure. |
mstl_convertsamples(3) ↣ mst_convertsamples(3) | Convert data samples between numeric types. |
mstl_free(3) ↣ mstl_init(3) | Initializing and freeing MSTraceList structures. |
mstl_init(3) | Initializing and freeing MSTraceList structures. |
mstl_printgaplist(3) ↣ mstl_printtracelist(3) | Printing of MSTrace information. |
mstl_printsynclist(3) ↣ mstl_printtracelist(3) | Printing of MSTrace information. |
mstl_printtracelist(3) | Printing of MSTrace information. |
mysqltcl(3) | MySQL server access commands for Tcl. |
ndelay_off(3) | Put file descriptor in non-blocking mode. |
ndelay_on(3) | Put file descriptor in non-blocking mode. |
newCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
newCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
newCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
newCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
newCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
newCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
newCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
newCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
newCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
newCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
newCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
newCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
newCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
newCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
newCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
newCDKMatrix(3) ↣ cdk_matrix(3) | Curses matrix widget. |
newCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
newCDKMenu(3) ↣ cdk_menu(3) | Curses menu widget. |
newCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
newCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
newCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
newCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
newCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
newCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
newCDKTemplate(3) ↣ cdk_template(3) | A curses template widget. |
newCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
newCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
newCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
ngettext(3) | Translate message and choose plural form. |
now(3) | Get current time, in seconds. |
Object(3) | The Object widget class "Object" "widget class" "Object". |
open_append(3) | Open a file for appending. |
open_by_handle(3) ↣ path_to_handle(3) | … |
open_excl(3) | Open a file for exclusive writing. |
open_read(3) | Open a file for reading. |
open_rw(3) | Open a file for reading and writing. |
open_trunc(3) | Open a file for writing. |
open_write(3) | Open a file for writing. |
opendkim-lua(3) | Programming the OpenDKIM filter using Lua scripts. |
openreadclose(3) | Read a whole file into a stralloc. |
OverrideShell(3) | The OverrideShell widget class "OverrideShell" "widget class" "OverrideShell". |
ow(3) ↣ owtcl(3) | OWFS library access commands for Tcl. |
owtcl(3) | OWFS library access commands for Tcl. |
paperinfo(3) | Return informations about a paper. |
paperinit(3) | Begin and end using the paper library. |
parsedate(3) | Convert time and date string to number. |
path_to_fshandle(3) ↣ path_to_handle(3) | … |
path_to_handle(3) | … |
pathplan(3) | Finds and smooths shortest paths. |
PCPIntro(3) | Introduction to the Performance Co-Pilot (PCP) libraries. |
pcre(3) | Perl-compatible regular expressions (original API). |
pcre16(3) | Perl-compatible regular expressions. |
pcre16_assign_jit_stack(3) ↣ pcre_assign_jit_stack(3) | Perl-compatible regular expressions. |
pcre16_compile(3) ↣ pcre_compile(3) | Perl-compatible regular expressions. |
pcre16_compile2(3) ↣ pcre_compile2(3) | Perl-compatible regular expressions. |
pcre16_config(3) ↣ pcre_config(3) | Perl-compatible regular expressions. |
pcre16_copy_named_substring(3) ↣ pcre_copy_named_substring(3) | Perl-compatible regular expressions. |
pcre16_copy_substring(3) ↣ pcre_copy_substring(3) | Perl-compatible regular expressions. |
pcre16_dfa_exec(3) ↣ pcre_dfa_exec(3) | Perl-compatible regular expressions. |
pcre16_exec(3) ↣ pcre_exec(3) | Perl-compatible regular expressions. |
pcre16_free_study(3) ↣ pcre_free_study(3) | Perl-compatible regular expressions. |
pcre16_free_substring(3) ↣ pcre_free_substring(3) | Perl-compatible regular expressions. |
pcre16_free_substring_list(3) ↣ pcre_free_substring_list(3) | Perl-compatible regular expressions. |
pcre16_fullinfo(3) ↣ pcre_fullinfo(3) | Perl-compatible regular expressions. |
pcre16_get_named_substring(3) ↣ pcre_get_named_substring(3) | Perl-compatible regular expressions. |
pcre16_get_stringnumber(3) ↣ pcre_get_stringnumber(3) | Perl-compatible regular expressions. |
pcre16_get_stringtable_entries(3) ↣ pcre_get_stringtable_entries(3) | Perl-compatible regular expressions. |
pcre16_get_substring(3) ↣ pcre_get_substring(3) | Perl-compatible regular expressions. |
pcre16_get_substring_list(3) ↣ pcre_get_substring_list(3) | Perl-compatible regular expressions. |
pcre16_jit_exec(3) ↣ pcre_jit_exec(3) | Perl-compatible regular expressions. |
pcre16_jit_stack_alloc(3) ↣ pcre_jit_stack_alloc(3) | Perl-compatible regular expressions. |
pcre16_jit_stack_free(3) ↣ pcre_jit_stack_free(3) | Perl-compatible regular expressions. |
pcre16_maketables(3) ↣ pcre_maketables(3) | Perl-compatible regular expressions. |
pcre16_pattern_to_host_byte_order(3) ↣ pcre_pattern_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre16_refcount(3) ↣ pcre_refcount(3) | Perl-compatible regular expressions. |
pcre16_study(3) ↣ pcre_study(3) | Perl-compatible regular expressions. |
pcre16_utf16_to_host_byte_order(3) ↣ pcre_utf16_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre16_version(3) ↣ pcre_version(3) | Perl-compatible regular expressions. |
pcre2(3) | Perl-compatible regular expressions (revised API). |
pcre2_callout_enumerate(3) | Perl-compatible regular expressions (revised API). |
pcre2_code_copy(3) | Perl-compatible regular expressions (revised API). |
pcre2_code_copy_with_tables(3) | Perl-compatible regular expressions (revised API). |
pcre2_code_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_compile(3) | Perl-compatible regular expressions (revised API). |
pcre2_compile_context_copy(3) | Perl-compatible regular expressions (revised API). |
pcre2_compile_context_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_compile_context_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_config(3) | Perl-compatible regular expressions (revised API). |
pcre2_convert_context_copy(3) | Perl-compatible regular expressions (revised API). |
pcre2_convert_context_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_convert_context_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_converted_pattern_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_dfa_match(3) | Perl-compatible regular expressions (revised API). |
pcre2_general_context_copy(3) | Perl-compatible regular expressions (revised API). |
pcre2_general_context_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_general_context_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_get_error_message(3) | Perl-compatible regular expressions (revised API). |
pcre2_get_mark(3) | Perl-compatible regular expressions (revised API). |
pcre2_get_ovector_count(3) | Perl-compatible regular expressions (revised API). |
pcre2_get_ovector_pointer(3) | Perl-compatible regular expressions (revised API). |
pcre2_get_startchar(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_compile(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_free_unused_memory(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_match(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_stack_assign(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_stack_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_jit_stack_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_maketables(3) | Perl-compatible regular expressions (revised API). |
pcre2_match(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_context_copy(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_context_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_context_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_data_create(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_data_create_from_pattern(3) | Perl-compatible regular expressions (revised API). |
pcre2_match_data_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_pattern_convert(3) | Perl-compatible regular expressions (revised API). |
pcre2_pattern_info(3) | Perl-compatible regular expressions (revised API). |
pcre2_serialize_decode(3) | Perl-compatible regular expressions (revised API). |
pcre2_serialize_encode(3) | Perl-compatible regular expressions (revised API). |
pcre2_serialize_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_serialize_get_number_of_codes(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_bsr(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_callout(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_character_tables(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_compile_extra_options(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_compile_recursion_guard(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_depth_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_glob_escape(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_glob_separator(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_heap_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_match_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_max_pattern_length(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_newline(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_offset_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_parens_nest_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_recursion_limit(3) | Perl-compatible regular expressions (revised API). |
pcre2_set_recursion_memory_management(3) | Perl-compatible regular expressions (revised API). |
pcre2_substitute(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_copy_byname(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_copy_bynumber(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_get_byname(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_get_bynumber(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_length_byname(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_length_bynumber(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_list_free(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_list_get(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_nametable_scan(3) | Perl-compatible regular expressions (revised API). |
pcre2_substring_number_from_name(3) | Perl-compatible regular expressions (revised API). |
pcre2api(3) | Perl-compatible regular expressions (revised API). |
pcre2build(3) | Perl-compatible regular expressions (revised API). |
pcre2callout(3) | Perl-compatible regular expressions (revised API). |
pcre2compat(3) | Perl-compatible regular expressions (revised API). |
pcre2convert(3) | Perl-compatible regular expressions (revised API). |
pcre2jit(3) | Perl-compatible regular expressions (revised API). |
pcre2limits(3) | Perl-compatible regular expressions (revised API). |
pcre2matching(3) | Perl-compatible regular expressions (revised API). |
pcre2partial(3) | Perl-compatible regular expressions. |
pcre2pattern(3) | Perl-compatible regular expressions (revised API). |
pcre2perform(3) | Perl-compatible regular expressions (revised API). |
pcre2posix(3) | Perl-compatible regular expressions (revised API). |
pcre2sample(3) | Perl-compatible regular expressions (revised API). |
pcre2serialize(3) | Perl-compatible regular expressions (revised API). |
pcre2syntax(3) | Perl-compatible regular expressions (revised API). |
pcre2unicode(3) | Perl-compatible regular expressions (revised API). |
pcre32(3) | Perl-compatible regular expressions. |
pcre32_assign_jit_stack(3) ↣ pcre_assign_jit_stack(3) | Perl-compatible regular expressions. |
pcre32_compile(3) ↣ pcre_compile(3) | Perl-compatible regular expressions. |
pcre32_compile2(3) ↣ pcre_compile2(3) | Perl-compatible regular expressions. |
pcre32_config(3) ↣ pcre_config(3) | Perl-compatible regular expressions. |
pcre32_copy_named_substring(3) ↣ pcre_copy_named_substring(3) | Perl-compatible regular expressions. |
pcre32_copy_substring(3) ↣ pcre_copy_substring(3) | Perl-compatible regular expressions. |
pcre32_dfa_exec(3) ↣ pcre_dfa_exec(3) | Perl-compatible regular expressions. |
pcre32_exec(3) ↣ pcre_exec(3) | Perl-compatible regular expressions. |
pcre32_free_study(3) ↣ pcre_free_study(3) | Perl-compatible regular expressions. |
pcre32_free_substring(3) ↣ pcre_free_substring(3) | Perl-compatible regular expressions. |
pcre32_free_substring_list(3) ↣ pcre_free_substring_list(3) | Perl-compatible regular expressions. |
pcre32_fullinfo(3) ↣ pcre_fullinfo(3) | Perl-compatible regular expressions. |
pcre32_get_named_substring(3) ↣ pcre_get_named_substring(3) | Perl-compatible regular expressions. |
pcre32_get_stringnumber(3) ↣ pcre_get_stringnumber(3) | Perl-compatible regular expressions. |
pcre32_get_stringtable_entries(3) ↣ pcre_get_stringtable_entries(3) | Perl-compatible regular expressions. |
pcre32_get_substring(3) ↣ pcre_get_substring(3) | Perl-compatible regular expressions. |
pcre32_get_substring_list(3) ↣ pcre_get_substring_list(3) | Perl-compatible regular expressions. |
pcre32_jit_exec(3) ↣ pcre_jit_exec(3) | Perl-compatible regular expressions. |
pcre32_jit_stack_alloc(3) ↣ pcre_jit_stack_alloc(3) | Perl-compatible regular expressions. |
pcre32_jit_stack_free(3) ↣ pcre_jit_stack_free(3) | Perl-compatible regular expressions. |
pcre32_maketables(3) ↣ pcre_maketables(3) | Perl-compatible regular expressions. |
pcre32_pattern_to_host_byte_order(3) ↣ pcre_pattern_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre32_refcount(3) ↣ pcre_refcount(3) | Perl-compatible regular expressions. |
pcre32_study(3) ↣ pcre_study(3) | Perl-compatible regular expressions. |
pcre32_utf32_to_host_byte_order(3) ↣ pcre_utf32_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre32_version(3) ↣ pcre_version(3) | Perl-compatible regular expressions. |
pcre_assign_jit_stack(3) | Perl-compatible regular expressions. |
pcre_compile(3) | Perl-compatible regular expressions. |
pcre_compile2(3) | Perl-compatible regular expressions. |
pcre_config(3) | Perl-compatible regular expressions. |
pcre_copy_named_substring(3) | Perl-compatible regular expressions. |
pcre_copy_substring(3) | Perl-compatible regular expressions. |
pcre_dfa_exec(3) | Perl-compatible regular expressions. |
pcre_exec(3) | Perl-compatible regular expressions. |
pcre_free_study(3) | Perl-compatible regular expressions. |
pcre_free_substring(3) | Perl-compatible regular expressions. |
pcre_free_substring_list(3) | Perl-compatible regular expressions. |
pcre_fullinfo(3) | Perl-compatible regular expressions. |
pcre_get_named_substring(3) | Perl-compatible regular expressions. |
pcre_get_stringnumber(3) | Perl-compatible regular expressions. |
pcre_get_stringtable_entries(3) | Perl-compatible regular expressions. |
pcre_get_substring(3) | Perl-compatible regular expressions. |
pcre_get_substring_list(3) | Perl-compatible regular expressions. |
pcre_jit_exec(3) | Perl-compatible regular expressions. |
pcre_jit_stack_alloc(3) | Perl-compatible regular expressions. |
pcre_jit_stack_free(3) | Perl-compatible regular expressions. |
pcre_maketables(3) | Perl-compatible regular expressions. |
pcre_pattern_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre_refcount(3) | Perl-compatible regular expressions. |
pcre_study(3) | Perl-compatible regular expressions. |
pcre_utf16_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre_utf32_to_host_byte_order(3) | Perl-compatible regular expressions. |
pcre_version(3) | Perl-compatible regular expressions. |
pcreapi(3) | Perl-compatible regular expressions. |
pcrebuild(3) | Perl-compatible regular expressions. |
pcrecallout(3) | Perl-compatible regular expressions. |
pcrecompat(3) | Perl-compatible regular expressions. |
pcrecpp(3) | Perl-compatible regular expressions. |
pcrejit(3) | Perl-compatible regular expressions. |
pcrelimits(3) | Perl-compatible regular expressions. |
pcrematching(3) | Perl-compatible regular expressions. |
pcrepartial(3) | Perl-compatible regular expressions. |
pcrepattern(3) | Perl-compatible regular expressions. |
pcreperform(3) | Perl-compatible regular expressions. |
pcreposix(3) | Perl-compatible regular expressions. |
pcreprecompile(3) | Perl-compatible regular expressions. |
pcresample(3) | Perl-compatible regular expressions. |
pcrestack(3) | Perl-compatible regular expressions. |
pcresyntax(3) | Perl-compatible regular expressions. |
pcreunicode(3) | Perl-compatible regular expressions. |
pj_init(3) | Initialize cartographic projection. |
__pmAddIPC(3) | IPC version in‐. |
pmAddProfile(3) | Add instance(s) to the current PMAPI instance profile. |
__pmaf(3) ↣ __pmAFblock(3) | Event queue ser‐. |
__pmAFblock(3) | Event queue ser‐. |
__pmAFisempty(3) ↣ __pmAFblock(3) | Event queue ser‐. |
pmafm(3) ↣ pmRecordAddHost(3) | Record mode support for PMAPI clients. |
__pmAFregister(3) ↣ __pmAFblock(3) | Event queue ser‐. |
__pmAFsetup(3) ↣ __pmAFblock(3) | Event queue ser‐. |
__pmAFunblock(3) ↣ __pmAFblock(3) | Event queue ser‐. |
__pmAFunregister(3) ↣ __pmAFblock(3) | Event queue ser‐. |
PMAPI(3) | Introduction to the Performance Metrics Application Programming Interface. |
PMAPI_INTERNAL(3) | Internal details for the Performance Metrics Application Programming Interface. |
pmAtomStr(3) | Convert a performance metric value into a string. |
pmClearDebug(3) | Manipulate PCP debugging control options. |
__pmConnectLogger(3) | Connect to a performance metrics logger control port. |
__pmControlLog(3) | Enable, disable or enquire about logging of performance metrics. |
__pmConvertTime(3) | Convert tm structure to timeval structure. |
pmConvScale(3) | Rescale a performance metric value. |
pmCreateFetchGroup(3) | … |
pmCtime(3) | Format the date and time for a reporting timezone. |
PMDA(3) | Introduction to the Performance Metrics Domain Agent support library. |
pmdaAttribute(3) | Informs a PMDA about client connection attributes. |
pmdacache(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheLookup(3) | … |
pmdaCacheLookupKey(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheLookupName(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheOp(3) ↣ pmdaCacheLookup(3) | … |
pmdaCachePurge(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheResize(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheStore(3) ↣ pmdaCacheLookup(3) | … |
pmdaCacheStoreKey(3) ↣ pmdaCacheLookup(3) | … |
pmdaChildren(3) | Translate a PMID to a set of dynamic performance metric names. |
pmdaCloseHelp(3) | Help text support for a PMDA. |
pmdaConnect(3) | Establish a connection between a daemon PMDA and PMCD. |
pmdaDaemon(3) | Initialize the PMDA to run as a daemon. |
pmdaDesc(3) | Get the description of a metric from a PMDA. |
pmdaDSO(3) | Initialize the PMDA to run as a DSO. |
pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventAddHighResRecord(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventAddMissedRecord(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventAddParam(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventAddRecord(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaeventarray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaeventclient(3) ↣ pmdaEventClients(3) | Client context tracking interfaces for event queues. |
pmdaEventClients(3) | Client context tracking interfaces for event queues. |
pmdaEventEndClient(3) ↣ pmdaEventClients(3) | Client context tracking interfaces for event queues. |
pmdaEventGetAddr(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventHighResAddParam(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventHighResGetAddr(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventNewActiveQueue(3) | … |
pmdaEventNewArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventNewClient(3) ↣ pmdaEventClients(3) | Client context tracking interfaces for event queues. |
pmdaEventNewHighResArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventNewQueue(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaeventqueue(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueAppend(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueBytes(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueClients(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueCounter(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueHandle(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueMemory(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueRecords(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventQueueShutdown(3) ↣ pmdaEventNewActiveQueue(3) | … |
pmdaEventReleaseArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventReleaseHighResArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventResetArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaEventResetHighResArray(3) ↣ pmdaEventAddHighResMissedRecord(3) | … |
pmdaExtSetFlags(3) | Initialize a PMDA. |
pmdaFetch(3) | Fill a pmResult structure with the requested metric values. |
pmdaGetContext(3) | … |
pmdaGetHelp(3) ↣ pmdaCloseHelp(3) | Help text support for a PMDA. |
pmdaGetInDomHelp(3) ↣ pmdaCloseHelp(3) | Help text support for a PMDA. |
pmdaGetOpt(3) | Get options from arguments, parsing generic PMDA options. |
pmdaGetOptions(3) ↣ pmdaGetOpt(3) | Get options from arguments, parsing generic PMDA options. |
pmdagetoptions(3) ↣ pmdaGetOpt(3) | Get options from arguments, parsing generic PMDA options. |
pmdahelp(3) ↣ pmdaCloseHelp(3) | Help text support for a PMDA. |
pmdainit(3) ↣ pmdaExtSetFlags(3) | Initialize a PMDA. |
pmdaInit(3) ↣ pmdaExtSetFlags(3) | Initialize a PMDA. |
pmdaInstance(3) | Return instance descriptions for a PMDA. |
pmdaInterfaceMoved(3) | Reset internal state of a pmdaInterface structure. |
pmdaLabel(3) | Fill pmdaLabelSet structures with metric labels. |
pmdaMain(3) ↣ pmdaGetContext(3) | … |
pmdamain(3) ↣ pmdaGetContext(3) | … |
pmdaName(3) | Translate a PMID to a set of dynamic performance metric names. |
pmdaOpenHelp(3) ↣ pmdaCloseHelp(3) | Help text support for a PMDA. |
pmdaOpenLog(3) | Redirect stderr to a logfile. |
pmdaPMID(3) | Translate a dynamic performance metric name into a PMID. |
pmdaProfile(3) | Update instance profile for PMDA in preparation for the next fetch from PMCD. |
pmdaRehash(3) ↣ pmdaExtSetFlags(3) | Initialize a PMDA. |
pmdaRootConnect(3) | … |
pmdaSendError(3) | … |
pmdaSetCheckCallBack(3) ↣ pmdaGetContext(3) | … |
pmdaSetDoneCallBack(3) ↣ pmdaGetContext(3) | … |
pmdaSetEndContextCallBack(3) ↣ pmdaGetContext(3) | … |
pmdaSetFlags(3) ↣ pmdaExtSetFlags(3) | Initialize a PMDA. |
pmdaSetResultCallBack(3) ↣ pmdaGetContext(3) | … |
pmdaStore(3) | Store a value into a metric for a PMDA. |
pmdaText(3) | Extract metric help text for a PMDA. |
pmdatrace(3) | … |
pmDelProfile(3) | Delete instance(s) from the current PMAPI instance profile. |
pmDerivedErrStr(3) | Return error message from failure to parse derived metric definition. |
pmDestroyContext(3) | Destroy a PMAPI context. |
pmDestroyFetchGroup(3) ↣ pmCreateFetchGroup(3) | … |
pmDiscoverServices(3) | Discover PCP services on the network. |
pmDupContext(3) | Duplicate a PMAPI context. |
pmErrStr(3) | Convert a PMAPI error code into a string. |
pmEventFlagsStr(3) | Convert an event record flags value into a string. |
pmExtendFetchGroup_event(3) ↣ pmCreateFetchGroup(3) | … |
pmExtendFetchGroup_indom(3) ↣ pmCreateFetchGroup(3) | … |
pmExtendFetchGroup_item(3) ↣ pmCreateFetchGroup(3) | … |
pmExtendFetchGroup_timestamp(3) ↣ pmCreateFetchGroup(3) | … |
pmExtractValue(3) | Extract a performance metric value from a pmResult structure. |
__pmFdLookupIPC(3) ↣ __pmAddIPC(3) | IPC version in‐. |
pmFetch(3) | Get performance metric values. |
pmFetchArchive(3) | Get performance metrics directly from a set if archive logs. |
pmFetchGroup(3) ↣ pmCreateFetchGroup(3) | … |
pmfetchgroup(3) ↣ pmCreateFetchGroup(3) | … |
pmflush(3) | Print formatted output in a window or to standard error. |
__pmFreeAttrsSpec(3) | Host and. |
pmFreeEventResult(3) | Release storage allocated for unpacked event records. |
__pmFreeHostAttrsSpec(3) ↣ __pmFreeAttrsSpec(3) | Host and. |
__pmFreeHostSpec(3) | Uniform host specification parser. |
pmFreeLabelSets(3) | Release storage allocated for performance metric labels. |
pmFreeMetricSpec(3) | Uniform metric specification parser. |
pmFreeOptions(3) | Command line handling for PMAPI. |
pmfreeprofile(3) ↣ __pmFreeProfile(3) | Free a PMAPI instance profile. |
__pmFreeProfile(3) | Free a PMAPI instance profile. |
pmFreeResult(3) | Release storage allocated for performance metrics values. |
pmGetAPIConfig(3) | Return values for Performance Co-Pilot configuration vari‐. |
pmGetArchiveEnd(3) | Locate logical end of file for a set of archive logs. |
pmGetArchiveLabel(3) | Fetch the label record from a set of performance metrics archive logs. |
pmGetChildren(3) | Return the descendent nodes of a PMNS node. |
pmGetChildrenStatus(3) | Return the descendent nodes of a PMNS node and their respective status. |
pmGetClusterLabels(3) | … |
pmgetconfig(3) ↣ pmGetAPIConfig(3) | Return values for Performance Co-Pilot configuration vari‐. |
pmGetConfig(3) ↣ pmGetAPIConfig(3) | Return values for Performance Co-Pilot configuration vari‐. |
pmGetContextHostName(3) | Return the hostname associated with a Performance Co-Pilot con‐. |
pmGetContextLabels(3) ↣ pmGetClusterLabels(3) | … |
pmGetContextOptions(3) ↣ pmFreeOptions(3) | Command line handling for PMAPI. |
pmGetDomainLabels(3) ↣ pmGetClusterLabels(3) | … |
pmGetFetchGroupContext(3) ↣ pmCreateFetchGroup(3) | … |
pmGetInDom(3) | Get instance identifiers for a performance metrics instance domain. |
pmGetInDomArchive(3) | Get instance identifiers for a performance metrics instance domain. |
pmGetInDomLabels(3) ↣ pmGetClusterLabels(3) | … |
pmGetInstancesLabels(3) ↣ pmGetClusterLabels(3) | … |
pmGetItemLabels(3) ↣ pmGetClusterLabels(3) | … |
pmgetopt_r(3) ↣ pmFreeOptions(3) | Command line handling for PMAPI. |
pmGetOptionalConfig(3) ↣ pmGetAPIConfig(3) | Return values for Performance Co-Pilot configuration vari‐. |
pmgetoptions(3) ↣ pmFreeOptions(3) | Command line handling for PMAPI. |
pmGetOptions(3) ↣ pmFreeOptions(3) | Command line handling for PMAPI. |
pmGetPMNSLocation(3) | Determine the location of the currently used PMNS. |
pmGetProgname(3) | Application name services. |
pmGetUsername(3) | Fetch special PCP username. |
pmGetVersion(3) | Fetch installed PCP version number. |
pmhttpClientFetch(3) | Simple HTTP client interfaces. |
pmhttpFreeClient(3) ↣ pmhttpClientFetch(3) | Simple HTTP client interfaces. |
pmhttpnewclient(3) ↣ pmhttpClientFetch(3) | Simple HTTP client interfaces. |
pmhttpNewClient(3) ↣ pmhttpClientFetch(3) | Simple HTTP client interfaces. |
pmiAddInstance(3) | Add an element to an instance domain in a LOGIMPORT context. |
pmiAddMetric(3) | Add a new metric definition to a LOGIMPORT context. |
pmID_build(3) | Helper methods for manipulating PMIDs. |
pmID_cluster(3) ↣ pmID_build(3) | Helper methods for manipulating PMIDs. |
pmID_domain(3) ↣ pmID_build(3) | Helper methods for manipulating PMIDs. |
pmid_helper(3) ↣ pmID_build(3) | Helper methods for manipulating PMIDs. |
pmID_item(3) ↣ pmID_build(3) | Helper methods for manipulating PMIDs. |
pmIDStr(3) | Convert a performance metric identifier into a string. |
pmiEnd(3) | Finish up a LOGIMPORT archive. |
pmiErrStr(3) | Convert a LOGIMPORT error code into a string. |
pmiID(3) | Construct core metric data structures. |
pmiInDom(3) ↣ pmiID(3) | Construct core metric data structures. |
pmInDom_build(3) | Helper methods for manipulating instance domain identifiers. |
pmInDom_domain(3) ↣ pmInDom_build(3) | Helper methods for manipulating instance domain identifiers. |
pmindom_helper(3) ↣ pmInDom_build(3) | Helper methods for manipulating instance domain identifiers. |
pmInDom_serial(3) ↣ pmInDom_build(3) | Helper methods for manipulating instance domain identifiers. |
pmInDomStr(3) | Convert a performance metric instance domain identifier into a string. |
pmiPutMark(3) | Write a record to a PCP archive. |
pmiPutResult(3) | Add a data record to a LOGIMPORT archive. |
pmiPutValue(3) | Add a value for a metric-instance pair. |
pmiPutValueHandle(3) | Add a value for a metric-instance pair via a handle. |
pmiSetHostname(3) | Set the source host name for a LOGIMPORT archive. |
pmiSetTimezone(3) | Set the source timezone for a LOGIMPORT archive. |
pmiStart(3) | Establish a new LOGIMPORT context. |
pmiUnits(3) ↣ pmiID(3) | Construct core metric data structures. |
pmiunits(3) ↣ pmiID(3) | Construct core metric data structures. |
pmiUseContext(3) | Change LOGIMPORT context. |
pmiWrite(3) | Flush data to a LOGIMPORT archive. |
pmjsonGet(3) | JSON string helpers and metrics extraction. |
pmLoadASCIINameSpace(3) | Establish a local PMNS for an application. |
pmLoadDerivedConfig(3) | Load derived metric definitions from files. |
pmLoadNameSpace(3) | Load a local PMNS for an application. |
__pmLocalPMDA(3) | Change the table of DSO PMDAs for PM_CONTEXT_LOCAL contexts. |
pmLocaltime(3) | Convert the date and time for a reporting timezone. |
pmLookupDesc(3) | Obtain a description for a performance metric. |
pmLookupInDom(3) | Translate an instance name into an instance identifier. |
pmLookupInDomArchive(3) | Translate an instance name into an instance identifier. |
pmLookupInDomText(3) | Return text describing a performance metrics instance domain. |
__pmlookupipc(3) ↣ __pmAddIPC(3) | IPC version in‐. |
__pmLookupIPC(3) ↣ __pmAddIPC(3) | IPC version in‐. |
pmlookuplabels(3) ↣ pmGetClusterLabels(3) | … |
pmLookupLabels(3) ↣ pmGetClusterLabels(3) | … |
pmLookupName(3) | Translate performance metric names into PMIDs. |
pmLookupText(3) | Return text describing a performance metric. |
pmmergelabels(3) ↣ pmMergeLabelSets(3) | Merge sets of performance metric labels. |
pmMergeLabels(3) ↣ pmMergeLabelSets(3) | Merge sets of performance metric labels. |
pmMergeLabelSets(3) | Merge sets of performance metric labels. |
__pmMktime(3) | Convert a tm structure to a calendar time. |
pmNameAll(3) | Translate a PMID to a set of performance metric names. |
pmNameID(3) | Translate a PMID to a performance metric name. |
pmNameInDom(3) | Translate an instance identifier into an instance name. |
pmNameInDomArchive(3) | Translate an instance identifier into an instance name. |
pmNewContext(3) | Establish a new PMAPI context. |
pmNewContextZone(3) | Establish a reporting timezone based on a PMAPI context. |
pmNewZone(3) | Establish a reporting timezone. |
pmNoMem(3) | Report out of memory conditions. |
pmNotifyErr(3) | Standard handling of error messages. |
pmNumberStr(3) | Fixed width output format for numbers. |
pmOpenLog(3) | Create a log file for diagnostics and debug output. |
__pmOverrideLastFd(3) ↣ __pmAddIPC(3) | IPC version in‐. |
__pmParseCtime(3) | Convert ctime(3) string to tm structure. |
__pmParseDebug(3) | Manipulate old-style PCP debugging control bit-fields. |
pmparsedebug(3) ↣ __pmParseDebug(3) | Manipulate old-style PCP debugging control bit-fields. |
pmparsehostattrsspec(3) ↣ __pmFreeAttrsSpec(3) | Host and. |
__pmParseHostAttrsSpec(3) ↣ __pmFreeAttrsSpec(3) | Host and. |
pmparsehostspec(3) ↣ __pmFreeHostSpec(3) | Uniform host specification parser. |
__pmParseHostSpec(3) ↣ __pmFreeHostSpec(3) | Uniform host specification parser. |
pmParseInterval(3) | Convert interval string to timeval structure. |
pmparsemetricspec(3) ↣ pmFreeMetricSpec(3) | Uniform metric specification parser. |
pmParseMetricSpec(3) ↣ pmFreeMetricSpec(3) | Uniform metric specification parser. |
__pmParseTime(3) | Parse time point specification. |
pmParseTimeWindow(3) | Parse time window command line arguments. |
pmParseUnitsStr(3) | Parse units specification. |
pmPathSeparator(3) | Return the filesystem path separator character. |
pmPrintDesc(3) | Print a metric descriptor. |
pmprintf(3) ↣ pmflush(3) | Print formatted output in a window or to standard error. |
pmPrintHighResStamp(3) | … |
__pmPrintIPC(3) ↣ __pmAddIPC(3) | IPC version in‐. |
pmPrintLabelSets(3) | Print an array of label sets. |
pmPrintStamp(3) ↣ pmPrintHighResStamp(3) | … |
pmPrintValue(3) | Print a performance metric value. |
__pmProcessAddArg(3) | Process execution support. |
__pmProcessClosePipe(3) | Support for process execution at the end of a pipe. |
__pmProcessExec(3) ↣ __pmProcessAddArg(3) | Process execution support. |
__pmprocessexec(3) ↣ __pmProcessAddArg(3) | Process execution support. |
__pmProcessPipe(3) ↣ __pmProcessClosePipe(3) | Support for process execution at the end of a pipe. |
__pmprocesspipe(3) ↣ __pmProcessClosePipe(3) | Support for process execution at the end of a pipe. |
__pmProcessUnpickArgs(3) ↣ __pmProcessAddArg(3) | Process execution support. |
pmReconnectContext(3) | Reconnect to a PMAPI context. |
pmRecordAddHost(3) | Record mode support for PMAPI clients. |
pmRecordControl(3) ↣ pmRecordAddHost(3) | Record mode support for PMAPI clients. |
pmRecordSetup(3) ↣ pmRecordAddHost(3) | Record mode support for PMAPI clients. |
pmRegisterDerived(3) | Register a derived metric name and definition. |
__pmResetIPC(3) ↣ __pmAddIPC(3) | IPC version in‐. |
pmSemStr(3) | Convert a performance metric semantic into a string. |
pmsetdebug(3) ↣ pmClearDebug(3) | Manipulate PCP debugging control options. |
pmSetDebug(3) ↣ pmClearDebug(3) | Manipulate PCP debugging control options. |
__pmSetDebugBits(3) ↣ __pmParseDebug(3) | Manipulate old-style PCP debugging control bit-fields. |
pmSetMode(3) | Set collection time parameters for the current PMAPI context. |
pmSetProcessIdentity(3) | Set process user and group id. |
pmSetProgname(3) ↣ pmGetProgname(3) | Application name services. |
pmsetprogname(3) ↣ pmGetProgname(3) | Application name services. |
pmSortInstances(3) | Sort performance metric values on instance identifier. |
pmSpecLocalPMDA(3) | Process command-line argument for the table of DSO PMDAs. |
pmsprintf(3) | Formatted string conversion. |
pmStore(3) | Modify values of performance metrics. |
pmtime(3) ↣ pmTimeConnect(3) | Time control functions. |
pmTimeConnect(3) | Time control functions. |
pmTimeDisconnect(3) ↣ pmTimeConnect(3) | Time control functions. |
pmTimeRecv(3) ↣ pmTimeConnect(3) | Time control functions. |
pmTimeSendAck(3) ↣ pmTimeConnect(3) | Time control functions. |
pmTimeShowDialog(3) ↣ pmTimeConnect(3) | Time control functions. |
pmtimeval(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalAdd(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalDec(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalFromReal(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalInc(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalNow(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalSub(3) ↣ pmPrintHighResStamp(3) | … |
pmtimevalToReal(3) ↣ pmPrintHighResStamp(3) | … |
pmtraceabort(3) ↣ pmdatrace(3) | … |
pmtracebegin(3) ↣ pmdatrace(3) | … |
pmtracecounter(3) ↣ pmdatrace(3) | … |
pmtraceend(3) ↣ pmdatrace(3) | … |
pmtraceerrstr(3) ↣ pmdatrace(3) | … |
pmtraceobs(3) ↣ pmdatrace(3) | … |
pmtracepoint(3) ↣ pmdatrace(3) | … |
pmtracestate(3) ↣ pmdatrace(3) | … |
pmTraversePMNS(3) | Traverse the performance metrics name space. |
pmTrimNameSpace(3) | Prune a performance metrics name space. |
pmTypeStr(3) | Convert a performance metric type into a string. |
pmUnitsStr(3) | Convert a performance metric's units into a string. |
pmUnloadNameSpace(3) | Unload a local performance metrics name space for an application. |
pmUnpackEventRecords(3) | Unpack event records. |
__pmUnparseHostAttrsSpec(3) ↣ __pmFreeAttrsSpec(3) | Host and. |
__pmUnparseHostSpec(3) ↣ __pmFreeHostSpec(3) | Uniform host specification parser. |
pmUsageMessage(3) ↣ pmFreeOptions(3) | Command line handling for PMAPI. |
pmUseContext(3) | Change current PMAPI context. |
pmUseZone(3) | Re-establish a reporting timezone. |
PMWEBAPI(3) | Introduction to the Performance Metrics Web Application Programming Interface. |
pmWhichContext(3) | Identify the current PMAPI context. |
pmWhichZone(3) | Return current reporting timezone. |
popupDialog(3) ↣ cdk_util(3) | Cdk utility functions. |
popupLabel(3) ↣ cdk_util(3) | Cdk utility functions. |
popupLabelAttrib(3) ↣ cdk_util(3) | Cdk utility functions. |
positionCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
positionCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
positionCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
positionCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
positionCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
positionCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
positionCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
positionCDKFScale(3) ↣ cdk_fscale(3) | Curses scale widget (type float). |
positionCDKFselect(3) ↣ cdk_fselect(3) | Curses file selector widget. |
positionCDKFSlider(3) ↣ cdk_fslider(3) | Curses slider widget (type float). |
positionCDKGraph(3) ↣ cdk_graph(3) | Curses graph widget. |
positionCDKHistogram(3) ↣ cdk_histogram(3) | Curses histogram widget. |
positionCDKItemlist(3) ↣ cdk_itemlist(3) | Curses itemlist widget. |
positionCDKLabel(3) ↣ cdk_label(3) | Creates a managed curses label widget. |
positionCDKMarquee(3) ↣ cdk_marquee(3) | Curses marquee widget. |
positionCDKMentry(3) ↣ cdk_mentry(3) | Curses multiple line entry widget. |
positionCDKObject(3) ↣ cdk_objs(3) | Cdk object-support functions. |
positionCDKRadio(3) ↣ cdk_radio(3) | Curses radio list widget. |
positionCDKScale(3) ↣ cdk_scale(3) | Curses scale widget (type int). |
positionCDKScroll(3) ↣ cdk_scroll(3) | Curses scrolling list widget. |
positionCDKSelection(3) ↣ cdk_selection(3) | Curses selection list widget. |
positionCDKSlider(3) ↣ cdk_slider(3) | Curses slider widget (type int). |
positionCDKSwindow(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
positionCDKUScale(3) ↣ cdk_uscale(3) | Curses scale widget (type unsigned). |
positionCDKUSlider(3) ↣ cdk_uslider(3) | Curses slider widget (type unsigned). |
positionCDKViewer(3) ↣ cdk_viewer(3) | Curses viewer list widget. |
ppd_check_option_is_marked(3) | A set of functions for determining the cur‐. |
ppd_emit_to_file(3) | Output device specific code. |
ppd_file_free(3) | Free memory used by a ppd structure. |
ppd_file_new(3) | Parse a ppd file and load it into the ppd_file_t. |
ppd_find_choice(3) | Set of functions for returning pointers. |
ppd_get_num_conflicts(3) | Check a PPD file for conflicts. |
ppd_get_page_length(3) | Set of functions for retrieving the page dimen‐. |
proj(3) ↣ pj_init(3) | Initialize cartographic projection. |
PS_add_bookmark(3) | Add bookmark to current page. |
PS_add_kerning(3) | Add new kerning to font. |
PS_add_launchlink(3) | Adds link which launches file. |
PS_add_ligature(3) | Add new ligature to font. |
PS_add_locallink(3) | Adds link to a page in the same document. |
PS_add_note(3) | Adds note to current page. |
PS_add_pdflink(3) | Adds link to a page in a second pdf document. |
PS_add_weblink(3) | Adds link to a web location. |
PS_arc(3) | Draws an arc counterclockwise. |
PS_arcn(3) | Draws an arc clockwise. |
PS_begin_font(3) | Starts a new Type3 font. |
PS_begin_glyph(3) | Starts a new glyph in a Type3 font. |
PS_begin_page(3) | Start a new page. |
PS_begin_pattern(3) | Starts a new pattern. |
PS_begin_template(3) | Starts a new template. |
PS_boot(3) | Initialize library. |
PS_circle(3) | Draws a circle. |
PS_clip(3) | Clips drawing to current path. |
PS_close(3) | Closes a PostScript document. |
PS_close_image(3) | Closes image and frees memory. |
PS_closepath(3) | Closes path. |
PS_closepath_stroke(3) | Closes and strokes path. |
PS_continue_text(3) | Continue text in next line. |
PS_continue_text2(3) | Continue text in next line. |
PS_create_gstate(3) | Creates a new graphic state. |
PS_curveto(3) | Draws a curve. |
PS_delete(3) | Deletes all resources of a PostScript document. |
PS_end_font(3) | Ends a Type3 font. |
PS_end_glyph(3) | Ends a Type3 font. |
PS_end_page(3) | End a page. |
PS_end_pattern(3) | Ends a pattern. |
PS_end_template(3) | Ends a template. |
PS_fill(3) | Fills the current path. |
PS_fill_stroke(3) | Fills and strokes the current path. |
PS_findfont(3) | Loads a font. |
PS_free_glyph_list(3) | Frees memory allocated for glyph list. |
PS_get_buffer(3) | Returns internal memory buffer. |
PS_get_majorversion(3) | Returns the major version number of the PostScript library. |
PS_get_minorversion(3) | Returns the minor version number of the PostScript library. |
PS_get_opaque(3) | Returns pointer which has been passed to PS_new2(). |
PS_get_parameter(3) | Gets certain parameters. |
PS_get_subminorversion(3) | Returns the subminor version number of the PostScript library. |
PS_get_value(3) | Gets certain values. |
PS_glyph_list(3) | Returns list of glyph names in font. |
PS_glyph_show(3) | Output glyph by name. |
PS_hyphenate(3) | Hyphenates a word. |
PS_include_file(3) | Include external PostScript file. |
PS_lineto(3) | Draws a line. |
PS_list_parameters(3) | List all set parameters. |
PS_list_resources(3) | List all resources. |
PS_list_values(3) | List all set values. |
PS_makespotcolor(3) | Create a spotcolor. |
PS_moveto(3) | Sets current point. |
PS_new(3) | Creating a new PostScript document object. |
PS_new2(3) | Creates a new PostScript document object. |
PS_open_file(3) | Opens a file for output. |
PS_open_fp(3) | Uses an already open file pointer as the output file. |
PS_open_image(3) | Reads an image for later placement. |
PS_open_image_file(3) | Opens an image from file. |
PS_open_mem(3) | Creates a PostScript document in memory. |
PS_place_image(3) | Places image on the page. |
PS_rect(3) | Draws a rectangle. |
PS_restore(3) | Restore previously save context. |
PS_rotate(3) | Sets rotation factor. |
PS_save(3) | Save current context. |
PS_scale(3) | Sets scaling factor. |
PS_set_border_color(3) | Sets color of border for annotations. |
PS_set_border_dash(3) | Sets length of dashes for border of annotations. |
PS_set_border_style(3) | Sets border style of annotations. |
PS_set_gstate(3) | Sets a previously created graphic state. |
PS_set_info(3) | Sets information fields of document. |
PS_set_parameter(3) | Sets certain parameters. |
PS_set_text_pos(3) | Sets position for text output. |
PS_set_value(3) | Sets certain values. |
PS_setcolor(3) | Sets current color. |
PS_setdash(3) | Sets appearance of a dashed line. |
PS_setflat(3) | Sets flatness. |
PS_setfont(3) | Sets font to use for following output. |
PS_setgray(3) | Sets gray value. |
PS_setlinecap(3) | Sets appearance of line ends. |
PS_setlinejoin(3) | Sets how contected lines are joined. |
PS_setlinewidth(3) | Sets width of a line. |
PS_setmiterlimit(3) | Sets the miter limit. |
PS_setpolydash(3) | Sets appearance of a dashed line. |
PS_shading(3) | Create shading. |
PS_shading_pattern(3) | Create a shading pattern. |
PS_shfill(3) | Draws a shading. |
PS_show(3) | Output text at current position. |
PS_show2(3) | Output text with given length. |
PS_show_boxed(3) | Output text in a box. |
PS_show_xy(3) | Output text at given position. |
PS_show_xy2(3) | Output text at given position. |
PS_shutdown(3) | Final clean up of library. |
PS_string_geometry(3) | Gets geometry of a string. |
PS_stringwidth(3) | Get width of a string. |
PS_stringwidth2(3) | Gets width of a string. |
PS_stroke(3) | Draws the current path. |
PS_symbol(3) | Output glyph at a certain position in the font encoding vector. |
PS_symbol_name(3) | Get name of a glyph. |
PS_symbol_width(3) | Get width of a glyph. |
PS_translate(3) | Sets translation. |
pthread_atfork(3) | Register handlers to be called at fork(2) time. |
pthread_cond_broadcast(3) ↣ pthread_cond_init(3) | … |
pthread_cond_destroy(3) ↣ pthread_cond_init(3) | … |
pthread_cond_init(3) | … |
pthread_cond_signal(3) ↣ pthread_cond_init(3) | … |
pthread_cond_timedwait(3) ↣ pthread_cond_init(3) | … |
pthread_cond_wait(3) ↣ pthread_cond_init(3) | … |
pthread_condattr_destroy(3) ↣ pthread_condattr_init(3) | Condition creation attributes. |
pthread_condattr_init(3) | Condition creation attributes. |
pthread_getspecific(3) ↣ pthread_key_create(3) | Management of thread-spe‐. |
pthread_key_create(3) | Management of thread-spe‐. |
pthread_key_delete(3) ↣ pthread_key_create(3) | Management of thread-spe‐. |
pthread_mutex_destroy(3) ↣ pthread_mutex_init(3) | … |
pthread_mutex_init(3) | … |
pthread_mutex_lock(3) ↣ pthread_mutex_init(3) | … |
pthread_mutex_trylock(3) ↣ pthread_mutex_init(3) | … |
pthread_mutex_unlock(3) ↣ pthread_mutex_init(3) | … |
pthread_mutexattr_destroy(3) ↣ pthread_mutexattr_init(3) | … |
pthread_mutexattr_getkind_np(3) ↣ pthread_mutexattr_setkind_np(3) | Deprecated mutex creation attributes. |
pthread_mutexattr_gettype(3) ↣ pthread_mutexattr_init(3) | … |
pthread_mutexattr_init(3) | … |
pthread_mutexattr_setkind_np(3) | Deprecated mutex creation attributes. |
pthread_mutexattr_settype(3) ↣ pthread_mutexattr_init(3) | … |
pthread_once(3) | Once-only initialization. |
pthread_rwlockattr_getkind_np(3) ↣ pthread_rwlockattr_setkind_np(3) | Set/get the read-write lock kind of the thread. |
pthread_rwlockattr_setkind_np(3) | Set/get the read-write lock kind of the thread. |
pthread_setspecific(3) ↣ pthread_key_create(3) | Management of thread-spe‐. |
PX_add_primary_index(3) | Assigns primary index to database file. |
PX_close(3) | Closes instance of Paradox file. |
PX_close_blob(3) | Closes Paradox blob file (deprecated). |
PX_create_blob_file(3) | Creates Paradox blob file. |
PX_create_file(3) | Create a new Paradox file. |
PX_create_fp(3) | Create a new Paradox file. |
PX_date2string(3) | Convert paradox date into formatted string. |
PX_delete(3) | Deletes instance of Paradox file. |
PX_delete_record(3) | Removes a record from a Paradox file. |
PX_get_data_alpha(3) | Get alpha data field. |
PX_get_data_bcd(3) | Get bcd data field. |
PX_get_data_blob(3) | Get blob data field. |
PX_get_data_byte(3) | Get value from byte data field. |
PX_get_data_bytes(3) | Get value from bytes data field. |
PX_get_data_double(3) | Get double data field. |
PX_get_data_graphic(3) | Get graphic data field. |
PX_get_data_long(3) | Get long data field. |
PX_get_data_short(3) | Get value from short data field. |
PX_get_field(3) | Returns single field definition in Paradox file. |
PX_get_fields(3) | Returns array of field definitions in Paradox file. |
PX_get_majorversion(3) | Returns the major version number of the paradox library. |
PX_get_minorversion(3) | Returns the minor version number of the paradox library. |
PX_get_num_fields(3) | Returns number of fields in a Paradox file. |
PX_get_num_records(3) | Returns number of records in a Paradox file. |
PX_get_opaque(3) | Return data passed to error handler. |
PX_get_parameter(3) | Get various parameter values. |
PX_get_record(3) | Returns record in Paradox file. |
PX_get_record2(3) | Returns record in Paradox file. |
PX_get_recordsize(3) | Returns size of a record in bytes in a Paradox file. |
PX_get_subminorversion(3) | Returns the subminor version number of the paradox library. |
PX_get_value(3) | Get various parameter values. |
PX_insert_record(3) | Inserts a new record in the Paradox file. |
PX_new(3) | Create new instance of Paradox file. |
PX_new2(3) | Create new instance of Paradox file. |
PX_new3(3) | Create new instance of Paradox file. |
PX_new_blob(3) | Create new instance of Paradox blob file (deprecated). |
PX_open_blob_file(3) | Opens Paradox blob file (deprecated). |
PX_open_blob_fp(3) | Opens Paradox blob file (deprecated). |
PX_open_file(3) | Read a Paradox file. |
PX_open_fp(3) | Read a Paradox file. |
PX_open_gsf(3) | Read a Paradox file. |
PX_put_data_alpha(3) | Put value into an alpha data field. |
PX_put_data_bcd(3) | Put value into a bcd data field. |
PX_put_data_byte(3) | Put value into a byte data field. |
PX_put_data_bytes(3) | Put value into a bytes data field. |
PX_put_data_double(3) | Put value into a double data field. |
PX_put_data_long(3) | Put value into a long data field. |
PX_put_data_short(3) | Put value into a short integer data field. |
PX_put_record(3) | Stores record in Paradox file. |
PX_put_recordn(3) | Stores record in Paradox file at certain position. |
PX_read_blobdata(3) | Read blob from file (deprecated). |
PX_read_primary_index(3) | Reads the primary index into an internal buffer. |
PX_retrieve_record(3) | Returns record in Paradox file. |
PX_set_blob_file(3) | Associate blob file with database. |
PX_set_inputencoding(3) | Set encoding for output. |
PX_set_parameter(3) | Sets various parameters. |
PX_set_tablename(3) | Set name of table. |
PX_set_targetencoding(3) | Set encoding for output. |
PX_set_value(3) | Sets various float parameters. |
PX_strdup(3) | Duplicate a string. |
PX_time2string(3) | Convert paradox time into formatted string. |
PX_timestamp2string(3) | Convert paradox timestamp into formatted string. |
PX_update_record(3) | Updates an exiting record in the Paradox file. |
PX_write_primary_index(3) | Write primary index into a file. |
QMC(3) | Library for managing groups of Performance Co-Pilot metrics. |
QmcContext(3) | Container for a PMAPI context and its metrics. |
QmcDesc(3) | Container for a metric description. |
QmcGroup(3) | Container representing a single fetch group of metrics from multiple sources. |
QmcIndom(3) | Container for a instance domain description. |
QmcMetric(3) | Container for a metric and all its values. |
QmcSource(3) | Manages contexts created by all groups. |
quadrule(3) | … |
raiseCDKObject(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
rancid(3) | Rancid perl module. |
range_arrayinbuf(3) | Range check for array in buffer. |
range_bufinbuf(3) | Range check for buf in buffer. |
range_ptrinbuf(3) | Range check pointer in buffer. |
range_str2inbuf(3) | Range check for string in buffer. |
range_str4inbuf(3) | Range check for string in buffer. |
range_strinbuf(3) | Range check for string in buffer. |
range_validbuf(3) | Range check buffer. |
rangecheck(3) | Pointer range checking. |
rbl(3) | … |
readclose(3) | Read a whole file into a stralloc. |
readclose_append(3) | Read a whole file into a stralloc. |
readFile(3) ↣ cdk_compat(3) | Cdk4 compatibility functions. |
readline(3readline) | Get a line from a user with editing. |
readlink_by_handle(3) ↣ path_to_handle(3) | … |
RectObj(3) | The RectObj widget class "RectObj" "widget class" "RectObj". |
refreshCDKScreen(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
registerCDKObject(3) ↣ cdk_screen(3) | Cdk Screen and Widget Manipulation Functions. |
removeCDKCalendarMarker(3) ↣ cdk_calendar(3) | Curses calendar widget. |
request_init(3) ↣ hosts_access(3) | Access control library. |
request_set(3) ↣ hosts_access(3) | Access control library. |
resetCDKScreen(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
resetCDKScreenOf(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
RkBgnBun(3) | Convert the reading of a specified length to kanji. |
RkCloseRoma(3) | Close the dictionary used for Romaji-kana conversion. |
RkCvtEuc(3) | Convert shift JIS code to EUC code. |
RkCvtHan(3) | Convert double-width symbols, alphanumeric characters, hiragana, and katakana to sin‐. |
RkCvtHira(3) | Convert double-width katakana to double-width hiragana. |
RkCvtKana(3) | Convert double-width hiragana to double-width katakana. |
RkCvtRoma(3) | Convert an entire character string from Romaji to kana by iteratively using RkMapRoma. |
RkCvtZen(3) | Convert ASCII characters and single-width katakana to double-width characters. |
RkDefineDic(3) | Define specified candidates in the dictionary. |
RkDeleteDic(3) | Delete specified candidates from a dictionary. |
RkEndBun(3) | Terminate kana-kanji conversion. |
RkEnlarge(3) | Enlarge the reading of the current clause. |
RkFinalize(3) | Terminate the kana-kanji conversion functions. |
RkGetDicList(3) | Get the name of a dictionary that can be added to the dictionary list. |
RkGetKanji(3) | Get the current candidate for the current clause. |
RkGetLex(3) | Get morphemic information on each word that makes up the current candidate. |
RkGetStat(3) | Get analysis information about the current candidate. |
RkGetYomi(3) | Get the reading of the current clause. |
RkGoto(3) | Change the current clause. |
RkInitialize(3) | Initialize the kana-kanji conversion functions. |
RkIntro(3) | Dictionary access library introduction. |
RkLeft(3) | Move the current clause to the clause to its left. |
RkMapPhonogram(3) | Perform Romaji-kana conversion by using a specified Romaji-kana conversion table. |
RkMapRoma(3) | Perform Romaji-kana conversion by using a specified Romaji-kana conversion table. |
RkMountDic(3) | Mount a dictionary in the dictionary list. |
RkNext(3) | Set the next candidate as the current candidate. |
RkNfer(3) | Set a reading itself as the current candidate. |
RkOpenRoma(3) | Open the dictionary to use for Romaji-kana conversion. |
RkPrev(3) | Set the previous candidate as the current candidate. |
RkRemountDic(3) | Modify the priority order of a dictionary already in the dictionary list. |
RkResize(3) | Change the reading length of the current clause to len bytes. |
RkRight(3) | Move the current clause to the clause to its right. |
RkShorten(3) | Shorten the reading of the current clause. |
RkStoreYomi(3) | Change the reading of the current clause, reconverting the subsequent clauses. |
RkUnmountDic(3) | Unmount a dictionary from the dictionary list. |
RkXfer(3) | Change the current candidate. |
rquota(3) | Implement quotas on remote machines. |
ruli(3) | Library for querying DNS SRV resource records (RFC 2782). |
save_d(3) | AA-lib driver used to save ascii-art image into file in used specified format. |
saveCDKSwindowInformation(3) ↣ cdk_swindow(3) | A curses scrolling window widget. |
scan_8int(3) | Parse an unsigned integer in octal ASCII representation. |
scan_8long(3) | Parse an unsigned long integer in octal ASCII representation. |
scan_8short(3) | Parse an unsigned short integer in octal ASCII representation. |
scan_asn1derlength(3) | Decode an unsigned integer from ASN.1 DER length encoding. |
scan_asn1derlengthvalue(3) | Decode an unsigned integer from ASN.1 DER length encoding. |
scan_asn1dertag(3) | Decode an unsigned integer from ASN.1 DER length encoding. |
scan_charsetnskip(3) | Skip characters from set. |
scan_double(3) | Parse a floating point number in decimal ASCII representation. |
scan_httpdate(3) | Parse a HTTP date. |
scan_int(3) | Parse an integer in decimal ASCII representation. |
scan_ip4(3) | Parse an IPv4 number in dotted-decimal notation. |
scan_ip6(3) | Parse an IPv6 number in ASCII representation. |
scan_ip6_flat(3) | Parse an IPv6 number in flat ASCII representation. |
scan_ip6if(3) | Parse an IPv6 number and interface in ASCII representation. |
scan_long(3) | Parse an long integer in decimal ASCII representation. |
scan_longlong(3) | Parse a long integer in decimal ASCII representation. |
scan_noncharsetnskip(3) | Skip characters not from set. |
scan_nonwhitenskip(3) | Skip non-whitespace. |
scan_plusminus(3) | Parse '+' or '-'. |
scan_short(3) | Parse an integer in decimal ASCII representation. |
scan_uint(3) | Parse an unsigned integer in decimal ASCII representation. |
scan_ulong(3) | Parse an unsigned long integer in decimal ASCII representation. |
scan_ulonglong(3) | Parse an unsigned long integer in decimal ASCII representation. |
scan_ushort(3) | Parse an unsigned short integer in decimal ASCII representation. |
scan_utf8(3) | Decode an unsigned integer from UTF-8 encoding. |
scan_whitenskip(3) | Skip whitespace. |
scan_xint(3) | Parse an unsigned integer in hexadecimal ASCII representation. |
scan_xlong(3) | Parse an unsigned long integer in hexadecimal ASCII representation. |
scan_xlonglong(3) | Parse an unsigned long long integer in hexadecimal ASCII representation. |
scan_xshort(3) | Parse an unsigned short integer in hexadecimal ASCII representation. |
searchList(3) ↣ cdk_misc(3) | Curses Development Kit Miscellaneous Routines. |
selectFile(3) ↣ cdk_util(3) | Cdk utility functions. |
selinux_colors_path(3) | Return a path to the active SELinux policy color configuration file. |
selinux_file_context_cmp(3) | Compare two SELinux security contexts excluding the 'user' component. |
selinux_file_context_verify(3) | Compare the SELinux security context on disk to the default security context. |
selinux_raw_context_to_color(3) | Return RGB color string for an SELinux security context. |
setCDKAlphalist(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistBackgroundAttrib(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistBackgroundColor(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistBox(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistBoxAttribute(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistContents(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistCurrentItem(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistFillerChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistHighlight(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistHorizontalChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistLLChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistLRChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistPostProcess(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistPreProcess(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistULChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistURChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKAlphalistVerticalChar(3) ↣ cdk_alphalist(3) | Curses sorted list widget. |
setCDKButton(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonBackgroundAttrib(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonBackgroundColor(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonBox(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonbox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonBoxAttribute(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonboxBackgroundAttrib(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxBackgroundColor(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxBox(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxBoxAttribute(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxCurrentButton(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxHighlight(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxHorizontalChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxLLChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxLRChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxPostProcess(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxPreProcess(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxULChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxURChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonboxVerticalChar(3) ↣ cdk_buttonbox(3) | Creates a managed curses buttonbox widget. |
setCDKButtonHorizontalChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonLLChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonLRChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonMessage(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonULChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonURChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKButtonVerticalChar(3) ↣ cdk_button(3) | Create and manage a curses button widget. |
setCDKCalendar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarBackgroundAttrib(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarBackgroundColor(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarBox(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarBoxAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarDate(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarDayAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarDaysNames(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarHighlight(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarHorizontalChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarLLChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarLRChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarMarker(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarMonthAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarMonthsNames(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarPostProcess(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarPreProcess(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarULChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarURChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarVerticalChar(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKCalendarYearAttribute(3) ↣ cdk_calendar(3) | Curses calendar widget. |
setCDKDialog(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogBackgroundAttrib(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogBackgroundColor(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogBox(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogBoxAttribute(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogHighlight(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogHorizontalChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogLLChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogLRChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogPostProcess(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogPreProcess(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogSeparator(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogULChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogURChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDialogVerticalChar(3) ↣ cdk_dialog(3) | Curses dialog widget. |
setCDKDScale(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleBackgroundAttrib(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleBackgroundColor(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleBox(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleBoxAttribute(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleDigits(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleHorizontalChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleLLChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleLowHigh(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleLRChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScalePostProcess(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScalePreProcess(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleULChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleURChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleValue(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKDScaleVerticalChar(3) ↣ cdk_dscale(3) | Curses scale widget (type double). |
setCDKEntry(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryBackgroundAttrib(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryBackgroundColor(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryBox(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryBoxAttribute(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryCB(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryFillerChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryHiddenChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryHighlight(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryHorizontalChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryLLChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryLRChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryMax(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryMin(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryPostProcess(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryPreProcess(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryULChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryURChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryValue(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCDKEntryVerticalChar(3) ↣ cdk_entry(3) | Curses text-entry widget. |
setCdkExitType(3) ↣ cdk_objs(3) | Cdk object-support functions. |
setCDKFocusCurrent(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
setCDKFocusFirst(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
setCDKFocusLast(3) ↣ cdk_traverse(3) | Functions to support keyboard traversal. |
setCDKFocusNext(3) ↣ cdk_traverse(3) |