diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cksum.c | 2 | ||||
-rw-r--r-- | src/comm.c | 3 | ||||
-rw-r--r-- | src/kill.c | 10 | ||||
-rw-r--r-- | src/ln.c | 2 | ||||
-rw-r--r-- | src/nl.c | 2 | ||||
-rw-r--r-- | src/pr.c | 25 | ||||
-rw-r--r-- | src/ptx.c | 18 | ||||
-rw-r--r-- | src/split.c | 2 | ||||
-rw-r--r-- | src/tr.c | 2 | ||||
-rw-r--r-- | src/tsort.c | 2 | ||||
-rw-r--r-- | src/uniq.c | 2 | ||||
-rw-r--r-- | src/wc.c | 2 |
12 files changed, 35 insertions, 37 deletions
diff --git a/src/cksum.c b/src/cksum.c index ef51010b2..f0674539b 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - + /* Written by Q. Frank Xia, qx@math.columbia.edu. Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu. diff --git a/src/comm.c b/src/comm.c index d4c9f24df..1ffac4fe3 100644 --- a/src/comm.c +++ b/src/comm.c @@ -15,7 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Richard Stallman and David MacKenzie. */ - + #include <config.h> #include <getopt.h> @@ -91,7 +91,6 @@ static struct option const long_options[] = {NULL, 0, NULL, 0} }; - void usage (int status) diff --git a/src/kill.c b/src/kill.c index 98b270f75..2913d99a6 100644 --- a/src/kill.c +++ b/src/kill.c @@ -32,7 +32,7 @@ #define PROGRAM_NAME "kill" #define AUTHORS proper_name ("Paul Eggert") - + #if ! (HAVE_DECL_STRSIGNAL || defined strsignal) # if ! (HAVE_DECL_SYS_SIGLIST || defined sys_siglist) # if HAVE_DECL__SYS_SIGLIST || defined _sys_siglist @@ -50,7 +50,7 @@ # define strsignal(signum) 0 # endif #endif - + static char const short_options[] = "0::1::2::3::4::5::6::7::8::9::" "A::B::C::D::E::F::G::H::I::J::K::L::M::" @@ -104,7 +104,7 @@ PID is an integer; if negative it identifies a process group.\n\ } exit (status); } - + /* Print a row of 'kill -t' output. NUM_WIDTH is the maximum signal number width, and SIGNUM is the signal number to print. The maximum name width is NAME_WIDTH, and SIGNAME is the name to print. */ @@ -185,7 +185,7 @@ list_signals (bool table, char *const *argv) return status; } - + /* Send signal SIGNUM to all the processes or process groups specified by ARGV. Return a suitable exit status. */ @@ -216,7 +216,7 @@ send_signals (int signum, char *const *argv) return status; } - + int main (int argc, char **argv) { @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - + /* Written by Mike Parker and David MacKenzie. */ #include <config.h> @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - + /* Written by Scott Bartram (nancy!scott@uunet.uu.net) Revised by David MacKenzie (djm@gnu.ai.mit.edu) */ @@ -15,7 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* By Pete TerMaat, with considerable refinement by Roland Huebner. */ - + /* Things to watch: Sys V screws up on ... pr -n -3 -s: /usr/dict/words pr -m -o10 -n /usr/dict/words{,,,} @@ -306,7 +306,6 @@ affect -W option.) */ - #include <config.h> @@ -1171,7 +1170,7 @@ getoptarg (char *arg, char switch_char, char *character, int *number) *number = tmp_long; } } - + /* Set parameters related to formatting. */ static void @@ -1278,7 +1277,7 @@ init_parameters (int number_of_files) free (clump_buff); clump_buff = xmalloc (MAX (8, chars_per_input_tab)); } - + /* Open the necessary files, maintaining a COLUMN structure for each column. @@ -1354,7 +1353,7 @@ init_fps (int number_of_files, char **av) files_ready_to_read = total_files; return true; } - + /* Determine print_func and char_func, the functions used by each column for printing and/or storing. @@ -1441,7 +1440,7 @@ init_funcs (void) p->numbered = numbered_lines && (!parallel_files || i == 1); p->start_position = h; } - + /* Open a file. Return true if successful. With each file p, p->full_page_printed is initialized, @@ -1565,7 +1564,7 @@ reset_status (void) files_ready_to_read = 1; } } - + /* Print a single file, or multiple files in parallel. Set up the list of columns, opening the necessary files. @@ -1600,7 +1599,7 @@ print_files (int number_of_files, char **av) while (print_page ()) ; } - + /* Initialize header information. If DESC is non-negative, it is a file descriptor open to FILENAME for reading. */ @@ -1649,7 +1648,7 @@ init_header (char const *filename, int desc) - mbswidth (date_text, 0) - mbswidth (file_text, 0)); } - + /* Set things up for printing a page Scan through the columns ... @@ -1854,7 +1853,7 @@ print_page (void) return true; /* More pages to go. */ } - + /* Allocate space for storing columns. This is necessary when printing multiple columns from a single file. @@ -2028,7 +2027,7 @@ add_line_number (COLUMN *p) if (truncate_lines && !parallel_files) input_position += number_width; } - + /* Print (or store) padding until the current horizontal position is position. */ @@ -2164,7 +2163,7 @@ skip_read (COLUMN *p, int column_number) if ((!parallel_files || column_number == 1) && !single_ff) ++line_count; } - + /* If we're tabifying output, When print_char encounters white space it keeps track @@ -2710,7 +2709,7 @@ cleanup (void) free (end_vector); free (buff); } - + /* Complain, print a usage message, and die. */ void @@ -54,7 +54,7 @@ # define MALLOC_FUNC_CHECK 1 # include <dmalloc.h> #endif - + /* Global definitions. */ /* FIXME: There are many unchecked integer overflows in this file, @@ -272,7 +272,7 @@ static BLOCK head; /* head field */ static int head_truncation; /* flag truncation before the head field */ static BLOCK reference; /* reference field for input reference mode */ - + /* Miscellaneous routines. */ /* Diagnose an error in the regular expression matcher. Then exit. */ @@ -524,7 +524,7 @@ swallow_file_in_memory (const char *file_name, BLOCK *block) block->end = block->start + used_length; } - + /* Sort and search routines. */ /*--------------------------------------------------------------------------. @@ -634,7 +634,7 @@ sort_found_occurs (void) qsort (occurs_table[0], number_of_occurs[0], sizeof **occurs_table, compare_occurs); } - + /* Parameter files reading routines. */ /*----------------------------------------------------------------------. @@ -736,7 +736,7 @@ digest_word_file (const char *file_name, WORD_TABLE *table) qsort (table->start, table->length, sizeof table->start[0], compare_words); } - + /* Keyword recognition and selection. */ /*----------------------------------------------------------------------. @@ -1015,7 +1015,7 @@ find_occurs_in_text (size_t file_index) } } } - + /* Formatting and actual output - service routines. */ /*-----------------------------------------. @@ -1189,7 +1189,7 @@ print_field (BLOCK field) putchar (*cursor); } } - + /* Formatting and actual output - planning routines. */ /*--------------------------------------------------------------------. @@ -1552,7 +1552,7 @@ define_all_fields (OCCURS *occurs) SKIP_NON_WHITE (reference.end, right_context_end); } } - + /* Formatting and actual output - control routines. */ /*----------------------------------------------------------------------. @@ -1802,7 +1802,7 @@ generate_all_output (void) occurs_cursor++; } } - + /* Option decoding and main program. */ /*------------------------------------------------------. diff --git a/src/split.c b/src/split.c index 5d6037672..301f4baa6 100644 --- a/src/split.c +++ b/src/split.c @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ - + /* By tege@sics.se, with rms. TODO: @@ -275,7 +275,7 @@ static struct option const long_options[] = {GETOPT_VERSION_OPTION_DECL}, {NULL, 0, NULL, 0} }; - + void usage (int status) { diff --git a/src/tsort.c b/src/tsort.c index 9a8498001..739f68246 100644 --- a/src/tsort.c +++ b/src/tsort.c @@ -71,7 +71,7 @@ static struct item *loop = NULL; /* The number of strings to sort. */ static size_t n_strings = 0; - + void usage (int status) { diff --git a/src/uniq.c b/src/uniq.c index 79eb40b7f..4131248ff 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -15,7 +15,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* Written by Richard M. Stallman and David MacKenzie. */ - + #include <config.h> #include <getopt.h> @@ -16,7 +16,7 @@ /* Written by Paul Rubin, phr@ocf.berkeley.edu and David MacKenzie, djm@gnu.ai.mit.edu. */ - + #include <config.h> #include <stdio.h> |