NL                703 support/htcacheclean.c     "%s -- program for cleaning the disk cache."                             NL
NL                704 support/htcacheclean.c     "Usage: %s [-Dvtrn] -pPATH -lLIMIT"                                      NL
NL                705 support/htcacheclean.c     "       %s [-nti] -dINTERVAL -pPATH -lLIMIT"                             NL
NL                706 support/htcacheclean.c                                                                              NL
NL                707 support/htcacheclean.c     "Options:"                                                               NL
NL                708 support/htcacheclean.c     "  -d   Daemonize and repeat cache cleaning every INTERVAL minutes."     NL
NL                709 support/htcacheclean.c     "       This option is mutually exclusive with the -D, -v and -r"        NL
NL                710 support/htcacheclean.c     "       options."                                                        NL
NL                711 support/htcacheclean.c                                                                              NL
NL                712 support/htcacheclean.c     "  -D   Do a dry run and don't delete anything. This option is mutually" NL
NL                713 support/htcacheclean.c     "       exclusive with the -d option."                                   NL
NL                714 support/htcacheclean.c                                                                              NL
NL                715 support/htcacheclean.c     "  -v   Be verbose and print statistics. This option is mutually"        NL
NL                716 support/htcacheclean.c     "       exclusive with the -d option."                                   NL
NL                717 support/htcacheclean.c                                                                              NL
NL                718 support/htcacheclean.c     "  -r   Clean thoroughly. This assumes that the Apache web server is "   NL
NL                719 support/htcacheclean.c     "       not running. This option is mutually exclusive with the -d"      NL
NL                720 support/htcacheclean.c     "       option and implies -t."                                          NL
NL                721 support/htcacheclean.c                                                                              NL
NL                722 support/htcacheclean.c     "  -n   Be nice. This causes slower processing in favour of other"       NL
NL                723 support/htcacheclean.c     "       processes."                                                      NL
NL                724 support/htcacheclean.c                                                                              NL
NL                725 support/htcacheclean.c     "  -t   Delete all empty directories. By default only cache files are"   NL
NL                726 support/htcacheclean.c     "       removed, however with some configurations the large number of"   NL
NL                727 support/htcacheclean.c     "       directories created may require attention."                      NL
NL                728 support/htcacheclean.c                                                                              NL
NL                729 support/htcacheclean.c     "  -p   Specify PATH as the root directory of the disk cache."           NL
NL                730 support/htcacheclean.c                                                                              NL
NL                731 support/htcacheclean.c     "  -l   Specify LIMIT as the total disk cache size limit. Attach 'K'"    NL
NL                732 support/htcacheclean.c     "       or 'M' to the number for specifying KBytes or MBytes."           NL
NL                733 support/htcacheclean.c                                                                              NL
NL                734 support/htcacheclean.c     "  -i   Be intelligent and run only when there was a modification of"    NL
NL                735 support/htcacheclean.c     "       the disk cache. This option is only possible together with the"  NL
NL                736 support/htcacheclean.c     "       -d option."                                                      NL,
NL                135 support/htpasswd.c         apr_file_printf(errfile, "Unable to generate random bytes: %pm" NL, &rv);
NL                236 support/htpasswd.c     apr_file_printf(errfile, "Usage:" NL);
NL                237 support/htpasswd.c     apr_file_printf(errfile, "\thtpasswd [-cmdpsD] passwordfile username" NL);
NL                239 support/htpasswd.c                     "password" NL NL);
NL                240 support/htpasswd.c     apr_file_printf(errfile, "\thtpasswd -n[mdps] username" NL);
NL                241 support/htpasswd.c     apr_file_printf(errfile, "\thtpasswd -nb[mdps] username password" NL);
NL                242 support/htpasswd.c     apr_file_printf(errfile, " -c  Create a new file." NL);
NL                244 support/htpasswd.c                     "stdout." NL);
NL                249 support/htpasswd.c         "." NL);
NL                254 support/htpasswd.c             "." NL);
NL                255 support/htpasswd.c     apr_file_printf(errfile, " -p  Do not encrypt the password (plaintext)." NL);
NL                256 support/htpasswd.c     apr_file_printf(errfile, " -s  Force SHA encryption of the password." NL);
NL                258 support/htpasswd.c             "rather than prompting for it." NL);
NL                259 support/htpasswd.c     apr_file_printf(errfile, " -D  Delete the specified user." NL);
NL                262 support/htpasswd.c             "default." NL);
NL                264 support/htpasswd.c             "On all other systems, the '-p' flag will probably not work." NL);
NL                363 support/htpasswd.c         apr_file_printf(errfile, "%s: -c and -n options conflict" NL, argv[0]);
NL                367 support/htpasswd.c         apr_file_printf(errfile, "%s: -c and -D options conflict" NL, argv[0]);
NL                371 support/htpasswd.c         apr_file_printf(errfile, "%s: -n and -D options conflict" NL, argv[0]);
NL                388 support/htpasswd.c             apr_file_printf(errfile, "%s: filename too long" NL, argv[0]);
NL                393 support/htpasswd.c             apr_file_printf(errfile, "%s: username too long (> %d)" NL,
NL                401 support/htpasswd.c                         "character '%c'" NL, argv[0], *arg);
NL                406 support/htpasswd.c             apr_file_printf(errfile, "%s: password too long (> %d)" NL,
NL                448 support/htpasswd.c         apr_file_printf(errfile, "apr_xlate_open(to ASCII)->%d" NL, rv);
NL                453 support/htpasswd.c         apr_file_printf(errfile, "apr_SHA1InitEBCDIC()->%d" NL, rv);
NL                458 support/htpasswd.c         apr_file_printf(errfile, "apr_MD5InitEBCDIC()->%d" NL, rv);
NL                469 support/htpasswd.c         apr_file_printf(errfile, "Automatically using MD5 format." NL);
NL                476 support/htpasswd.c                         "might just not work on this platform." NL);
NL                491 support/htpasswd.c                                 "read/write access" NL, argv[0], pwfilename);
NL                501 support/htpasswd.c                         "%s: cannot modify file %s; use '-c' to create it" NL,
NL                509 support/htpasswd.c                 apr_file_printf(errfile, "%s: cannot create file %s" NL,
NL                527 support/htpasswd.c             apr_file_printf(errfile, "%s: %s" NL, argv[0], record);
NL                531 support/htpasswd.c             printf("%s" NL, record);
NL                541 support/htpasswd.c         apr_file_printf(errfile, "%s: could not determine temp dir" NL,
NL                548 support/htpasswd.c         apr_file_printf(errfile, "%s: unable to create temporary file %s" NL,
NL                560 support/htpasswd.c             apr_file_printf(errfile, "%s: unable to read file %s" NL,
NL                591 support/htpasswd.c                                          "to be a valid htpasswd file." NL,
NL                625 support/htpasswd.c         apr_file_printf(errfile, "User %s not found" NL, user);
NL                628 support/htpasswd.c     apr_file_printf(errfile, "password for user %s" NL, user);
NL                634 support/htpasswd.c         apr_file_printf(errfile, "%s: unable to update file %s" NL,
NL                 84 support/httxt2dbm.c     "%s -- Program to Create DBM Files for use by RewriteMap" NL
NL                 85 support/httxt2dbm.c     "Usage: %s [-v] [-f format] -i SOURCE_TXT -o OUTPUT_DBM" NL
NL                 86 support/httxt2dbm.c     NL
NL                 87 support/httxt2dbm.c     "Options: " NL
NL                 88 support/httxt2dbm.c     " -v    More verbose output"NL
NL                 89 support/httxt2dbm.c     NL
NL                 90 support/httxt2dbm.c     " -i    Source Text File. If '-', use stdin."NL
NL                 91 support/httxt2dbm.c     NL
NL                 92 support/httxt2dbm.c     " -o    Output DBM."NL
NL                 93 support/httxt2dbm.c     NL
NL                 94 support/httxt2dbm.c     " -f    DBM Format.  If not specified, will use the APR Default." NL
NL                 95 support/httxt2dbm.c     "           GDBM for GDBM files (%s)" NL
NL                 96 support/httxt2dbm.c     "           SDBM for SDBM files (%s)" NL
NL                 97 support/httxt2dbm.c     "           DB   for berkeley DB files (%s)" NL
NL                 98 support/httxt2dbm.c     "           NDBM for NDBM files (%s)" NL
NL                 99 support/httxt2dbm.c     "           default for the default DBM type" NL
NL                100 support/httxt2dbm.c     NL,
NL                160 support/httxt2dbm.c             apr_file_printf(errfile, "    '%s' -> '%s'"NL,
NL                207 support/httxt2dbm.c         apr_file_printf(errfile, "Error: apr_getopt_init failed."NL NL);
NL                220 support/httxt2dbm.c                 apr_file_printf(errfile, "Error: -v can only be passed once" NL NL);
NL                228 support/httxt2dbm.c                 apr_file_printf(errfile, "Error: -f can only be passed once" NL NL);
NL                236 support/httxt2dbm.c                 apr_file_printf(errfile, "Error: -i can only be passed once" NL NL);
NL                244 support/httxt2dbm.c                 apr_file_printf(errfile, "Error: -o can only be passed once" NL NL);
NL                254 support/httxt2dbm.c         apr_file_printf(errfile, "Error: Parsing Arguments Failed" NL NL);
NL                260 support/httxt2dbm.c         apr_file_printf(errfile, "Error: No input file specified." NL NL);
NL                266 support/httxt2dbm.c         apr_file_printf(errfile, "Error: No output DBM specified." NL NL);
NL                276 support/httxt2dbm.c         apr_file_printf(errfile, "DBM Format: %s"NL, format);
NL                289 support/httxt2dbm.c                         "Error: Cannot open input file '%s': (%d) %s" NL NL,
NL                295 support/httxt2dbm.c         apr_file_printf(errfile, "Input File: %s"NL, input);
NL                303 support/httxt2dbm.c                         "Error: The requested DBM Format '%s' is not available." NL NL,
NL                310 support/httxt2dbm.c                         "Error: Cannot open output DBM '%s': (%d) %s" NL NL,
NL                316 support/httxt2dbm.c         apr_file_printf(errfile, "DBM File: %s"NL, output);
NL                323 support/httxt2dbm.c                         "Error: Converting to DBM: (%d) %s" NL NL,
NL                331 support/httxt2dbm.c         apr_file_printf(errfile, "Conversion Complete." NL);