Home | History | Annotate | Download | only in libpopt

Lines Matching refs:longName

98     for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
235 if (opt->longName) nb += strlen(opt->longName);
244 if (opt->longName && opt->shortName)
247 opt->longName);
250 else if (opt->longName)
253 opt->longName);
311 *le++ = (opt->longName != NULL ? '=' : ' ');
325 *le++ = (opt->longName != NULL ? '=' : ' ');
419 while (opt->longName || opt->shortName || opt->arg) {
427 if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1;
428 if (opt->longName) {
431 len += strlen(opt->longName);
486 if ((opt->longName || opt->shortName) &&
516 for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
517 if ((opt->longName || opt->shortName) &&
523 for (opt = table; (opt->longName || opt->shortName || opt->arg); opt++) {
596 if (opt->shortName != '\0' && opt->longName != NULL) {
599 len += strlen(opt->longName);
604 } else if (opt->longName) {
605 len += strlen(opt->longName);
607 item = opt->longName;
636 if (opt->longName && opt->shortName) {
639 opt->longName,
676 } else if ((opt->longName || opt->shortName) &&
714 for (; (opt->longName || opt->shortName || opt->arg) ; opt++) {
738 } else if ((opt->longName || opt->shortName) &&
768 for (; (opt->longName || opt->shortName || opt->arg); opt++) {