Home
last modified time | relevance | path

Searched refs:cmdexists (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/
H A Dconfigure64 cmdexists () { type "$1" >/dev/null 2>&1 ; } function
65 trycc () { test -z "$CC" && cmdexists "$1" && CC=$1 ; }

Completed in 2 milliseconds