Home | History | Annotate | Download | only in OrderedCollectionTest

Lines Matching defs:Output

3   the standard input, and writing results to the standard output.

32 // We allow the user to select between stdin+stdout and regular input+output
47 static FILE *Input, *Output;
156 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
189 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
214 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
236 fprintf (Output, "%s: %d\n", __FUNCTION__, UserStruct->Key.Value);
261 fprintf (Output, "%s: %d: calloc(): out of memory\n", __FUNCTION__, Value);
270 fprintf (Output, "%s: %d: OrderedCollectionInsert(): out of memory\n",
278 fprintf (Output, "%s: %d: already exists\n", __FUNCTION__,
288 fprintf (Output, "%s: %d: inserted\n", __FUNCTION__, Value);
318 fprintf (Output, "%s: %d: not found\n", __FUNCTION__, Value);
324 fprintf (Output, "%s: %d: found\n", __FUNCTION__, UserStruct->Key.Value);
351 fprintf (Output, "%s: %d: not found\n", __FUNCTION__, Value);
359 fprintf (Output, "%s: %d: removed\n", __FUNCTION__, UserStruct->Key.Value);
432 Configure stdio FILEs that we'll use for input and output.
525 Output = stdout;
527 Output = fopen (OutputName, "w");
528 if (Output == NULL) {
594 fprintf (Output, "%s\n", Line);