• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/uniconv/

Lines Matching refs:stdout

166 		    fprintf(stdout, "no conversion required\n");
200 fprintf(stdout, "dry_run: would rename %s to %s.\n", name, buffer);
204 fprintf(stdout, "converted '%s' to '%s' (ID %u, DID %u).\n",
209 fprintf(stdout, "no conversion required\n");
237 fprintf(stdout, "Checking: '%s' - ", *name);
347 fprintf( stdout, "\nchecking DIR '%s' with ID %u\n", path, ntohl(cur_did));
373 fprintf( stdout, "returned to DIR '%s' with ID %u\n", path, ntohl(cur_did));
380 fprintf( stdout, "leaving DIR '%s' with ID %u\n\n", path, ntohl(cur_did));
421 fprintf (stdout, "\nuniconv, a tool to convert between various Netatalk volume encodings\n");
422 fprintf (stdout, "\nUsage: uniconv [-ndv] -c cnid -f fromcode -t tocode [-m maccode] path\n\n");
423 fprintf (stdout, "Examples:\n");
424 fprintf (stdout, " uniconv -c dbd -f ASCII -t UTF8 -m MAC_ROMAN /path/to/share\n");
425 fprintf (stdout, " uniconv -c cdb -f ISO-8859-1 -t UTF8 -m MAC_ROMAN /path/to/share\n");
426 fprintf (stdout, " uniconv -c cdb -f ISO-8859-ADAPTED -t ASCII -m MAC_ROMAN /path/to/share\n");
427 fprintf (stdout, " uniconv -f UTF8 -t ASCII -m MAC_ROMAN /path/to/share\n\n");
428 fprintf (stdout, "Options:\n");
429 fprintf (stdout, "\t-f\tencoding to convert from, use ASCII for CAP encoded volumes\n");
430 fprintf (stdout, "\t-t\tvolume encoding to convert to, e.g. UTF8.\n");
431 fprintf (stdout, "\t-m\tMacintosh client codepage, required for CAP encoded volumes.\n");
432 fprintf (stdout, "\t\tDefaults to `MAC_ROMAN'\n");
433 fprintf (stdout, "\t-n\t`dry run', don't change anything.\n");
434 fprintf (stdout, "\t-d\tDon't CAP encode leading dots (:2e).\n");
435 fprintf (stdout, "\t-c\tCNID backend used on this volume, usually cdb or dbd.\n");
436 fprintf (stdout, "\t\tIf not specified, the default cnid backend `%s' is used\n", DEFAULT_CNID_SCHEME);
437 fprintf (stdout, "\t-v\tVerbose output, use twice for maximum logging.\n");
438 fprintf (stdout, "\t-V\tPrint version and exit\n");
439 fprintf (stdout, "\t-h\tThis help screen\n\n");
440 fprintf (stdout, "WARNING:\n");
441 fprintf (stdout, " Setting the wrong options might render your data unusable!!!\n");
442 fprintf (stdout, " Make sure you know what you are doing. Always backup your data first.\n\n");
443 fprintf (stdout, " It is *strongly* recommended to do a `dry run' first and to check the\n");
444 fprintf (stdout, " output for conversion errors.\n");
445 fprintf (stdout, " USE AT YOUR OWN RISK!!!\n\n");
459 setlinebuf(stdout);