Home | History | Annotate | Download | only in tc

Lines Matching refs:fprintf

24 	fprintf(stderr,"Usage: dsmark indices INDICES [ default_index "
87 fprintf(stderr, "Usage: ... dsmark [ mask MASK ] [ value VALUE ]\n");
141 fprintf(stderr,"dsmark: empty mask\n");
142 else fprintf(f,"mask 0x%02x ",
147 fprintf(stderr,"dsmark: empty value\n");
148 else fprintf(f,"value 0x%02x ",
153 fprintf(stderr,"dsmark: indices too short\n");
154 else fprintf(f,"indices 0x%04x ",
159 fprintf(stderr,"dsmark: default_index too short\n");
160 else fprintf(f,"default_index 0x%04x ",
163 if (tb[TCA_DSMARK_SET_TC_INDEX]) fprintf(f,"set_tc_index ");