Searched refs:parsable (Results 1 – 9 of 9) sorted by relevance
152 const char *product, bool parsable) in print_device() argument154 if (parsable) in print_device()160 static void print_product_name(char *product_name, bool parsable) in print_product_name() argument162 if (!parsable) in print_product_name()166 static int list_devices(bool parsable) in list_devices() argument231 print_device(busid, idVendor, idProduct, parsable); in list_devices()232 print_product_name(product_name, parsable); in list_devices()248 static int list_gadget_devices(bool parsable) in list_gadget_devices() argument309 print_device(busid, idVendor_buf, idProduct_buf, parsable); in list_gadget_devices()310 print_product_name(product_name, parsable); in list_gadget_devices()[all …]
16 ./tests/run.sh --use-system-commands --parsable --show-diff | sed -u '{
31 xargs $(DT_SCHEMA_LINT) -f parsable -c $(srctree)/$(src)/.yamllint
36 Test output shall be easily parsable by both human and machine. Title and
47 identifiers are machine parsable and precise shorthands for the license
261 output is in proper format and parsable.
1508 human readable and easily parsable by tools. Here is an example of
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...