• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/

Lines Matching +refs:bs +refs:current +refs:configuration

36 #       --config             show all configuration variables
39 # --features display basic configuration information and exit
45 # --tag=TAG use configuration variables from tag TAG
128 # is ksh but when the shell is invoked as "sh" and the current value of
378 bs='\\'
385 s/^$bs2$dollar/$bs&/
386 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
397 # Echo program name prefixed message, along with the current mode
756 # a configuration failure hint, and exit.
761 func_fatal_error "Fatal configuration error."
766 # Display the configuration for all the tags in this script.
772 # Default configuration.
830 # Evaluate the configuration. Be careful to quote the path
1134 # FAIL_CMD may read-access the current command in variable CMD!
1165 # Infer tagged configuration to use if any are available and
1191 # Evaluate the configuration.
1205 # the one in the tagged configuration.
1206 # Assume this is the tagged configuration we want.
1213 # If $tagname still isn't set, then no tagged configuration
1217 func_echo "unable to infer tagged configuration"
1220 # func_verbose "using $tagname tagged configuration"
1322 continue # The current "srcfile" will either be retained or
1345 # Accept the current argument as the source file.
1346 # The previous "srcfile" becomes the current argument.
3945 /* empty path: current directory */
4434 func_warning "complete static linking is impossible in this configuration"
5957 func_arith $current - $age
6513 # use the current revision as the major version
6521 current=$func_arith_result
6526 current="$number_major"
6532 current=$func_arith_result
6540 current="$1"
6547 case $current in
6550 func_error "CURRENT \`$current' must be a nonnegative integer"
6571 if test "$age" -gt "$current"; then
6572 func_error "AGE \`$age' is greater than the current interface number \`$current'"
6584 # Like Linux, but with the current version available in
6586 func_arith $current - $age
6590 func_arith $current + 1
6597 major=".$current"
6598 versuffix=".$current.$revision";
6602 major=".$current"
6603 versuffix=".$current"
6608 func_arith $current - $age
6610 func_arith $current - $age + 1
6636 func_arith $current - $age
6642 func_arith $current - $age
6644 versuffix=".$current.$age.$revision"
6645 verstring="$current.$age.$revision"
6650 func_arith $current - $loop
6657 # Make executables depend on our current version.
6658 verstring="$verstring:${current}.0"
6662 major=".$current"
6663 versuffix=".$current"
6667 major=".$current"
6668 versuffix=".$current.$revision"
6674 func_arith $current - $age
8493 current=$current
8727 # time on that platform, so we default to a shared-only configuration.
8729 # configuration. But we'll never go from static-only to shared-only.