Searched refs:if_dl (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_build_ext.py | 34 def if_dl(s): function 218 " import sys, os, pkg_resources, imp"+if_dl(", dl"), 224 if_dl(" old_flags = sys.getdlopenflags()"), 228 if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"), 231 if_dl(" sys.setdlopenflags(old_flags)"),
|
/external/python/setuptools/setuptools/command/ |
D | build_ext.py | 62 if_dl = lambda s: s if have_rtld else '' function 248 " import sys, os, pkg_resources, imp" + if_dl(", dl"), 255 if_dl(" old_flags = sys.getdlopenflags()"), 259 if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"), 262 if_dl(" sys.setdlopenflags(old_flags)"),
|
/external/libpcap/ |
D | config.h.in | 117 /* Define to 1 if you have the <net/if_dl.h> header file. */
|
D | configure.ac | 833 AC_CHECK_HEADERS(net/if.h net/if_dl.h net/if_types.h)
|
D | CMakeLists.txt | 1355 check_include_files("net/if.h;net/if_dl.h;net/if_types.h" HAVE_NET_IF_TYPES_H)
|
D | configure | 6850 for ac_header in net/if.h net/if_dl.h net/if_types.h
|
/external/e2fsprogs/lib/ |
D | config.h.in | 334 /* Define to 1 if you have the <net/if_dl.h> header file. */
|
/external/e2fsprogs/ |
D | configure.ac | 945 net/if_dl.h
|
D | configure | 12450 …inux/fd.h linux/fsmap.h linux/major.h linux/loop.h linux/types.h net/if_dl.h netinet/in.h s…
|