Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0009-Use-libtool-2.4.patch16474 func_missing_arg ()
16715 - -dlopen) test "$#" -eq 0 && func_missing_arg "$opt" && break
16727 - --mode) test "$#" -eq 0 && func_missing_arg "$opt" && break
16788 + test $# = 0 && func_missing_arg $opt && break
16815 - --tag) test "$#" -eq 0 && func_missing_arg "$opt" && break
16829 + test $# = 0 && func_missing_arg $opt && break