Searched refs:Cflag (Results 1 - 3 of 3) sorted by relevance

/external/qemu/
H A Dqemu-io.c81 int count, int total, int cnt, int Cflag)
85 timestr(t, ts, sizeof(ts), Cflag ? VERBOSE_FIXED_TIME : 0);
86 if (!Cflag) {
208 int Cflag = 0, pflag = 0, qflag = 0, vflag = 0; local
221 Cflag = 1;
332 print_report("read", &t2, offset, count, total, cnt, Cflag);
376 int Cflag = 0, qflag = 0, vflag = 0; local
389 Cflag = 1;
486 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag);
528 int Cflag local
80 print_report(const char *op, struct timeval *t, int64_t offset, int count, int total, int cnt, int Cflag) argument
647 int Cflag = 0, qflag = 0; local
[all...]
/external/tcpdump/
H A Dtcpdump.c530 Cflag = atoi(optarg) * 1000000;
531 if (Cflag < 0)
975 if (Cflag != 0) {
1169 * larger than Cflag - the last packet written to the
1170 * file could put it over Cflag.
1172 if (pcap_dump_ftell(dump_info->p) > Cflag) {
H A Dinterface.h361 #define Cflag gndo->ndo_Cflag macro

Completed in 46 milliseconds