FLUCUPLB - Description - Load module interface for FLUC subprogram. More...
Go to the source code of this file.
Macros | |
| #define | FLUC_INFO 1 |
| INFO command. | |
| #define | FLUC_CONV 2 |
| CONV command. | |
| #define | FLUC_XCNV 3 |
| XCNV command. | |
| #define | FLUC_ICNV 4 |
| ICNV command. | |
| #define | FLUC_FLAM 5 |
| FLAM command. | |
| #define | FLUC_XCHK 6 |
| XCHK command. | |
| #define | FLUC_HASH 7 |
| HASH command. | |
| #define | FLUC_UTIL 8 |
| UTIL command. | |
| #define | FLUC_DIFF 9 |
| DIFF command. | |
| #define | FLUC_KEY 10 |
| KEY command. | |
| #define | FLUC_GREP 11 |
| GREP command. | |
Functions | |
| void | FCUVSN (int *rtc, int *vsnLen, char *vsn) |
| Version. | |
| void | FCUABO (int *rtc, int *aboLen, char *abo) |
| About. | |
| void | FCULIC (int *rtc, int *licLen, char *lic) |
| Get license text. | |
| void | FCUENV (int *rtc, const int *sys, const int *std, const int *envLen, const char *envStr, int *cnt) |
| Load the FLAM environment. | |
| void | FCUINFO (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC INFO - Provides various information. | |
| void | FCUUTIL (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC UTIL - Runs various simply functions on wildcard file lists. | |
| void | FCUCONV (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC CONV - Simplified data conversion. | |
| void | FCUXCNV (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC XCNV - Extended data conversion. | |
| void | FCUGREP (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC GREP - Matching pattern in files like GREP. | |
| void | FCUICNV (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC ICNV - Character conversion like ICONV. | |
| void | FCUFLAM (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC FLAM - Support of FLAM4 command in FLUC. | |
| void | FCUXCHK (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC XCHK - Support of XCHK command in FLUC. | |
| void | FCUHASH (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC HASH - Support of HASH command in FLUC. | |
| void | FCUDIFF (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC DIFF - Compares two data sources. | |
| void | FCUKEY (int *rtc, const int *cmdLen, const char *cmd, const int *proLen, const char *pro, const int *outLen, const char *out, const int *trcLen, const char *trc) |
| FLUC KEY - Key management functions. | |
| void | FCURSN (int *rsn, int *msgLen, char *msg) |
| Returns reason code and message. | |
| void | FCUHLP (int *rtc, const int *what, const int *depth, const int *pathLen, const char *path, const int *outLen, const char *out) |
| Returns help information about the command strings. | |
| void | FCUSYN (int *rtc, const int *what, const int *depth, const int *pathLen, const char *path, const int *outLen, const char *out) |
| Return syntax information about the command string. | |
| void | FCUDOC (int *rtc, const int *what, const int *pathLen, const char *path, const int *outLen, const char *out) |
| Return documentation. | |
| void | FCUPRO (int *rtc, const int *what, const int *iproLen, const char *ipro, const int *propLen, const char *prop, const int *oproLen, const char *opro, const int *outLen, const char *out) |
| Manage properties. | |
FLUCUPLB - Description - Load module interface for FLUC subprogram.