Home
last modified time | relevance | path

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

/build/make/tools/
Dbuild-license-metadata.sh7 USAGE="Usage: ${ME} {options}
51 case "${lstatus}" in 2) echo "${USAGE}" >&2; echo >&2 ;; esac
67 echo "${USAGE}"
/build/make/tools/atree/
Datree.cpp23 const char* USAGE = variable
61 fwrite(USAGE, strlen(USAGE), 1, stderr); in usage()