HomeSort by relevance Sort by last modified time
    Searched refs:Iflag (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/netcat/
netcat.c 69 unsigned int iflag; /* Interval Flag */ variable
90 int Iflag; /* TCP receive buffer size */
173 iflag = atoi(optarg);
175 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
248 Iflag = atoi(optarg);
250 Iflag = strtonum(optarg, 1, 65536 << 14, &errstr);
779 if (iflag)
780 sleep(iflag);
977 if (Iflag) {
979 &Iflag, sizeof(Iflag)) == -1
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_netbsd_386.go 380 Iflag uint32
ztypes_solaris_amd64.go 366 Iflag uint32
ztypes_darwin_386.go 445 Iflag uint32
ztypes_darwin_amd64.go 454 Iflag uint64
ztypes_darwin_arm.go 446 Iflag uint32
ztypes_darwin_arm64.go 454 Iflag uint64
ztypes_dragonfly_amd64.go 440 Iflag uint32
ztypes_freebsd_386.go 491 Iflag uint32
ztypes_freebsd_amd64.go 494 Iflag uint32
ztypes_freebsd_arm.go 494 Iflag uint32
ztypes_linux_arm64.go 578 Iflag uint32
ztypes_linux_mips.go 577 Iflag uint32
ztypes_linux_mips64.go 583 Iflag uint32
ztypes_linux_mips64le.go 583 Iflag uint32
ztypes_linux_mipsle.go 577 Iflag uint32
ztypes_netbsd_amd64.go 387 Iflag uint32
ztypes_netbsd_arm.go 385 Iflag uint32
ztypes_openbsd_386.go 438 Iflag uint32
ztypes_openbsd_amd64.go 445 Iflag uint32
ztypes_openbsd_arm.go 431 Iflag uint32
  /prebuilts/go/linux-x86/src/syscall/
ztypes_netbsd_386.go 380 Iflag uint32
ztypes_solaris_amd64.go 366 Iflag uint32
  /system/core/toolbox/
newfs_msdos.c 248 int Iflag = 0, mflag = 0, oflag = 0;
292 Iflag = 1;
686 if (Iflag)
    [all...]
  /external/tcpdump/
tcpdump.c 153 static int Iflag; /* rfmon (monitor) mode */
390 Iflag ? "when in monitor mode" : "when not in monitor mode");
1004 if (Iflag) {
    [all...]

Completed in 425 milliseconds

1 2 3