|
| array.c |
| Implementation of dynamic 2D arrays and memory management functions.
|
|
| backspace.c |
| Provides functionality to perform backspace operations by a specified number of characters.
|
|
| binary.c |
| Contains binary conversion functions sbinary and bitsSet.
|
|
| binsert.c |
| Binary search and insertion functions.
|
|
| bomb.c |
| Provides functions to report errors and abort the program.
|
|
| buffer.c |
| Provides buffering of text strings.
|
|
| clean_filename.c |
| Provides functions to manipulate and clean filename strings.
|
|
| compress.c |
| Provides a string manipulation function.
|
|
| cp_str.c |
| Implementation of string manipulation functions.
|
|
| data_scan.c |
| Provides functions for scanning and parsing free-format data.
|
|
| delete_bnd.c |
| Implementation of string manipulation routine.
|
|
| delete_chars.c |
| Implementation of string manipulation routine.
|
|
| edit_string.c |
| Implements a simple single-line text-driven editor for user-directed data editing.
|
|
| fexists.c |
| Implementation of file existence checking function.
|
|
| filestat.c |
| Utility functions for handling file links and retrieving file information.
|
|
| fill_array.c |
| Provides functions to fill arrays of various data types with a specified value.
|
|
| fopen_e.c |
| Provides the fopen_e function for opening files with error checking and handling.
|
|
| get_token_tq.c |
| Functions for parsing tokens from strings with support for delimiters and quotations.
|
|
| headers.c |
|
| insert.c |
| Provides string manipulation function.
|
|
| interpret_escapes.c |
| Provides functionality to interpret C escape sequences in strings.
|
|
| is_blank.c |
| Implementation of is_blank function.
|
|
| match_string.c |
| Provides functions for matching strings with various matching modes.
|
|
| mkdir.c |
| Provides functionality to create directories recursively.
|
|
| non_dominated_sort.c |
| Definitions and implementations for non-dominated sorting and crowding distance routines used in multi-objective optimization.
|
|
| pad_with_spaces.c |
| Provides functionality to manipulate and format strings.
|
|
| query.c |
| Provides functions to prompt the user for various types of numerical input.
|
|
| rcdelete.c |
| Provides the rcdelete function for string manipulation.
|
|
| replace_chars.c |
| Provides functionality to map one set of characters into another within strings.
|
|
| replace_string.c |
| Provides functions to replace occurrences of substrings within strings.
|
|
| replacefile.c |
| Provides functions to replace files with options for backup and robust renaming.
|
|
| report_stats.c |
| Reports elapsed time, CPU time, BIO/DIO counts, page faults, and memory usage to a file.
|
|
| scanitemlist.c |
| This file contains functions for scanning and parsing item lists with various data types.
|
|
| searchPath.c |
| Implementation of search path management and file locating functions.
|
|
| sortfunctions.c |
| Useful routines for sorting, compatible with qsort()
|
|
| str_copy.c |
| Implementation of the strcpy_ss function for safe string copying.
|
|
| str_in.c |
| Implementation of the str_in function.
|
|
| str_inn.c |
| Contains string str_inn function.
|
|
| str_tolower.c |
| Implementation of the str_tolower function.
|
|
| str_toupper.c |
| Implementation of the str_toupper function.
|
|
| strslide.c |
| Implements the strslide function.
|
|
| substituteTagValue.c |
| Handles macro substitution within input strings.
|
|
| time.c |
| Contains time-related functions: mtime(), convert_date_time(), mtimes().
|
|
| timeconvert.c |
| Provides functions for converting and manipulating time representations, including leap year calculations, Julian day conversions, and epoch time breakdowns.
|
|
| timer.c |
| Provides functions for collecting run-time statistics such as CPU time, memory usage, I/O counts, and elapsed time.
|
|
| tmpname.c |
| Provides functions to generate unique temporary filenames.
|
|
| trim_spaces.c |
| Implementation of trim_spaces function..
|
|
| unpack.c |
| Provides functions for determining unpacking types and opening unpacked files.
|
|
| wild_match.c |
| Wildcard matching and string utility functions.
|
|