Lines Matching refs:f
80 my ($f)=@_;
87 open(F, "<:crlf", "$f") ||
115 print STDERR "$f:$line:1:ERROR: bad See-Also, needs list\n";
137 print STDERR "ERROR: no 'Title:' in $f\n";
141 print STDERR "ERROR: no 'Section:' in $f\n";
145 print STDERR "$f:$line:1:ERROR: no 'See-also:' present\n";
149 print STDERR "$f:$line:1:ERROR: no 'C:' field present\n";
153 print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n";
160 print STDERR "WARN: unrecognized line in $f, ignoring:\n:'$_';"
165 print STDERR "$f:$line:1:ERROR: no header present\n";
200 print STDERR "$f:$line:1:WARN: excessive line length\n";
208 open(O, ">$f") || return 1;