Lines Matching defs:file

24 /* Delimiter to put after each file.  */
39 /* Command computing MD5 sumof specified file. Because there is not
138 /* Use temp file instead of pipe to feed uudecode. This gives better
173 /* Check if file exists. */
214 /* Position for first file in the shar file. */
225 /* Output file ordinal. FIXME: also flag for -o. */
231 /* For checking file type and access modes. */
314 /* Update file names, reallocating them as required. */
422 /* Generating parts of shar file. */
553 const char *file = "$$.touch";
579 stamp1, file, stamp1, file,
580 stamp2, file, stamp2, stamp2tr, file,
581 stamp3, file, stamp3, file,
586 stamp1, stamp2, stamp2tr, stamp3, file);
903 int split_flag = 0; /* file split flag */
908 /* Check to see that this is still a regular file and readable. */
912 error (0, 0, _("%s: Not a regular file"), local_name);
936 /* Change to another file. */
970 fprintf (stderr, _("Starting file %s\n"), output_filename);
1012 /* If mixed, determine the file type. */
1017 /* Uuencoded was once decided through calling the `file'
1020 and this is to read the input file, seeking for one binary
1021 character. Considering the average file size, even reading
1022 the whole file (if it is text) would be usually faster than
1023 calling `file'. */
1030 error (0, errno, _("Cannot open file %s"), local_name);
1034 /* Assume initially that the input file is text. Then try to prove
1081 /* Parent, create a file to read. */
1191 N_("SKIPPING"), restore_name, N_("(file already exists)"));
1219 /* Just touch the file, or empty it if it exists. */
1233 /* Run sed through uudecode (via temp file if might get split). */
1246 /* Just run it into the file. */
1302 incomplete files, or sometimes when switching to a new file. */
1320 /* Change to another file. */
1433 fprintf (stderr, _("Starting file %s\n"), output_filename);
1437 N_("continuing file"), restore_name);
1460 /* If this file was uuencoded w/Split, decode it and drop the temp. */
1467 N_("uudecoding file"), restore_name);
1474 /* If this file was compressed, uncompress it and drop the temp. */
1481 N_("uncompressing file"), restore_name);
1492 N_("gunzipping file"), restore_name);
1546 /* Validate the transferred file using `md5sum' command. */
1573 /* Validate the transferred file using simple `wc' command. */
1620 | Set file mode, accepting a parameter 'M' for mixed uuencoded mode, 'B' |
1639 | Open the next output file, or die trying. |
1652 | Close the current output file, or die trying. |
1687 -p, --intermix-type allow -[BTzZ] in file lists to change mode\n\
1688 -S, --stdin-file-list read file list from standard input\n\
1691 -o, --output-prefix=PREFIX output to file PREFIX.01 through PREFIX.NN\n\
1725 -m, --no-timestamp do not restore file modification dates & times\n\
1769 {"stdin-file-list", no_argument, NULL, 'S'},
2030 /* Maybe prepare to decide dynamically about file type. */
2041 /* Maybe read file list from standard input. */
2088 /* Start making the archive file. */
2131 /* Delete the sequence file, if any. */