|
| | array.h |
| | Linear Array data structure.
|
| |
| | atoi.c |
| | Parse a number in a string.
|
| |
| | atoi.h |
| | Parse a number in a string.
|
| |
| | base64.c |
| | Conversion to/from base64 encoding.
|
| |
| | base64.h |
| | Conversion to/from base64 encoding.
|
| |
| | buffer.c |
| | General purpose object for storing and parsing strings.
|
| |
| | buffer.h |
| | General purpose object for storing and parsing strings.
|
| |
| | charset.c |
| | Conversion between different character encodings.
|
| |
| | charset.h |
| | Conversion between different character encodings.
|
| |
| | ctype.c |
| | ctype(3) wrapper functions
|
| |
| | ctype2.h |
| | ctype(3) wrapper functions
|
| |
| | date.c |
| | Time and date handling routines.
|
| |
| | date.h |
| | Time and date handling routines.
|
| |
| | envlist.c |
| | Private copy of the environment variables.
|
| |
| | envlist.h |
| | Private copy of the environment variables.
|
| |
| | eqi.h |
| | Case-insensitive fixed-chunk comparisons.
|
| |
| | exit.c |
| | Leave the program NOW.
|
| |
| | exit.h |
| | Leave the program NOW.
|
| |
| | file.c |
| | File management functions.
|
| |
| | file.h |
| | File management functions.
|
| |
| | filter.c |
| | Pass files through external commands (filters)
|
| |
| | filter.h |
| | Pass files through external commands (filters)
|
| |
| | hash.c |
| | Hash Table data structure.
|
| |
| | hash.h |
| | Hash Table data structure.
|
| |
| | lib.h |
| | Convenience wrapper for the library headers.
|
| |
| | list.c |
| | Singly-linked list type.
|
| |
| | list.h |
| | Singly-linked list type.
|
| |
| | logging.c |
| | Logging Dispatcher.
|
| |
| | logging2.h |
| | Logging Dispatcher.
|
| |
| | mapping.c |
| | Store links between a user-readable string and a constant.
|
| |
| | mapping.h |
| | Store links between a user-readable string and a constant.
|
| |
| | mbyte.c |
| | Multi-byte String manipulation functions.
|
| |
| | mbyte.h |
| | Multi-byte String manipulation functions.
|
| |
| | md5.c |
| | Calculate the MD5 checksum of a buffer.
|
| |
| | md5.h |
| | Calculate the MD5 checksum of a buffer.
|
| |
| | memory.c |
| | Memory management wrappers.
|
| |
| | memory.h |
| | Memory management wrappers.
|
| |
| | message.h |
| | Message logging.
|
| |
| | notify.c |
| | Notification API.
|
| |
| | notify.h |
| | Notification API.
|
| |
| | notify_type.h |
| | Notification Types.
|
| |
| | observer.h |
| | Observer of notifications.
|
| |
| | path.c |
| | Path manipulation functions.
|
| |
| | path.h |
| | Path manipulation functions.
|
| |
| | pool.c |
| | A global pool of Buffers.
|
| |
| | pool.h |
| | A global pool of Buffers.
|
| |
| | prex.c |
| | Manage precompiled / predefined regular expressions.
|
| |
| | prex.h |
| | Manage precompiled / predefined regular expressions.
|
| |
| | qsort_r.c |
| | Context-free sorting function.
|
| |
| | qsort_r.h |
| | Context-free sorting function.
|
| |
| | queue.h |
| |
| | random.c |
| | Random number/string functions.
|
| |
| | random.h |
| | Random number/string functions.
|
| |
| | regex.c |
| | Manage regular expressions.
|
| |
| | regex3.h |
| | Manage regular expressions.
|
| |
| | signal.c |
| | Signal handling.
|
| |
| | signal2.h |
| | Signal handling.
|
| |
| | slist.c |
| | A separated list of strings.
|
| |
| | slist.h |
| | A separated list of strings.
|
| |
| | state.c |
| | Keep track when processing files.
|
| |
| | state.h |
| | Keep track when processing files.
|
| |
| | string.c |
| | String manipulation functions.
|
| |
| | string2.h |
| | String manipulation functions.
|
| |