nameLength         17 lib/popt/poptconfig.c     int nameLength = strlen(con->appName);
nameLength         28 lib/popt/poptconfig.c     if (strncmp(line, con->appName, nameLength)) return;
nameLength         31 lib/popt/poptconfig.c     line += nameLength;