Searched +full:ncurses +full:- +full:devel (Results 1 – 11 of 11) sorted by relevance
| /third_party/toybox/kconfig/lxdialog/ |
| D | check-lxdialog.sh | 2 # Check ncurses compatibility 7 $cc -print-file-name=libncursesw.so | grep -q / 8 if [ $? -eq 0 ]; then 9 echo '-lncursesw' 12 $cc -print-file-name=libncurses.so | grep -q / 13 if [ $? -eq 0 ]; then 14 echo '-lncurses' 17 $cc -print-file-name=libcurses.so | grep -q / 18 if [ $? -eq 0 ]; then 19 echo '-lcurses' [all …]
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.10.0.rst | 2 .. date: 2021-09-07-17-10-16 3 .. nonce: iG-Hsf 4 .. release date: 2021-10-04 13 .. date: 2021-09-17-11-20-55 24 .. date: 2021-09-18-13-45-19 34 .. date: 2021-09-08-17-20-19 46 .. date: 2021-09-16-17-22-35 56 .. date: 2021-09-08-13-01-37 66 .. date: 2021-09-09-16-45-26 70 The ncurses function extended_color_content was introduced in 2017 [all …]
|
| D | 3.10.1.rst | 2 .. date: 2021-11-26-22-31-22 3 .. nonce: 3wl-09 4 .. release date: 2021-12-06 13 .. date: 2021-11-24-18-24-49 24 .. date: 2021-11-23-12-06-41 33 .. date: 2021-11-19-22-57-42 43 .. date: 2021-11-17-08-05-27 53 .. date: 2021-11-16-19-41-04 63 .. date: 2021-11-16-19-00-27 73 .. date: 2021-11-15-12-08-27 [all …]
|
| /third_party/alsa-utils/utils/ |
| D | alsa-utils.spec.in | 4 Summary: Advanced Linux Sound Architecture (ALSA) - Utils 5 Name: alsa-utils 10 Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{ver}.tar.bz2 11 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 URL: http://www.alsa-project.org 13 Requires: alsa-lib ncurses 14 BuildRequires: alsa-lib-devel ncurses-devel gettext 18 Advanced Linux Sound Architecture (ALSA) - Utils 22 - add gettext to BuildRequires 23 - add more files (see alsa bug#2139) [all …]
|
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-utils 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel 16 - name: Checkout alsa-lib 19 repository: alsa-project/alsa-lib 21 path: alsa-lib 22 - name: Configure alsa-lib 24 cd alsa-lib [all …]
|
| /third_party/libxml2/test/relaxng/ |
| D | comps_0.xml | 3 <!-- <meta> --> 4 <!-- Meta information will go here eventually --> 5 <!-- </meta> --> 69 <packagereq type="mandatory">redhat-logos</packagereq> 70 <packagereq type="mandatory">redhat-release</packagereq> 78 <packagereq type="mandatory">util-linux</packagereq> 79 <packagereq type="mandatory">vim-minimal</packagereq> 80 <!-- the following are needed for anaconda post-install bits --> 85 <packagereq type="mandatory">shadow-utils</packagereq> 124 <packagereq type="mandatory">bind-utils</packagereq> [all …]
|
| /third_party/gptfdisk/ |
| D | README.md | 5 ------------ 10 - gdisk -- This program is modeled after Linux fdisk, but it operates on 12 disks that fdisk modifies. As such, gdisk is an interactive text-mode 17 - cgdisk -- This program is modeled after Linux cfdisk, but it operates on 19 is a curses-based text-mode tool for manipulating partitions, which is to 24 - sgdisk -- This program is conceptually similar to the Linux sfdisk and 26 manipulation of GPT disks using command-line options, so it's suitable 30 - fixparts -- This program, unlike the preceding three, operates on MBR 32 various utilities. Specifically, it can fix mis-sized extended partitions 47 --------------------------------------------- [all …]
|
| /third_party/python/ |
| D | setup.py | 36 # bpo-41282 (PEP 632) deprecated distutils but setup.py still uses it 63 # --list-module-names option used by Tools/scripts/generate_module_names.py 95 Python is an interpreted, interactive, object-oriented programming 102 Mac, MFC). New built-in modules are easily written in C or C++. Python 109 it. Ask around on comp.lang.python -- or just try compiling Python 114 Development Status :: 6 - Mature 130 # See bpo-21121 and bpo-35257 154 """Get the paths of sysroot sub-directories. 166 m = re.search(r'--sysroot=([^"]\S*|"[^"]+")', var) 190 The SDK paths used by Apple-supplied tool chains depend on the [all …]
|
| /third_party/NuttX/ |
| D | README.md | 4 - Incubation Status 6 - Getting Help 7 - Mailing Lists 8 - Issue Tracker 9 - Source Code 10 - Website Source Code 12 - Installing Cygwin 13 - Ubuntu Bash under Windows 10 14 - Using macOS 16 - Download and Unpack [all …]
|
| /third_party/libxml2/ |
| D | configure.ac | 24 if test -d .git ; then 25 extra=`git describe 2>/dev/null | sed 's+LIBXML[[0-9.]]*-++'` 29 LIBXML_VERSION_EXTRA="-GIT$extra" 45 # Support silent build rules, requires at least automake-1.11. Disable 46 # by either passing --disable-silent-rules to configure or passing V=1 73 VERSION_SCRIPT_FLAGS=-Wl,--version-script= 76 *-*-sunos*) VERSION_SCRIPT_FLAGS="-Wl,-M -Wl,";; 80 AM_CONDITIONAL([USE_VERSION_SCRIPT], [test -n "$VERSION_SCRIPT_FLAGS"]) 95 [ --with-c14n add the Canonicalization support (on)]) 97 [ --with-catalog add the Catalog support (on)]) [all …]
|
| /third_party/mksh/ |
| D | check.t | 2 # -*- mode: sh -*- 3 #- 23 #- 28 # http://svnweb.freebsd.org/base/head/bin/test/tests/legacy_test.sh?view=co&content-type=text%2Fpla… 31 # (2013/12/02 20:39:44) http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/regress/bin/ksh/?sortby=date 33 expected-stdout: 41 --- 42 expected-stdout: 48 name: KSH_VERSION-modern 49 category: !shell:legacy-yes [all …]
|