⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 usage-txt.h

📁 Linux下利用NTP协议的网络时间同步客户端
💻 H
📖 第 1 页 / 共 2 页
字号:
   */  static char    eng_zGnuBoolArg[] = "=T/F";  static char    eng_zGnuKeyArg[] = "=KWd";  static char    eng_zGnuKeyLArg[] = "=Mbr";  static char    eng_zGnuNumArg[] = "=num";  static char    eng_zGnuStrArg[] = "=str";static char const usage_txt[3208] =    "AutoOpts function called without option descriptor\n\0"    "\tThis exceeds the compiled library version:  \0"    "Automated Options Processing Error!\n"    "\t%s called AutoOpts function with structure version %d:%d:%d.\n\0"    "\tThis is less than the minimum library version:  \0"    "all\0"    "\t\t\t\t- an alternate for %s\n\0"    "%s error:  the keyword `%s' is ambiguous for %s\n\0"    "ambiguous\0"    "%s: Command line arguments required\n\0"    "%d %s%s options allowed\n\0"    "version and help options:\0"    "Error %d (%s) from the pipe(2) syscall\n\0"    "ERROR: version option argument '%c' invalid.  Use:\n"    "\t'v' - version only\n"    "\t'c' - version and copyright\n"    "\t'n' - version and copyright notice\n\0"    "ERROR:  %s option conflicts with the %s option\n\0"    "%s(optionSaveState): error: cannot allocate %d bytes\n\0"    "\t\t\t\t- default option for unnamed options\n\0"    "\t\t\t\t- disabled as --%s\n\0"    "\t\t\t\t- enabled by default\n\0"    "-equivalence\0"    "ERROR:  only \0"    " - examining environment variables named %s_*\n\0"    "     \0"    "Options are specified by doubled hyphens and their name\n"    "or by a single hyphen and the flag character.\n\0"    "%%-%ds %%s\n\0"    "fs error %d (%s) on fork - cannot obtain %s usage\n\0"    "File error %d (%s) opening %s for loading options\n\0"    "fs error %d (%s) reading file %s\n\0"    "\n"    "= = = = = = = =\n\n"    "This incarnation of genshell will produce\n"    "a shell script to parse the options for %s:\n\n\0"    "\n"    "%s\n\n\0"    "=Cplx\0"    "[=arg]\0"    "--%2$s%1$s\0"    "%s: illegal option -- %c\n\0"    "%s: %s option -- %s\n\0"    "illegal\0"    "AutoOpts ERROR:  invalid option descriptor for %s\n\0"    "words=\0"    "cooked\0"    "keep\0"    "type=\0"    "uncooked\0"    "integer\0"    "nested\0"    "string\0"    "bool\0"    "keyword\0"    "set\0"    "\t\t\t\t- is a set membership option\n\0"    "%s: option `%s' requires an argument\n\0"    "Equivalenced option '%s' was equivalenced to both\n"    "\t'%s' and '%s'\0"    "\t\t\t\t- must appear between %d and %d times\n\0"    "ERROR:  The %s option is required\n\0"    "%s: option `%s' cannot have an argument\n\0"    "%s: Command line arguments not allowed\n\0"    "error %d (%s) creating %s\n\0"    "Options are specified by single or double hyphens and their name.\n\0"    "%s error:  `%s' does not match any %s keywords\n\0"    "\t\t\t\t- may appear multiple times\n\0"    "\t\t\t\t- may not be preset\n\0"    "   Arg Option-Name    Description\n\0"    "  Flg Arg Option-Name    Description\n\0"    "error %d (%s) stat-ing %s\n\0"    "%s(optionRestore): error: no saved option state\n\0"    "none\0"    "'%s' not defined\n\0"    "ERROR:  The %s option must appear %d times\n\0"    "error:  cannot load options from non-regular file %s\n\0"    "%s error:  `%s' is not a recognizable number\n\0"    " %3s %s\0"    "The '-#<number>' option may omit the hash char\n\0"    " \0"    "one %s%s option allowed\n\0"    "All arguments are named options.\n\0"    " - reading file %s\0"    "\n"    "please send bug reports to:  %s\n\0"    "\t\t\t\t- may NOT appear - preset only\n\0"    "#  preset/initialization file\n"    "#  %s#\n\0"    "\n"    "The following option preset mechanisms are supported:\n\0"    "program\0"    "prohibits these options:\n\0"    "Operands and options may be intermixed.  They will be reordered.\n\0"    "ERROR:  %s option requires the %s option\n\0"    " %3s %-14s %s\0"    "requires these options:\n\0"    "   Arg Option-Name   Req?  Description\n\0"    "  Flg Arg Option-Name   Req?  Description\n\0"    "-_^\0"    "members=\0"    "or you may use a numeric representation.  Preceding these with a '!' will\n"    "clear the bits, specifying 'none' will clear all bits, and 'all' will set them\n"    "all.  Multiple entries may be passed as an option argument list.\n\0"    "%s\0"    "      \0"    "T/F\0"    "\n"    "%s\n\n"    "%s\0"    "KWd\0"    "Mbr\0"    "Cpx\0"    "no \0"    "Num\0"    "opt\0"    "YES\0"    "Str\0"    "\t\t\t\t- \0"    "\t\t\t\t-- and \0"    "\t\t\t\t%s\n\0"    "   \0"    "  \0"    "\t\t\t\t- may appear up to %d times\n\0"    "The valid \"%s\" option keywords are:\n\0";  /*   *  Now, define (and initialize) the structure that contains   *  the pointers to all these strings.   *  Aren't you glad you don't maintain this by hand?   */  usage_text_t option_usage_text = {    113,    eng_zGnuBoolArg, eng_zGnuKeyArg,  eng_zGnuKeyLArg, eng_zGnuNumArg,    eng_zGnuStrArg,    {      usage_txt +   0, usage_txt +  52, usage_txt +  98, usage_txt + 197,      usage_txt + 247, usage_txt + 251, usage_txt + 278, usage_txt + 327,      usage_txt + 337, usage_txt + 374, usage_txt + 399, usage_txt + 425,      usage_txt + 465, usage_txt + 602, usage_txt + 650, usage_txt + 704,      usage_txt + 746, usage_txt + 770, usage_txt + 796, usage_txt + 809,      usage_txt + 823, usage_txt + 870, usage_txt + 876, usage_txt + 979,      usage_txt + 991, usage_txt +1042, usage_txt +1093, usage_txt +1127,      usage_txt +1233, usage_txt +1239, usage_txt +1245, usage_txt +1252,      usage_txt +1263, usage_txt +1289, usage_txt +1310, usage_txt +1318,      usage_txt +1369, usage_txt +1376, usage_txt +1383, usage_txt +1388,      usage_txt +1394, usage_txt +1403, usage_txt +1411, usage_txt +1418,      usage_txt +1425, usage_txt +1430, usage_txt +1438, usage_txt +1442,      usage_txt +1476, usage_txt +1514, usage_txt +1579, usage_txt +1622,      usage_txt +1657, usage_txt +1698, usage_txt +1738, usage_txt +1765,      usage_txt +1832, usage_txt +1880, usage_txt +1913, usage_txt +1938,      usage_txt +1973, usage_txt +2011, usage_txt +2038, usage_txt +2087,      usage_txt +2092, usage_txt +2110, usage_txt +2154, usage_txt +2208,      usage_txt +2254, usage_txt +2262, usage_txt +2310, usage_txt +2312,      usage_txt +2337, usage_txt +2371, usage_txt +2390, usage_txt +2424,      usage_txt +2460, usage_txt +2498, usage_txt +2554, usage_txt +2562,      usage_txt +2588, usage_txt +2654, usage_txt +2696, usage_txt +2710,      usage_txt +2735, usage_txt +2775, usage_txt +2818, usage_txt +2822,      usage_txt +2831, usage_txt +3050, usage_txt +3053, usage_txt +3060,      usage_txt +3064, usage_txt +3072, usage_txt +3076, usage_txt +3080,      usage_txt +3084, usage_txt +3088, usage_txt +3092, usage_txt +3096,      usage_txt +3100, usage_txt +3104, usage_txt +3111, usage_txt +3123,      usage_txt +3131, usage_txt +3135, usage_txt +3138, usage_txt +3171    }  };#endif /* DO_TRANSLATIONS */#endif /* AUTOOPTS_USAGE_TXT_H_GUARD */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -