fehQlibs 26
Qlibs
Loading...
Searching...
No Matches
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  fehQlibs-26
  include
 alloc.h
 base64.h
 buffer.h
 byte.h
 case.h
 cdbmake.h
 cdbread.h
 close.h
 constmap.h
 direntry.h
 dnsresolv.h
 env.h
 error.h
 exit.hConvenience header
 fd.h
 fifo.h
 fmt.hConversion function declarations
 genalloc.h
 getln.h
 getoptb.h
 iopause.h
 ip.h
 lock.h
 logmsg.h
 ndelay.h
 open.h
 pathexec.h
 prot.h
 readclose.h
 readwrite.h
 rename.h
 scan.h
 seek.h
 select.h
 sig.h
 socket_if.h
 str.h
 stralloc.h
 tai.h
 taia.h
 timeout.h
 timeoutconn.h
 uint_t.hAdditional types and pack routines
 wait.h
  src
  dnsstub
 alloc.cGeneric allocation of heap memory
 base64.cBase64 en+decoding of strings
 buffer.cInput/output routines
 byte.cByte manipulation functions
 case.cString comparison and helper functions; case insensitive
 cdbmake.cConstant data base (cdb) generation
 cdbread.cRead entries from a cdb
 constmap.cConstant hash table
 env.cSetting up environment after fork
 errstr.cError output to log for different conditions and OS
 fd.cFile descriptor manipulation
 fmt.cFormating differnt inputs format for output printing
 getln.cEvaluating tokenized input arguments
 getoptb.c'getopt' version w/o stdlib
 iopause.cStateful reading from net
 ip4.cHandling of IPv4 addresses
 ip6.cHandling of IPv6 addresses
 lock.cLocking of resources
 logmsg.cUnified system and error message handling
 ndelay.cDelaying of IO operations
 open.cOpen a file
 pathexec.cPopulate environment after fork
 prot.cSetting up uid an gid for OS (short group was for ancient solaris)
 readclose.cThis is the successor of the older 'slurpclose.c' file
 scan.cScanning/conversion of strings to different variable types
 seek.cSeek in an open file descritor
 sig.cSignal handling functions
 socket_bind.cBinding a socket to a local resource
 socket_connect.cConnection to remote IP host
 socket_if.cInterface handling for LLU
 socket_info.cQuerying local and remote info for socket
 socket_recv.cSetup receiving socket
 socket_send.cSetup sending socket
 socket_setup.cSetup listening socket
 socket_tcp.cSetup TCP stream socket
 socket_udp.cSetup a UDP message socket
 str.cString handling functions
 stralloc.cGenious dynamic string handling
 tai.c'temps atomic' time handling
 taia.c'tai' attosecond time handling
 timeout.cRead/write timeout handling
 timeoutconn.cSocket read/write timeout handling; return code of iopause considered
 uint128p.cPacking/unpacking 128 bit integer to/from char string
 uint16p.cPacking/unpacking 16 bit integer to/from char string
 uint32p.cPacking/unpacking 32 bit integer to/from char string
 uint64p.cPacking/unpacking 64 bit integer to/from char string
 uint8p.cPacking/unpacking 8 bit int to/from char string
 wait.cWait for forked processes