undocumented(3)


NAME

   undocumented - undocumented library functions

SYNOPSIS

   Undocumented library functions

DESCRIPTION

   This man page mentions those library functions which are implemented in
   the standard libraries but not yet documented in man pages.

   Solicitation
   If you have information about  these  functions,  please  look  in  the
   source  code,  write  a  man page (using a style similar to that of the
   other Linux section 3 man pages), and send it to mtk.manpages@gmail.com
   for inclusion in the next man page release.

   The list
   authdes_create(3),      authdes_getucred(3),      authdes_pk_create(3),
   clntunix_create(3),     creat64(3),     dn_skipname(3),      fcrypt(3),
   fp_nquery(3),  fp_query(3),  fp_resstat(3),  freading(3), freopen64(3),
   fseeko64(3), ftello64(3),  ftw64(3),  fwscanf(3),  get_avphys_pages(3),
   getdirentries64(3),    getmsg(3),   getnetname(3),   get_phys_pages(3),
   getpublickey(3),   getsecretkey(3),   h_errlist(3),    host2netname(3),
   hostalias(3),    inet_nsap_addr(3),   inet_nsap_ntoa(3),   init_des(3),
   libc_nls_init(3),    mstats(3),    netname2host(3),    netname2user(3),
   nlist(3),    obstack_free(3),    parse_printf_format(3),   p_cdname(3),
   p_cdnname(3),   p_class(3),   p_fqname(3),   p_option(3),   p_query(3),
   printf_size(3),  printf_size_info(3),  p_rr(3),  p_time(3),  p_type(3),
   putlong(3), putshort(3), re_compile_fastmap(3),  re_compile_pattern(3),
   register_printf_function(3),         re_match(3),        re_match_2(3),
   re_rx_search(3),  re_search(3),  re_search_2(3),   re_set_registers(3),
   re_set_syntax(3),      res_send_setqhook(3),      res_send_setrhook(3),
   ruserpass(3),      setfileno(3),      sethostfile(3),      svc_exit(3),
   svcudp_enablecache(3),      tell(3),     tr_break(3),     tzsetwall(3),
   ufc_dofinalperm(3),   ufc_doit(3),    user2netname(3),    wcschrnul(3),
   wcsftime(3),   wscanf(3),   xdr_authdes_cred(3),   xdr_authdes_verf(3),
   xdr_cryptkeyarg(3), xdr_cryptkeyres(3), xdr_datum(3), xdr_des_block(3),
   xdr_domainname(3),  xdr_getcredres(3), xdr_keybuf(3), xdr_keystatus(3),
   xdr_mapname(3),   xdr_netnamestr(3),   xdr_netobj(3),    xdr_passwd(3),
   xdr_peername(3),         xdr_rmtcall_args(3),        xdr_rmtcallres(3),
   xdr_unixcred(3),            xdr_yp_buf(3),            xdr_yp_inaddr(3),
   xdr_ypbind_binding(3),    xdr_ypbind_resp(3),   xdr_ypbind_resptype(3),
   xdr_ypbind_setdom(3),      xdr_ypdelete_args(3),      xdr_ypmaplist(3),
   xdr_ypmaplist_str(3),         xdr_yppasswd(3),        xdr_ypreq_key(3),
   xdr_ypreq_nokey(3),      xdr_ypresp_all(3),      xdr_ypresp_all_seq(3),
   xdr_ypresp_key_val(3),   xdr_ypresp_maplist(3),   xdr_ypresp_master(3),
   xdr_ypresp_order(3),         xdr_ypresp_val(3),          xdr_ypstat(3),
   xdr_ypupdate_args(3),     yp_all(3),    yp_bind(3),    yperr_string(3),
   yp_first(3),  yp_get_default_domain(3),  yp_maplist(3),   yp_master(3),
   yp_match(3),   yp_next(3),  yp_order(3),  ypprot_err(3),  yp_unbind(3),
   yp_update(3)

COLOPHON

   This page is part of release 4.09 of the Linux  man-pages  project.   A
   description  of  the project, information about reporting bugs, and the
   latest    version    of    this    page,    can     be     found     at
   https://www.kernel.org/doc/man-pages/.


More Linux Commands

manpages/mvgetnstr.3ncurses.html
mvgetnstr(3ncurses) - accept character strings from curses t
The function getstr is equivalent to a series of calls to getch, until a newline or carriage return is received (the terminating character is not included in th

manpages/ycp.3pm.html
ycp(3pm) - a Perl module for parsing and writing the YaST2 C
PerlYCPValue is a convention for storing a YCP value in a Perl variable. "ParseYcp" parses YCP string representation into PerlYCPValues. A PerlYCPValue canno...

manpages/udisks.8.html
udisks(8) Disk Manager (Administration - Linux man page)....
udisks provides interfaces to enumerate and perform operations on disks and storage devices. Any application (including unprivileged ones) can access the udisks

manpages/ExtUtils::MM_MacOS.3pm.html
ExtUtils::MM_MacOS(3pm) - once produced Makefiles for MacOS
Once upon a time, MakeMaker could produce an approximation of a correct Makefile on MacOS Classic (MacPerl). Due to a lack of maintainers, this fell out of sync

manpages/lrand48.3.html
lrand48(3) - generate uniformly distributed pseudo-random nu
These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions retu

manpages/clone2.2.html
clone2(2) - create a child process - Linux manual page......
clone() creates a new process, in a manner similar to fork(2). This page describes both the glibc clone() wrapper function and the underlying system call on whi

manpages/ttk_scale.n.html
ttk_scale(n) Create and manipulate a scale widget (ManPage)
A ttk::scale widget is typically used to control the numeric value of a linked variable that varies uniformly over some range. A scale displays a slider that ca

manpages/gluNextContour.3gl.html
gluNextContour(3gl) - mark the beginning of another contour
gluNextContour is used in describing polygons with multiple contours. After the first contour has been described through a series of gluTessVertex calls, a gluN

manpages/__malloc_hook.3.html
__malloc_hook(3) - malloc debugging variables (Man Page)....
The GNU C library lets you modify the behavior of malloc(3), realloc(3), and free(3) by specifying appropriate hook functions. You can use these hooks to help y

manpages/XF86VidModeModModeLine.3.html
XF86VidModeModModeLine(3) - Extension library for the XFree8
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mo

manpages/waddch.3ncurses.html
waddch(3ncurses) - add a character (with attributes) to a cu
The addch, waddch, mvaddch and mvwaddch routines put the character ch into the given window at its current window position, which is then advanced. They are ana

manpages/showconsolefont.8.html
showconsolefont(8) - Show the current EGA/VGA console screen
The showconsolefont command outputs the current console font to stdout. The option -v prints additional information, while the option -V prints the program vers





We can't live, work or learn in freedom unless the software we use is free.