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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixfile.py 125 l_flags = 0
126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
127 if 'a' in which: l_flags = l_flags | os.O_APPEND
128 if 's' in which: l_flags = l_flags | os.O_SYNC
134 if '!' in which: l_flags = cur_fl & ~ l_flags
135 else: l_flags = cur_fl | l_flag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixfile.py 125 l_flags = 0
126 if 'n' in which: l_flags = l_flags | os.O_NDELAY
127 if 'a' in which: l_flags = l_flags | os.O_APPEND
128 if 's' in which: l_flags = l_flags | os.O_SYNC
134 if '!' in which: l_flags = cur_fl & ~ l_flags
135 else: l_flags = cur_fl | l_flag
    [all...]
  /external/libnl/lib/route/
link.c 287 link->l_flags = ifi->ifi_flags;
449 rtnl_link_flags2str(link->l_flags, buf, sizeof(buf));
589 rtnl_link_flags2str(link->l_flags & ~IFF_RUNNING, buf, sizeof(buf));
653 if (l->l_flags & IFF_SLAVE) {
665 l->l_name, l->l_flags & IFF_UP ? "up" : "down");
670 l->l_name, l->l_flags & IFF_PROMISC ? "entered" : "left");
707 (a->l_flags ^ b->l_flags) & b->l_flag_mask);
709 diff |= LINK_DIFF(FLAGS, a->l_flags != b->l_flags);
    [all...]
  /external/libnl/include/
netlink-types.h 158 uint32_t l_flags; member in struct:rtnl_link
  /external/elfutils/0.153/libelf/
abstract.h 310 TYPE_NAME (ElfW2(Bits, Ext##Word), l_flags) \
elf.h 1710 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon25067
1719 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon25068
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 1675 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon45763
1684 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon45764
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 1675 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon47499
1684 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon47500
    [all...]
  /external/elfutils/0.153/src/
readelf.c     [all...]
  /external/valgrind/main/perf/
tinycc.c 1394 Elf32_Word l_flags; \/* Flags *\/ member in struct:__anon37009
1403 Elf64_Word l_flags; \/* Flags *\/ member in struct:__anon37010
    [all...]

Completed in 220 milliseconds