Go to the source code of this file.
|
| #define | BUFSIZE 256 /* buffer size reading temporary (pipe) data */ |
| |
| #define | CMDLEN 256 /* max length of commands (shell or clients) */ |
| |
|
| static int | iOpt = 1 |
| |
| static int | iOptm = 1 |
| |
| static const char * | pcDevDelim = ":" |
| |
| static const char * | pcOpt1 = "-" |
| |
| static const char * | pcOpt2 = "/" |
| |
| static const char * | pcPerc = "%" |
| |
| static const char * | pcQM = "?" |
| |
| static const char * | pcStar = "*" |
| |
◆ CMDLEN
| #define CMDLEN 256 /* max length of commands (shell or clients) */ |
◆ BUFSIZE
| #define BUFSIZE 256 /* buffer size reading temporary (pipe) data */ |
◆ pcDevDelim
| const char* pcDevDelim = ":" |
|
static |
◆ pcStar
◆ pcQM
◆ pcPerc
◆ pcOpt1
◆ pcOpt2
◆ iOptm
◆ iOpt