Searched +full:libbsd +full:- +full:dev (Results 1 – 14 of 14) sorted by relevance
| /external/expat/expat/ |
| D | configure.ac | 11 dnl Copyright (c) 2000-2005 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 dnl Copyright (c) 2001-2003 Greg Stein <gstein@users.sourceforge.net> 13 dnl Copyright (c) 2006-2012 Karl Waclawek <karl@waclawek.net> 14 dnl Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 17 dnl Copyright (c) 2017-2020 Joe Orton <jorton@redhat.com> 20 dnl Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> 50 dnl the command at m4-generation time. This allows us to create an m4 52 dnl version number at m4-time, rather than when ./configure is run, so 57 dnl test. I believe this test will work, but I don't have a place with non- 61 [esyscmd(conftools/get-version.sh lib/expat.h)], [all …]
|
| D | CMakeLists.txt | 10 # Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 15 # Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 16 # Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 19 # Copyright (c) 2018 pedro-vicente <pedro.vicente@space-research.org> 35 # this file is copyrighted under the BSD-license for buildsystem files of KDE. 47 set(CMAKE_C_EXTENSIONS OFF) # i.e. -std=c99 rather than default -std=gnu99 69 find_program(DOCBOOK_TO_MAN NAMES docbook2x-man db2x_docbook2man docbook2man docbook-to-man) 97 # - Expat was previously using an inconsistent mix of CMake's native set() 99 # - option() is more friendly than set() with regard to configuring an 100 # external project that is pulled in by means of add_subdirectory() -- [all …]
|
| D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
| /external/expat/.github/workflows/ |
| D | coverage.yml | 8 # Copyright (c) 2021-2023 Sebastian Pipping <sebastian@pipping.org> 37 - cron: '0 2 * * 5' # Every Friday at 2am 45 runs-on: ubuntu-22.04 47 CFLAGS: -g3 -pipe 49 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 50 - name: Install build dependencies 51 run: |- 52 set -x -u 53 source /etc/os-release 56 sudo dpkg --add-architecture i386 # for wine32 [all …]
|
| D | linux.yml | 8 # Copyright (c) 2021-2024 Sebastian Pipping <sebastian@pipping.org> 38 - cron: '0 2 * * 5' # Every Friday at 2am 51 - MODE: cmake-oos 52 - MODE: distcheck 53 - MODE: qa-sh 55 - MODE: cmake-oos 56 …-DEXPAT_ATTR_INFO=ON -DEXPAT_BUILD_FUZZERS=ON -DCMAKE_C_FLAGS=-fsanitize=address -DCMAKE_CXX_FLAGS… 57 - MODE: qa-sh 58 … FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address CMAKE_ARGS=-DEXPAT_ATTR_INFO=ON 59 - MODE: qa-sh [all …]
|
| /external/libpcap/ |
| D | configure.ac | 24 # These are the variables that are used in Makefile, pcap-config, and 44 # pcap-config, so that "pcap-config --libs --static" will report them. 47 # REQUIRES_PRIVATE: pkg-config package names for additional libraries 50 # so that "pkg-config --libs --static" will report them, and so that 54 # V_CCOPT: additional compiler flags other than -I and -D flags 58 # V_DEFS: additional -D compiler flags needed when compiling 61 # V_INCLS: additional -I compiler flags needed when compiling 65 # library needs to be linked. Used in Makwfile; not used in pcap-config 68 # that dynamic library doesn't have to link with those libraries - 74 # in pcap-config, so that "pcap-config --libs --static" will report [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. 11 ## -------------------- ## 13 ## -------------------- ## 17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then : 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 22 alias -g '${1+"$@"}'='"$@"' 25 case `(set -o) 2>/dev/null` in #( 27 set -o posix ;; #( 43 if test -z "$BASH_VERSION$ZSH_VERSION" \ [all …]
|
| D | CMakeLists.txt | 65 # For getting raw lists of --libs and --libs --static information from a 66 # pkg-config module. 71 # a UN*X, -l can be prefixed - i.e., names, without extensions, 74 # containing the libraries, to which, on a UN*X, -L can be 78 # than -l and -L flags 90 # pkg-config, so the output of --libs, etc. may include a -L for the 92 # pcap-config files. 94 # So we just run pkg-config ourselves, so that we get its output 100 # Get the --libs information. 104 # pkg_check_modules() before running pkg-config and *not* undefine [all …]
|
| /external/python/cpython3/ |
| D | configure.ac | 2 dnl * Please run autoreconf -if to test your changes! * 5 dnl Python's configure.ac file requires autoconf 2.69 and autoconf-archive. 18 [AC_MSG_ERROR([Please install autoconf-archive package and re-run autoreconf])] 23 [AC_MSG_ERROR([Please install pkgconf's m4 macro package and re-run autoreconf])] 27 dnl - _SAVE_VAR([VAR]) Helper for SAVE_ENV; stores VAR as save_VAR 28 dnl - _RESTORE_VAR([VAR]) Helper for RESTORE_ENV; restores VAR from save_VAR 29 dnl - SAVE_ENV Saves CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 30 dnl - RESTORE_ENV Restores CFLAGS, LDFLAGS, LIBS, and CPPFLAGS 31 dnl - WITH_SAVE_ENV([SCRIPT]) Runs SCRIPT wrapped with SAVE_ENV/RESTORE_ENV 52 dnl PY_CHECK_FUNC(FUNCTION, [INCLUDES], [AC_DEFINE-VAR]) [all …]
|
| /external/python/cpython2/Modules/expat/ |
| D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 10 Copyright (c) 2000-2017 Expat development team 101 * libbsd (arc4random_buf): HAVE_ARC4RANDOM_BUF + HAVE_LIBBSD, \ 102 * libbsd (arc4random): HAVE_ARC4RANDOM + HAVE_LIBBSD, \ 103 * Linux / BSD / macOS (/dev/urandom): XML_DEV_URANDOM \ 121 #define MUST_CONVERT(enc, s) (!(enc)->isUtf16 || (((char *)(s) - (char *)NULL) & 1)) 129 #define MUST_CONVERT(enc, s) (!(enc)->isUtf8) 162 #define ROUND_UP(n, sz) (((n) + ((sz) - 1)) & ~((sz) - 1)) 164 /* Do safe (NULL-aware) pointer arithmetic */ 165 #define EXPAT_SAFE_PTR_DIFF(p, q) (((p) && (q)) ? ((p) - (q)) : 0) [all …]
|
| /external/expat/expat/lib/ |
| D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 11 Copyright (c) 2000-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> 13 Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2009 Steven Solie <steven@solie.ca> 16 Copyright (c) 2016-2024 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com> 22 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 26 Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 30 Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> [all …]
|
| /external/python/cpython3/Modules/expat/ |
| D | xmlparse.c | 9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd 11 Copyright (c) 2000-2006 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> 12 Copyright (c) 2001-2002 Greg Stein <gstein@users.sourceforge.net> 13 Copyright (c) 2002-2016 Karl Waclawek <karl@waclawek.net> 14 Copyright (c) 2005-2009 Steven Solie <steven@solie.ca> 16 Copyright (c) 2016-2022 Sebastian Pipping <sebastian@pipping.org> 20 Copyright (c) 2016 Pascal Cuoq <cuoq@trust-in-soft.com> 22 Copyright (c) 2017-2022 Rhodri James <rhodri@wildebeest.org.uk> 26 Copyright (c) 2017 Rolf Eike Beer <eike@sf-mail.de> 30 Copyright (c) 2018 Marco Maggi <marco.maggi-ipsu@poste.it> [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 2 -------------- 7 file of the release25-maint branch.) 16 *Release date: 17-AUG-2006* 19 ----------------- 21 - Unicode objects will no longer raise an exception when being 34 - Fix segfault when doing string formatting on subclasses of long. 36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines 37 with new-style classes. 39 - Fix bug related to __len__ functions returning negative values with 42 - Patch #1538606, Fix __index__() clipping. There were some problems [all …]
|