Searched +full:pax +full:- +full:utils (Results 1 – 7 of 7) sorted by relevance
3 if ! command -v scanelf > /dev/null; then4 echo "scanelf (from pax-utils) is required for these checks." >&211 OUT=$(scanelf -qyRAF '%e %p' "$1")27 OUT=$(scanelf -qyRAF '%T %p' "$1")
8 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}9 cancel-in-progress: true13 runs-on: ubuntu-22.0415 - uses: actions/checkout@v418 - name: Install dependencies21 sudo apt-get purge -y snapd google-chrome-stable firefox22 ONLY_DEPS=1 .github/workflows/scripts/qemu-3-deps.sh ubuntu2223 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck24 sudo python -m pipx install --quiet flake827 checkbashisms --version[all …]
7 set -eu10 echo "##[group]Running pacman -Syu"12 sudo pacman -Syu --noconfirm16 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \17 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \18 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \19 samba sysstat rng-tools rsync wget xxhash26 echo "##[group]Running apt-get update+upgrade"27 sudo apt-get update -y28 sudo apt-get upgrade -y[all …]
8 LOCAL_PATH := $(call my-dir)9 PKG_CONFIG ?= pkg-config18 L_CFLAGS = -DWPA_IGNORE_CONFIG_ERRORS20 L_CFLAGS += -DVERSION_STR_POSTFIX=\"-$(PLATFORM_VERSION)\"23 L_CFLAGS += -DANDROID_LOG_NAME=\"wpa_supplicant\"26 L_CFLAGS += -Wno-unused-parameter29 L_CFLAGS += -DANDROID_P2P32 L_CFLAGS += -DANDROID_LIB_STUB36 L_CFLAGS += -DANDROID_LIB_EVENT41 L_CFLAGS += -DCONFIG_NO_ROAMING[all …]
6 ALL += systemd/wpa_supplicant-nl80211@.service7 ALL += systemd/wpa_supplicant-wired@.service47 PKG_CONFIG ?= pkg-config50 CFLAGS += -I$(abspath ../src)51 CFLAGS += -I$(abspath ../src/utils)56 GITVER := $(shell git describe --dirty=+)58 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\"64 CFLAGS += -DCONFIG_TESTING_OPTIONS71 @if [ -f .config ]; then \72 echo '.config exists - did not replace it'; \[all …]
2 * WPA Supplicant - test code3 * Copyright (c) 2003-2013, Jouni Malinen <j@w1.fi>16 #include "utils/ext_password.h"25 #include "utils/base64.h"112 switch (attr->syntax) { in add_extra_attr()114 os_snprintf(buf, sizeof(buf), "%s", attr->data); in add_extra_attr()122 pos = attr->data; in add_extra_attr()128 return -1; in add_extra_attr()133 return -1; in add_extra_attr()137 val = htonl(atoi(attr->data)); in add_extra_attr()[all …]
9 # delete-old-libs target, whereas OLD_FILES and OLD_DIRS are removed by the10 # delete-old target. This separation allows users to avoid deleting old18 # For files listed in OLD_FILES, OLD_LIBS, and MOVED_LIBS, the check-old*19 # and delete-old* targets will also delete associated debug symbols from34 # ( grep '+=' /usr/src/ObsoleteFiles.inc | sort -u ; \35 # grep '+=' /usr/src/tools/build/mk/OptionalObsoleteFiles.inc | sort -u) | \36 # sort | uniq -d40 # for t in `make -V TARGETS universe`; do41 # __MAKE_CONF=/dev/null make -f Makefile.inc1 TARGET=$t \42 # -V OLD_FILES -V OLD_LIBS -V MOVED_LIBS -V OLD_DIRS check-old | \[all …]