/external/toybox/toys/lsb/ |
mount.c | 315 int aflags, noauto, len; local 346 aflags = flag_opts(mm->opts, flags, &aopts); 347 aflags = flag_opts(opts, aflags, &aopts); 349 mount_filesystem(mm->device, mm->dir, mm->type, aflags, aopts);
|
/external/syslinux/gpxe/src/include/gpxe/ |
aoe.h | 37 uint8_t aflags; member in struct:aoeata
|
/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 | 1344 AFlags aflags = static_cast<AFlags>(kf.flags); local [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...] |