Lines Matching +refs:include +refs:file
40 f_include_lang $BSDCFG_LIBE/include/messages.subr
41 f_include_lang $BSDCFG_LIBE/$APP_DIR/include/messages.subr
64 local file="${1#./}"
125 }' "$file" )
128 echo "$file"
133 "$file" "$FUNC_PATTERN"
135 printf ">>> $msg_functions_in\n" "$file"
172 for include in "$@"; do
174 [ -f "$include.subr" -a ! -f "$include" ] && include="$include.subr"
175 if [ ! -f "$include" ]; then
176 printf "$msg_no_such_file_or_directory\n" "$0" "$include"
178 elif [ ! -r "$include" ]; then
179 printf "$msg_permission_denied\n" "$0" "$include"
182 show_include "$include" || f_die
192 find -s . -type f -and -iname '*.subr' | while read file; do
194 show_include "$file"