HomeSort by relevance Sort by last modified time
    Searched refs:Cflag (Results 1 - 5 of 5) sorted by null

  /external/qemu/
qemu-io.c 103 int count, int total, int cnt, int Cflag)
107 timestr(t, ts, sizeof(ts), Cflag ? VERBOSE_FIXED_TIME : 0);
108 if (!Cflag) {
352 int Cflag = 0, pflag = 0, qflag = 0, vflag = 0;
368 Cflag = 1;
488 print_report("read", &t2, offset, count, total, cnt, Cflag);
532 int Cflag = 0, qflag = 0, vflag = 0;
546 Cflag = 1;
613 print_report("read", &t2, offset, qiov.size, total, cnt, Cflag);
657 int Cflag = 0, pflag = 0, qflag = 0, bflag = 0
    [all...]
  /system/core/sh/
options.h 87 #define Cflag optlist[11].val
redir.c 207 if (Cflag)
  /external/tcpdump/
tcpdump.c 530 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) {
    [all...]
interface.h 361 #define Cflag gndo->ndo_Cflag

Completed in 620 milliseconds