Home | History | Annotate | Download | only in tc

Lines Matching refs:fprintf

28 	fprintf(stderr, "Usage: ... sfq [ limit NUMBER ] [ perturb SECS ] [ quantum BYTES ]\n");
42 fprintf(stderr, "Illegal \"limit\"\n");
49 fprintf(stderr, "Illegal \"perturb\"\n");
56 fprintf(stderr, "Illegal \"limit\"\n");
60 fprintf(stderr, "Illegal \"limit\", must be > 1\n");
68 fprintf(stderr, "What is \"%s\"?\n", *argv);
91 fprintf(f, "limit %up ", qopt->limit);
92 fprintf(f, "quantum %s ", sprint_size(qopt->quantum, b1));
94 fprintf(f, "flows %u/%u ", qopt->flows, qopt->divisor);
97 fprintf(f, "perturb %dsec ", qopt->perturb_period);
112 fprintf(f, " allot %d ", st->allot);
113 fprintf(f, "\n");