Searched refs:f (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
A D | update-copyrights | 43 files=$(find . -type f | sed 's|^\./||' | grep -v '^\.git/') 45 for f in $files; do 46 case $f in 64 if ! [ -f "$f.ac" ]; then 65 "$update_script" "$f" 71 UPDATE_COPYRIGHT_USE_INTERVALS=1 "$update_script" "$f" 76 sed -i 's/^Copyright (C) [0-9]\{4\} /Copyright (C) '"$year"' /' $f 77 "$update_script" "$f" 80 "$update_script" "$f"
|
A D | dso-ordering-test.py | 812 f.write("}\n") 823 f.close() 836 f.write(" putchar('{');\n") 887 f.write(" return 0;\n") 888 f.write("}\n") 889 f.close() 1013 f.write('%s' % output) 1014 f.close() 1077 f = open(filename) 1078 if not f: [all …]
|
A D | glibc_shared_code.py | 35 with open(path, 'r') as f: 36 for line in f.readlines(): 64 for f in r[k]: 65 if not exists(f): 66 print('%s does not exist' % f)
|
A D | build-many-glibcs.py | 127 with open(sys.argv[0], 'r') as f: 128 return f.read() 146 with open(version_h, 'r') as f: 147 lines = f.readlines() 597 f.write(mftext) 656 f.write(wrapper_text) 684 f.write(save_logs_text) 934 for f in filenames: 985 f.write(data) 1034 with open(log, 'r') as f: [all …]
|
A D | firstversions.awk | 53 f = v = firstversion[thislib, idx[thislib]];
|
A D | pylintrc | 137 # f is a useful name for a file descriptor 138 good-names=f,i,j,k,ex,Run,_
|
A D | config.guess | 1455 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess 1457 https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub
|
Completed in 16 milliseconds