• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/contrib/openpam/

Lines Matching refs:script

42 # Run './libtool --help' for help with using this script from the
66 # Set a version string for this script.
69 # General shell script boiler plate, and helper functions.
101 # Evaluate this file near the top of your script to gain access to
308 # variables can be overridden by the user before calling a script that
376 # avoid using those namespaces casually in your sourcing script, things
390 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
394 # By convention, finish your script with:
1022 # A bug in bash halts the script if the last line of a function
1364 # mode: shell-script
1372 # Set a version string for this script.
1414 # ...rest of your script...
1421 # description of your script's purpose in a comment directly above the
1426 # use), and '--verbose' and the func_verbose function to allow your script
1439 # You should override these variables in your script after sourcing this
1452 # options your script accepts.
1652 # needs to propogate that back to rest of this script, then the complete
1972 # mode: shell-script
2135 # Display the configuration for all the tags in this script.
2155 # Display the features supported by this script.
2204 # and the sed script, to avoid splitting on whitespace, but
2219 # Ensure that we are using m4 macros, and libtool script from the same
2534 # True iff FILE is a libtool wrapper script
2569 # True iff FILE is a libtool wrapper script or wrapper executable
3463 # We use this script file to make the link, it avoids creating a new file
3911 # Check if any of the arguments is a wrapper script.
4414 # because it is most likely a libtool script we actually want to
4450 func_fatal_error "invalid libtool wrapper script '$wrapper'"
5199 # Emit a libtool wrapper script on stdout.
5201 # incorporate the script contents within a cygwin/mingw
5207 # variable will take. If 'yes', then the emitted script
5218 # $output - temporary wrapper script for $objdir/$outputname
5224 # This wrapper script should never be moved out of the build directory.
5276 # /script/ and the wrapper /executable/ that is used only on
5282 # --lt-dump-script. There is, deliberately, no --lt-help.
5285 # script's $0 value, followed by "$@".
5295 --lt-dump-script)
5380 # Find the directory that this script lives in.
5500 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
5725 static const char *dumpscript_opt = LTWRAPPER_OPTION_PREFIX "dump-script";
5775 have already dealt with, above (inluding dump-script), then
9802 # script.
9829 func_verbose "creating GNU ld script: $output"
10438 # We don't need to create a wrapper script.
10493 # Now create the wrapper script.
10515 # win32 will think the script is a binary if it has
10550 # Now, create the wrapper script for func_source use:
10555 # note: this script will not be executed, so do not chmod.
10557 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
11145 # mode:shell-script