Home
last modified time | relevance | path

Searched refs:OPTIONFLAGS (Results 1 – 2 of 2) sorted by relevance

/external/toybox/scripts/
Druntest.sh60 option=`printf %s "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"`
62 if [ -z "$1" ] || [ -z "$OPTIONFLAGS" ] || [ ${#option} -ne 0 ]
Dtest.sh30 …export OPTIONFLAGS=:$(echo $($SED -nr 's/^#define CFG_(.*) 1/\1/p' "$TOPDIR/generated/config.h") |…