HomeSort by relevance Sort by last modified time
    Searched defs:aflags (Results 1 - 5 of 5) sorted by null

  /external/toybox/toys/lsb/
mount.c 314 int aflags, noauto, len; local
345 aflags = flag_opts(mm->opts, flags, &aopts);
346 aflags = flag_opts(opts, aflags, &aopts);
348 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts);
  /toolchain/binutils/binutils-2.25/include/vms/
dsc.h 113 unsigned char aflags; member in struct:vms_dsc_nca
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1179 enum AFlags {
1210 struct ScalarEnumerationTraits<AFlags> {
1211 static void enumeration(IO &io, AFlags &value) {
1239 AFlags aflags = static_cast<AFlags>(kf.flags); local
1240 io.mapRequired("flags", aflags);
1241 kf.flags = aflags;
    [all...]
  /external/tcpdump/
print-bgp.c 2164 u_int aflags, atype, alenlen, alen; local
2460 int aflags, atype, alenlen, alen; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objdump.c 652 flagword aflags;
704 aflags = a->flags;
707 if ((aflags & BSF_DEBUGGING) != (bflags & BSF_DEBUGGING))
709 if ((aflags & BSF_DEBUGGING) != 0)
714 if ((aflags & BSF_FUNCTION) != (bflags & BSF_FUNCTION))
716 if ((aflags & BSF_FUNCTION) != 0)
721 if ((aflags & BSF_LOCAL) != (bflags & BSF_LOCAL))
723 if ((aflags & BSF_LOCAL) != 0)
728 if ((aflags & BSF_GLOBAL) != (bflags & BSF_GLOBAL))
730 if ((aflags & BSF_GLOBAL) != 0
647 flagword aflags; local
    [all...]

Completed in 362 milliseconds