shortName 67 lib/popt/popt.c for (; opt->longName || opt->shortName || opt->arg; opt++) {
shortName 90 lib/popt/popt.c for (; opt->longName || opt->shortName || opt->arg; opt++) {
shortName 118 lib/popt/popt.c for (; opt->longName || opt->shortName || opt->arg; opt++) {
shortName 129 lib/popt/popt.c ((myOpt->shortName && opt->shortName && shorty &&
shortName 130 lib/popt/popt.c myOpt->shortName == opt->shortName) ||
shortName 251 lib/popt/popt.c /*@null@*/ const char * longName, char shortName)
shortName 267 lib/popt/popt.c else if (shortName != item->option.shortName)
shortName 297 lib/popt/popt.c sprintf(s, "-%c", shortName);
shortName 311 lib/popt/popt.c /*@null@*/ const char * longName, char shortName,
shortName 325 lib/popt/popt.c if (shortName && shortName == item->option.shortName)
shortName 337 lib/popt/popt.c else if (shortName != item->option.shortName)
shortName 462 lib/popt/popt.c char shortName,
shortName 471 lib/popt/popt.c if (singleDash && !shortName && (longName && *longName == '\0'))
shortName 472 lib/popt/popt.c shortName = '-';
shortName 474 lib/popt/popt.c for (; opt->longName || opt->shortName || opt->arg; opt++) {
shortName 482 lib/popt/popt.c shortName, callback,
shortName 501 lib/popt/popt.c } else if (shortName && shortName == opt->shortName) {
shortName 506 lib/popt/popt.c if (!opt->longName && !opt->shortName)
shortName 982 lib/popt/popt.c sprintf(s, "-%c", opt->shortName);
shortName 1099 lib/popt/popt.c item->option.shortName = alias.shortName;
shortName 1139 lib/popt/popt.c item->option.shortName = newItem->option.shortName;
shortName 117 lib/popt/popt.h char shortName; /*!< may be '\0' */
shortName 134 lib/popt/popt.h char shortName; /*!< may be '\0' */
shortName 52 lib/popt/poptconfig.c item->option.shortName = opt[1];
shortName 30 lib/popt/popthelp.c if (key->shortName == '?')
shortName 77 lib/popt/popthelp.c for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
shortName 222 lib/popt/popthelp.c if (opt->longName && opt->shortName)
shortName 223 lib/popt/popthelp.c sprintf(left, "-%c, %s%s", opt->shortName,
shortName 226 lib/popt/popthelp.c else if (opt->shortName != '\0')
shortName 227 lib/popt/popthelp.c sprintf(left, "-%c", opt->shortName);
shortName 375 lib/popt/popthelp.c while (opt->longName || opt->shortName || opt->arg) {
shortName 382 lib/popt/popthelp.c if (opt->shortName != '\0') len += sizeof("-X")-1;
shortName 383 lib/popt/popthelp.c if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1;
shortName 424 lib/popt/popthelp.c if ((opt->longName || opt->shortName) &&
shortName 454 lib/popt/popthelp.c for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
shortName 455 lib/popt/popthelp.c if ((opt->longName || opt->shortName) &&
shortName 461 lib/popt/popthelp.c for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
shortName 534 lib/popt/popthelp.c if (opt->shortName != '\0' && opt->longName != NULL) {
shortName 538 lib/popt/popthelp.c } else if (opt->shortName != '\0') {
shortName 540 lib/popt/popthelp.c shortStr[0] = opt->shortName;
shortName 558 lib/popt/popthelp.c if (opt->longName && opt->shortName) {
shortName 560 lib/popt/popthelp.c opt->shortName, ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "" : "-"),
shortName 566 lib/popt/popthelp.c ((opt->shortName || (opt->argInfo & POPT_ARGFLAG_ONEDASH)) ? "" : "-"),
shortName 568 lib/popt/popthelp.c (argDescrip ? (opt->shortName != '\0' ? " " : "=") : ""),
shortName 597 lib/popt/popthelp.c } else if ((opt->longName || opt->shortName) &&
shortName 635 lib/popt/popthelp.c for (; (opt->longName || opt->shortName || opt->arg) ; opt++) {
shortName 659 lib/popt/popthelp.c } else if ((opt->longName || opt->shortName) &&
shortName 689 lib/popt/popthelp.c for (; (opt->longName || opt->shortName || opt->arg); opt++) {
shortName 690 lib/popt/popthelp.c if (opt->shortName && !(opt->argInfo & POPT_ARG_MASK))
shortName 691 lib/popt/popthelp.c s[strlen(s)] = opt->shortName;
shortName 1304 source3/utils/smbcontrol.c if (poption->shortName != '?') {
shortName 523 source3/utils/smbget.c for(i = 0; long_options[i].shortName; i++) {
shortName 307 source4/client/cifsdd.c if (poption->shortName != '?') {