HomeSort by relevance Sort by last modified time
    Searched defs:iflag (Results 1 - 9 of 9) 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;
  /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/icu/icu4c/source/tools/tzcode/
zdump.c 356 int iflag; local
382 iflag = 0;
389 case 'i': iflag = 1; break;
551 if (iflag) {
583 if (!iflag) {
610 if (iflag) {
648 if (!iflag) {
  /external/openssh/regress/
netcat.c 93 unsigned int iflag; /* Interval Flag */ variable
108 int Iflag; /* TCP receive buffer size */
194 iflag = strtonum(optarg, 0, UINT_MAX, &errstr);
257 Iflag = strtonum(optarg, 1, 65536 << 14, &errstr);
822 if (iflag)
823 sleep(iflag);
1184 if (Iflag) {
1186 &Iflag, sizeof(Iflag)) == -1)
    [all...]
  /external/openssh/
sftp.c 520 parse_df_flags(const char *cmd, char **argv, int argc, int *hflag, int *iflag)
528 *hflag = *iflag = 0;
535 *iflag = 1;
969 do_df(struct sftp_conn *conn, const char *path, int hflag, int iflag)
992 if (iflag) {
1233 int *fflag, int *hflag, int *iflag, int *lflag, int *pflag,
1279 *aflag = *fflag = *hflag = *iflag = *lflag = *pflag = 0;
1349 iflag)) == -1)
1426 iflag = 0; local
    [all...]
  /external/strace/
strace.c 83 bool iflag; variable
711 if (iflag)
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 214 unsigned long iflag; member in struct:asyport

Completed in 416 milliseconds