Home
last modified time | relevance | path

Searched refs:file (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dgen-sorted.awk53 file = this_srcdir "/Depend";
54 if (system("test -f " file) == 0) {
55 ARGV[ARGC++] = file;
58 sub(/^\.\.\//, "", file);
59 if (file !~ /^\/.*$/)
60 file = "$(..)" file;
61 print "$(common-objpfx)sysd-sorted:", "$(wildcard", file ")";
A Dmkinstalldirs59 for file
61 if test -d "$file"; then
107 for file
109 case $file in
115 set fnord $file
A Dabilist.awk12 /[^ :]+\.so\.[0-9.]+:[ ]+.file format .*$/ {
115 NF == 0 || /DYNAMIC SYMBOL TABLE/ || /file format/ { next }
A Dpylintrc3 # Specify a configuration file.
35 # file where it should appear only once).You can also use "--disable=all" to
51 # Put messages in a separate file for each module / package specified on the
53 # written in a file name "pylint_global.[txt|html]".
137 # f is a useful name for a file descriptor
224 # given file (report RP0402 must not be disabled)
227 # Create a graph of external dependencies in the given file (report RP0402 must
231 # Create a graph of internal dependencies in the given file (report RP0402 must
A Dconfig-uname.sh41 /* This file is generated by $0. DO NOT EDIT.

Completed in 9 milliseconds