Searched refs:sort_t (Results 1 – 20 of 20) sorted by relevance
/titanic_44/usr/src/cmd/sort/common/ |
H A D | initialize.h | 49 extern void initialize_pre(sort_t *); 50 extern void initialize_post(sort_t *);
|
H A D | invoke.c | 50 display_global_defns(sort_t *S) in display_global_defns() 61 sort_t S; in main()
|
H A D | streams.h | 68 extern int stream_insert(sort_t *, stream_t *, stream_t *); 70 extern int stream_open_for_read(sort_t *, stream_t *);
|
H A D | initialize.c | 64 initialize_pre(sort_t *S) in initialize_pre() 69 (void) memset(S, 0, sizeof (sort_t)); in initialize_pre() 113 initialize_post(sort_t *S) in initialize_post()
|
H A D | fields.h | 60 extern void field_initialize(sort_t *); 62 extern field_t *field_new(sort_t *);
|
H A D | convert.c | 40 convert(sort_t *S) in convert() 106 sort_t S; in main()
|
H A D | utility.h | 147 extern void establish_output_guard(sort_t *); 153 extern void set_memory_ratio(sort_t *, int *, int *);
|
H A D | check.h | 44 extern void check_if_sorted(sort_t *);
|
H A D | internal.h | 47 extern void internal_sort(sort_t *);
|
H A D | merge.h | 45 extern void merge(sort_t *);
|
H A D | options.h | 43 int options(sort_t *, int, char **);
|
H A D | main.c | 68 static sort_t S;
|
H A D | options.c | 204 parse_new_field_spec(sort_t *S, char *arg) in parse_new_field_spec() 260 parse_old_field_spec(sort_t *S, int argc, char *argv[]) in parse_old_field_spec() 360 options(sort_t *S, int argc, char *argv[]) in options()
|
H A D | merge.c | 75 prepare_output_stream(stream_t *ostrp, sort_t *S) in prepare_output_stream() 283 merge_n_streams(sort_t *S, stream_t *head_streamp, int n_streams, in merge_n_streams() 426 merge(sort_t *S) in merge()
|
H A D | streams.c | 189 stream_open_for_read(sort_t *S, stream_t *str) in stream_open_for_read() 456 stream_insert(sort_t *S, stream_t *src, stream_t *dest) in stream_insert()
|
H A D | types.h | 281 } sort_t; typedef
|
H A D | check.c | 102 check_if_sorted(sort_t *S) in check_if_sorted()
|
H A D | utility.c | 208 establish_output_guard(sort_t *S) in establish_output_guard() 375 set_memory_ratio(sort_t *S, int *numerator, int *denominator) in set_memory_ratio()
|
H A D | internal.c | 311 internal_sort(sort_t *S) in internal_sort()
|
H A D | fields.c | 255 field_initialize(sort_t *S) in field_initialize() 267 field_new(sort_t *S) in field_new()
|