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

  /external/toybox/toys/posix/
sed.c 466 int mflags = 0, count = 0, zmatch = 1, rlen = len, mlen, off, newlen; local
469 while (!regexec0(reg, rline, rlen, 10, match, mflags)) {
470 mflags = REG_NOTBOL;
545 if (mflags) {
    [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
  /external/tcpdump/
print-decnet.c 508 register int mflags; local
532 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
534 if (mflags & RMF_PAD) {
536 u_int padlen = mflags & RMF_PADMASK;
548 mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags);
551 if (mflags & RMF_FVER) {
558 if (mflags & RMF_CTLMSG) {
564 switch (mflags & RMF_MASK) {
596 if (mflags & RMF_RQR)
598 if (mflags & RMF_RTS
619 int mflags = EXTRACT_LE_8BITS(rhp->rh_short.sh_flags); local
    [all...]
  /external/dlmalloc/
malloc.c 2595 flag_t mflags; member in struct:malloc_state
    [all...]

Completed in 520 milliseconds