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

  /system/core/sh/
options.h 69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val macro
main.c 139 if (state == 0 || iflag == 0 || ! rootshell)
241 if (iflag && top) {
252 if (!Iflag)
  /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...]
  /system/core/toolbox/
newfs_msdos.c 256 int Iflag = 0, mflag = 0, oflag = 0;
298 Iflag = 1;
668 if (Iflag)

Completed in 510 milliseconds