helpLength        207 lib/popt/popthelp.c     int helpLength;
helpLength        331 lib/popt/popthelp.c     helpLength = strlen(help);
helpLength        333 lib/popt/popthelp.c     while (helpLength > lineLength) {
helpLength        349 lib/popt/popthelp.c 	helpLength = strlen(help);
helpLength        353 lib/popt/popthelp.c     if (helpLength) fprintf(fp, "%s\n", help);