Home | History | Annotate | Download | only in libusb-compat

Lines Matching refs:export_symbols_regex

2355 	  if test -n "$export_symbols_regex"; then
2357 eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
4087 export_symbols_regex=
4222 export_symbols_regex="$arg"
4451 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
6097 test -n "$export_symbols$export_symbols_regex" && \
6986 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
7005 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
7029 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
7030 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
7269 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
7270 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'