Home | History | Annotate | Download | only in libpng

Lines Matching refs:arg

31 # Usage: $progname [OPTION]... [MODE-ARG]...
241 # func_echo arg...
249 # func_verbose arg...
261 # func_error arg...
268 # func_warning arg...
278 # func_fatal_error arg...
286 # func_fatal_help arg...
385 # func_quote_for_eval arg
386 # Aesthetically quote ARG to be evaled later.
415 # func_quote_for_expand arg
416 # Aesthetically quote ARG to be evaled later; same as above,
606 # func_fatal_configuration arg...
1004 # func_infer_tag arg
1009 # arg is usually of the form 'gcc ...'
1015 for arg in $CC; do
1016 func_quote_for_eval "$arg"
1031 for arg in $CC; do
1033 func_quote_for_eval "$arg"
1100 # func_mode_compile arg...
1114 for arg
1117 arg )
1119 lastarg="$arg"
1124 libobj="$arg"
1131 case $arg in
1140 pie_flag="$pie_flag $arg"
1145 later="$later $arg"
1155 arg_mode=arg # the next one goes into the "base_compile" arg list
1160 func_stripname '-Wc,' '' "$arg"
1164 for arg in $args; do
1166 func_quote_for_eval "$arg"
1183 srcfile="$arg"
1185 esac # case $arg
1192 done # for arg
1195 arg)
1231 for arg in $later; do
1232 case $arg in
1632 # Now that we've collected a possible --mode arg, show help if necessary
1636 # func_mode_execute arg...
1720 # Transform arg to wrapped name.
1725 # Transform arg to wrapped name.
1767 # func_mode_finish arg...
1847 # func_mode_install arg...
1859 arg=$1
1863 arg=$nonopt
1868 func_quote_for_eval "$arg"
1879 for arg
1883 dest=$arg
1887 case $arg in
1892 *) prev=$arg ;;
1896 prev=$arg
1909 dest=$arg
1916 func_quote_for_eval "$arg"
2500 for arg in $LTCFLAGS; do
2501 case $arg in
2503 *) symtab_cflags="$symtab_cflags $arg" ;;
2546 # func_win32_libid arg
2547 # return the library type of file 'arg'
2695 # func_emit_wrapper_part1 [arg=no]
2793 # func_emit_wrapper_part2 [arg=no]
2929 # func_emit_wrapper [arg=no]
2938 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
2957 # func_to_host_path arg
2975 # ARG is the path (on $build) that should be converted to
3030 # func_to_host_pathlist arg
3042 # $host format. If ARG begins or ends with a path separator
3046 # ARG is a pathlist (on $build) that should be converted to
3057 # ARG. msys behavior is inconsistent here, cygpath turns them
3277 void lt_opt_process_env_set (const char *arg);
3278 void lt_opt_process_env_prepend (const char *arg);
3279 void lt_opt_process_env_append (const char *arg);
3280 int lt_split_name_value (const char *arg, char** name, char** value);
3380 /* very simple arg parsing; don't want to rely on getopt */
3908 lt_split_name_value (const char *arg, char** name, char** value)
3912 if (!arg || !*arg)
3915 p = strchr (arg, (int)'=');
3922 len = strlen (arg) - strlen (*value);
3924 strncpy (*name, arg, len-1);
3931 lt_opt_process_env_set (const char *arg)
3936 if (lt_split_name_value (arg, &name, &value) != 0)
3940 lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
3949 lt_opt_process_env_prepend (const char *arg)
3955 if (lt_split_name_value (arg, &name, &value) != 0)
3959 lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
3970 lt_opt_process_env_append (const char *arg)
3976 if (lt_split_name_value (arg, &name, &value) != 0)
3980 lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
4031 # func_mode_link arg...
4106 for arg
4108 case $arg in
4116 case $arg in
4151 arg="$1"
4153 func_quote_for_eval "$arg"
4174 case $arg in
4198 dlfiles="$dlfiles $arg"
4200 dlprefiles="$dlprefiles $arg"
4208 export_symbols="$arg"
4209 test -f "$arg" \
4210 || func_fatal_error "symbol file \`$arg' does not exist"
4215 export_symbols_regex="$arg"
4233 inst_prefix_dir="$arg"
4238 if test -f "$arg"; then
4239 save_arg=$arg
4244 arg=$fil
4248 if func_lalib_unsafe_p "$arg"; then
4253 func_source "$arg"
4259 func_fatal_error "cannot find name of object for \`$arg'"
4263 func_dirname "$arg" "/" ""
4290 arg="$pic_object"
4301 arg="$non_pic_object"
4313 func_dirname "$arg" "/" ""
4316 func_lo2o "$arg"
4322 func_fatal_error "\`$arg' is not a valid libtool object"
4327 func_fatal_error "link input file \`$arg' does not exist"
4329 arg=$save_arg
4334 precious_files_regex="$arg"
4339 release="-$arg"
4345 case $arg in
4353 *" $arg "*) ;;
4354 *) rpath="$rpath $arg" ;;
4358 *" $arg "*) ;;
4359 *) xrpath="$xrpath $arg" ;;
4366 shrext_cmds="$arg"
4371 weak_libs="$weak_libs $arg"
4399 eval "$prev=\"\$arg\""
4406 prevarg="$arg"
4408 case $arg in
4447 if test "X$arg" = "X-export-symbols"; then
4470 func_append compile_command " $arg"
4471 func_append finalize_command " $arg"
4478 func_stripname '-L' '' "$arg"
4523 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
4531 test "X$arg" = "X-lc" && continue
4535 test "X$arg" = "X-lc" && continue
4544 test "X$arg" = "X-lc" && continue
4548 test "X$arg" = "X-lc" && continue
4551 elif test "X$arg" = "X-lc_r"; then
4559 deplibs="$deplibs $arg"
4568 # Tru64 UNIX uses -model [arg] to determine the layout of C++
4572 compiler_flags="$compiler_flags $arg"
4573 func_append compile_command " $arg"
4574 func_append finalize_command " $arg"
4580 compiler_flags="$compiler_flags $arg"
4581 func_append compile_command " $arg"
4582 func_append finalize_command " $arg"
4584 *" $arg "*) ;;
4585 * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
4647 func_stripname '-R' '' "$arg"
4704 func_stripname '-Wc,' '' "$arg"
4706 arg=
4711 arg="$arg $wl$func_quote_for_eval_result"
4715 func_stripname ' ' '' "$arg"
4716 arg=$func_stripname_result
4720 func_stripname '-Wl,' '' "$arg"
4722 arg=
4727 arg="$arg $wl$func_quote_for_eval_result"
4732 func_stripname ' ' '' "$arg"
4733 arg=$func_stripname_result
4753 func_quote_for_eval "$arg"
4754 arg="$func_quote_for_eval_result"
4769 func_quote_for_eval "$arg"
4770 arg="$func_quote_for_eval_result"
4771 func_append compile_command " $arg"
4772 func_append finalize_command " $arg"
4773 compiler_flags="$compiler_flags $arg"
4779 func_quote_for_eval "$arg"
4780 arg="$func_quote_for_eval_result"
4785 objs="$objs $arg"
4792 if func_lalib_unsafe_p "$arg"; then
4797 func_source "$arg"
4803 func_fatal_error "cannot find name of object for \`$arg'"
4807 func_dirname "$arg" "/" ""
4834 arg="$pic_object"
4845 arg="$non_pic_object"
4857 func_dirname "$arg" "/" ""
4860 func_lo2o "$arg"
4866 func_fatal_error "\`$arg' is not a valid libtool object"
4873 deplibs="$deplibs $arg"
4874 old_deplibs="$old_deplibs $arg"
4883 dlfiles="$dlfiles $arg"
4887 dlprefiles="$dlprefiles $arg"
4890 deplibs="$deplibs $arg"
4899 func_quote_for_eval "$arg"
4900 arg="$func_quote_for_eval_result"
4902 esac # arg
4905 if test -n "$arg"; then
4906 func_append compile_command " $arg"
4907 func_append finalize_command " $arg"
4915 eval arg=\"$export_dynamic_flag_spec\"
4916 func_append compile_command " $arg"
4917 func_append finalize_command " $arg"
8189 # func_mode_uninstall arg...
8202 for arg
8204 case $arg in
8205 -f) RM="$RM $arg"; rmforce=yes ;;
8206 -*) RM="$RM $arg" ;;
8207 *) files="$files $arg" ;;