Searched refs:FUNCS (Results 1 – 2 of 2) sorted by relevance
198 FUNCS=$(get_library_functions $SRCLIB)201 FUNCS=$(filter_library_symbols $LIB $FUNCS)204 NUMFUNCS=$(echo $FUNCS | wc -w)207 (echo "$FUNCS" | tr ' ' '\n') > $DSTDIR/$LIB.functions.txt
417 local FUNCS="$2"425 for func in $FUNCS; do455 echo "$FUNCS" > $DSTFILE.functions.txt