/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
makedir | 21 mflags="" 22 #mflags="-n" # Don't futz with mtab 51 mount $mflags --bind "$dir" "$dir" || exit $? 52 echo "mount $mflags --bind \"$dir\" \"$dir\"" 58 echo "mount $mflags --make-rshared \"$dir\"" 59 mount $mflags --make-rshared "$dir" 2> /dev/null || \ 63 echo "mount $mflags --make-rprivate \"$dir\"" 64 mount $mflags --make-rprivate "$dir" 2> /dev/null || \ 68 echo "mount $mflags --make-rslave \"$dir\"" 69 mount $mflags --make-rslave "$dir" 2> /dev/null || [all...] |
/external/tcpdump/ |
print-decnet.c | 505 register int mflags; local 529 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); 531 if (mflags & RMF_PAD) { 533 u_int padlen = mflags & RMF_PADMASK; 546 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); 549 if (mflags & RMF_FVER) { 556 if (mflags & RMF_CTLMSG) { 562 switch (mflags & RMF_MASK) { 594 if (mflags & RMF_RQR) 596 if (mflags & RMF_RTS 618 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); local [all...] |
/external/iptables/iptables/ |
xtables-eb.c | 673 i->match->mflags |= m->mflags; 683 newm->mflags = m->mflags; 764 /* clear mflags in case do_commandeb gets called a second time 767 m->mflags = 0; [all...] |
xtables.c | 705 /* clear mflags in case do_command4 gets called a second time 708 m->mflags = 0; [all...] |
ip6tables.c | [all...] |
iptables.c | [all...] |
/external/iptables/libxtables/ |
xtoptions.c | 975 &m->mflags, fw, &m->m); 988 cb.xflags = m->mflags; 993 m->mflags = cb.xflags; 1097 cb.xflags = m->mflags; 1101 m->final_check(m->mflags); 1104 xtables_options_fcheck(m->name, m->mflags, m->x6_options); [all...] |
xtables.c | 660 clone->mflags = 0; 995 me->mflags = 0; [all...] |
/external/toybox/toys/posix/ |
sed.c | 472 int mflags = 0, count = 0, zmatch = 1, rlen = len, mlen, off, newlen; local 475 while (!regexec0(reg, rline, rlen, 10, match, mflags)) { 476 mflags = REG_NOTBOL; 554 if (mflags) { [all...] |
/external/dlmalloc/ |
malloc.c | 2595 flag_t mflags; member in struct:malloc_state [all...] |
/external/libffi/src/ |
dlmalloc.c | 2083 flag_t mflags; member in struct:malloc_state [all...] |
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
dlmalloc.c | 2088 flag_t mflags; member in struct:malloc_state [all...] |
/external/iproute2/include/ |
xtables.h | 279 unsigned int mflags; member in struct:xtables_match
|
/external/iptables/include/ |
xtables.h | 298 unsigned int mflags; member in struct:xtables_match
|