HomeSort by: relevance | last modified time | path
    Searched defs:func_fatal_error (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/
ltmain.sh 481 # func_fatal_error arg...
483 func_fatal_error () function
495 func_fatal_error "$help"
548 func_fatal_error "Failed to create \`$1'"
581 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
896 func_fatal_error "Fatal configuration error."
953 func_fatal_error "invalid tag name: $tagname"
1421 func_fatal_error "specify a tag with \`--tag'"
1983 func_fatal_error "you cannot specify \`-o' more than once"
2043 func_fatal_error "you must specify an argument for -Xcompile
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
ltmain.sh 453 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
788 # func_fatal_error ARG...
791 func_fatal_error () function
880 func_fatal_error "Failed to create '$1'"
916 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
1354 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
1504 *) func_fatal_error "'$1' does not accept hook functions." ;;
1535 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
1722 warning_func=func_fatal_error
1725 func_fatal_error \
    [all...]

Completed in 15 milliseconds