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

  /system/core/toolbox/
touch.c 17 int i, fd, aflag = 0, mflag = 0, debug = 0, flags = 0; local
29 case 'a': aflag = 1; break;
65 if ((mflag == 0) && (aflag == 0))
66 aflag = mflag = 1;
68 if (aflag)
  /system/core/sh/
options.h 89 #define aflag optlist[12].val macro
var.c 278 if (aflag)
  /external/qemu/target-i386/
translate.c 86 int aflag, dflag; member in struct:DisasContext
614 if (s->aflag == 2) {
623 if (s->aflag) {
646 if (s->aflag == 2) {
650 if (s->aflag) {
779 gen_op_add_reg_T0(s->aflag, R_ESI);
780 gen_op_add_reg_T0(s->aflag, R_EDI);
1146 gen_op_jnz_ecx(s->aflag, l1);
1159 gen_op_add_reg_T0(s->aflag, R_EDI);
1168 gen_op_add_reg_T0(s->aflag, R_ESI)
4043 int b, prefixes, aflag, dflag; local
    [all...]
op_helper.c     [all...]
  /external/icu4c/tools/tzcode/
zdump.c 296 int aflag; local
322 aflag = 0;
330 aflag = 1;
401 if (aflag) {
579 if (aflag) {

Completed in 741 milliseconds