HomeSort by relevance Sort by last modified time
    Searched full:iflag (Results 1 - 25 of 33) sorted by null

1 2

  /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;
  /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/sh/
main.c 139 if (state == 0 || iflag == 0 || ! rootshell)
241 if (iflag && top) {
252 if (!Iflag)
options.h 69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val macro
options.c 99 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))
100 iflag = 1;
102 mflag = iflag;
139 setinteractive(iflag);
error.c 99 * set to the appropriate value for the child. (The test for iflag is
115 if (rootshell && iflag)
trap.c 248 if (iflag || minusc || sflag == 0)
258 if (iflag)
jobs.c 652 if (!iflag)
888 if (/* iflag && rootshell && */ n)
951 if (wasroot && iflag) {
1095 if (!rootshell || !iflag)
1224 if (iflag || mflag || sizeof ps->cmd < 100)
cd.c 202 if (print && iflag && curdir)
histedit.c 90 if (iflag) {
  /system/core/toolbox/cp/
extern.h 45 extern int Rflag, rflag, Hflag, Lflag, Pflag, fflag, iflag, lflag, pflag, Nflag;
cp.c 90 int Hflag, Lflag, Rflag, Pflag, fflag, iflag, lflag, pflag, rflag, vflag, Nflag; variable
147 iflag = 0;
150 iflag = isatty(fileno(stdin));
utils.c 141 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...]
  /system/core/toolbox/grep/
grep.h 122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
fastgrep.c 287 if (iflag) {
grep.c 105 bool iflag; /* -i: ignore case */ variable
494 iflag = true;
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connection.c     [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 15 int fcn_chkder(const VectorXd &x, VectorXd &fvec, MatrixXd &fjac, int iflag)
27 if (iflag == 0)
30 if (iflag != 2)
800 // int called=0; printf("call hahn1_functor with iflag=%d, called=%d\n", iflag, called); if (iflag==1) called++;
    [all...]
  /external/libppp/src/
tty.c 718 " iflag = %lx, oflag = %lx, cflag = %lx\n", p->link.name, p->fd,
749 log_Printf(LogDEBUG, "%s: physical (put): iflag = %lx, oflag = %lx, "
  /system/core/toolbox/
newfs_msdos.c 256 int Iflag = 0, mflag = 0, oflag = 0;
298 Iflag = 1;
668 if (Iflag)
  /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 1937 milliseconds

1 2