Searched +full:pax +full:- +full:utils (Results 1 – 6 of 6) 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-vm.sh ubuntu2223 sudo apt-get install -y cppcheck devscripts mandoc pax-utils shellcheck24 sudo python -m pipx install --quiet flake827 checkbashisms --version[all …]
11 set -eu14 echo "##[group]Running pacman -Syu"16 sudo pacman -Syu --noconfirm20 sudo pacman -Sy --noconfirm base-devel bc cpio cryptsetup dhclient dkms \21 fakeroot fio gdb inetutils jq less linux linux-headers lsscsi nfs-utils \22 parted pax perf python-packaging python-setuptools qemu-guest-agent ksh \23 samba strace sysstat rng-tools rsync wget xxhash30 echo "##[group]Running apt-get update+upgrade"31 sudo sed -i '/[[:alpha:]]-backports/d' /etc/apt/sources.list32 sudo apt-get update -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 …]