HomeSort by relevance Sort by last modified time
    Searched refs:iflag (Results 1 - 25 of 26) 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;
  /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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 110 int big, iflag;
128 iflag = 0;
130 iflag = 1;
200 if (iflag) {
208 if (iflag) {
218 if (iflag)
223 if (iflag)
  /system/core/sh/
main.c 139 if (state == 0 || iflag == 0 || ! rootshell)
241 if (iflag && top) {
252 if (!Iflag)
options.c 99 if (iflag == 2 && sflag == 1 && isatty(0) && isatty(1))
100 iflag = 1;
102 mflag = iflag;
139 setinteractive(iflag);
options.h 69 #define Iflag optlist[2].val
71 #define iflag optlist[3].val macro
trap.c 248 if (iflag || minusc || sflag == 0)
258 if (iflag)
cd.c 202 if (print && iflag && curdir)
error.c 99 * set to the appropriate value for the child. (The test for iflag is
115 if (rootshell && 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)
histedit.c 90 if (iflag) {
eval.c 757 if (iflag && funcnest == 0 && argc > 0)
1203 iflag = 0; /* exit on error */
  /system/core/toolbox/grep/
grep.h 122 bflag, cflag, hflag, iflag, lflag, mflag, nflag, oflag,
grep.c 105 bool iflag; /* -i: ignore case */ variable
494 iflag = true;
fastgrep.c 287 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...]
  /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...]
  /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
  /external/strace/
strace.c 89 static int iflag = 0, interactive = 0, pflag_seen = 0, rflag = 0, tflag = 0; variable
835 iflag++;
    [all...]

Completed in 551 milliseconds

1 2