Searched refs:rel_source_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dfixproto257 rel_source_file=${rel_source_prefix}${filename}
258 abs_source_file=$abs_source_dir/$rel_source_file
259 abs_target_file=$abs_target_dir/$rel_source_file
266 && grep "$rel_source_file" fixproto.list >/dev/null
269 $FIX_HEADER $rel_source_file $abs_source_file $abs_target_file ${DEFINES} $include_path
271 echo "${rel_source_file}" >>fixproto.list
282 for rel_source_file in unistd.h stdlib.h string.h time.h ; do
283 if grep "$rel_source_file" fixproto.list >/dev/null ; then
286 echo Adding missing $rel_source_file
287 rel_source_ident=`echo $rel_source_file | t
[all...]

Completed in 155 milliseconds