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 21 int iflag; local
41 iflag = Functor(x, wa1);
42 if (iflag < 0)
43 return iflag;
57 iflag = Functor(x, wa1);
58 if (iflag < 0)
59 return iflag;
  /system/core/sh/
options.h 69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val macro
  /system/core/toolbox/cp/
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
147 iflag = 0;
150 iflag = isatty(fileno(stdin));
  /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/grep/
grep.c 105 bool iflag; /* -i: ignore case */ variable
494 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/icu4c/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/openssh/
sftp.c 458 parse_df_flags(const char *cmd, char **argv, int argc, int *hflag, int *iflag)
466 *hflag = *iflag = 0;
473 *iflag = 1;
864 do_df(struct sftp_conn *conn, char *path, int hflag, int iflag)
875 if (iflag) {
1115 parse_args(const char **cpp, int *pflag, int *rflag, int *lflag, int *iflag,
1128 *iflag = 0;
1130 *iflag = 1;
1218 iflag)) == -1)
1290 int pflag = 0, rflag = 0, lflag = 0, iflag = 0, hflag = 0, sflag = 0 local
    [all...]
  /external/strace/
strace.c 89 static int iflag = 0, interactive = 0, pflag_seen = 0, rflag = 0, tflag = 0; variable
835 iflag++;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 214 unsigned long iflag; member in struct:asyport
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/linux/
cdk.h 214 unsigned long iflag; member in struct:asyport

Completed in 2686 milliseconds