HomeSort by: relevance | last modified time | path
    Searched refs:fsort (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/sort/
Makefile 5 SRCS= append.c fields.c files.c fsort.c init.c msort.c sort.c tmp.c
fsort.c 1 /* $NetBSD: fsort.c,v 1.47 2010/02/05 21:58:41 enami Exp $ */
72 #include "fsort.h"
74 __RCSID("$NetBSD: fsort.c,v 1.47 2010/02/05 21:58:41 enami Exp $");
82 fsort(struct filelist *filelist, int nfiles, FILE *outfp, struct field *ftbl) function in typeref:typename:void
sort.h 188 void fsort(struct filelist *, int, FILE *, struct field *);
sort.c 89 #include "fsort.h"
355 fsort(&filelist, num_input_files, outfp, fldtab);

Completed in 12 milliseconds