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

  /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 */
  /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/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 92 static int iflag = 0, interactive = 0, pflag_seen = 0, rflag = 0, tflag = 0; variable
838 iflag++;
    [all...]

Completed in 449 milliseconds