HomeSort by relevance Sort by last modified time
    Searched defs:iflag (Results 1 - 12 of 12) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
fdjac1.h 24 int iflag; local
44 iflag = Functor(x, wa1);
45 if (iflag < 0)
46 return iflag;
60 iflag = Functor(x, wa1);
61 if (iflag < 0)
62 return iflag;
  /system/core/toolbox/upstream-netbsd/bin/ln/
ln.c 59 static int iflag; /* Interactive mode. */ variable
84 iflag = 0;
91 iflag = 1;
192 } else if (iflag && exists) {
  /system/core/toolbox/upstream-netbsd/bin/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
145 iflag = 0;
148 iflag = isatty(fileno(stdin));
  /system/core/toolbox/upstream-netbsd/bin/rm/
rm.c 63 static int dflag, eval, fflag, iflag, Pflag, stdin_ok, vflag, Wflag; variable
106 iflag = 0;
110 iflag = 1;
171 needstat = !fflag && !iflag && stdin_ok;
538 if (iflag)
  /system/core/toolbox/upstream-netbsd/usr.bin/du/
du.c 66 #define COUNT (iflag ? 1 : p->fts_statp->st_blocks)
72 static int hflag, iflag; variable
126 iflag = 1;
263 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/upstream-netbsd/usr.bin/grep/
grep.c 105 bool iflag; /* -i: ignore case */ variable
491 iflag = true;
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 297 int iflag; local
323 iflag = 0;
339 iflag = 1;
462 if (iflag) {
494 if (!iflag) {
517 if (iflag) {
555 if (!iflag) {
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 297 int iflag; local
323 iflag = 0;
339 iflag = 1;
462 if (iflag) {
494 if (!iflag) {
517 if (iflag) {
555 if (!iflag) {
  /external/strace/
strace.c 84 bool iflag = 0; variable
644 if (iflag)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 214 unsigned long iflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 214 unsigned long iflag; member in struct:asyport

Completed in 1715 milliseconds