fsautoproc
Basic file transformation automation management utility
|
▼ include | |
deng.h | Differential file search comparison function and hook structure |
fd.h | File descriptor output redirection for child processes |
fl.h | Basic file lock API |
fs.h | Filesystem walk and stat functions |
index.h | File index mapping and serialization functions |
lcmd.h | File-specific system command execution mapping functions |
log.h | Logging macros for the application |
prog.h | Progress bar format and printing functions |
tm.h | Time utility functions |
tp.h | Thread pool API for executing work requests |
▼ src | |
deng.c | Differential file search implementation |
fd.c | File descriptor output redirection implementation |
fl.c | Basic file lock implementation |
fs.c | Filesystem walk and stat implementation |
index.c | File index mapping and serialization implementation |
lcmd.c | File-specific system command execution mapping implementation |
main.c | Main program entry point |
prog.c | Progress bar format and printing implementation |
tm.c | Time utility implementation |
tp.c | Thread pool implementation for executing work requests |