| /src/external/apache2/llvm/dist/llvm/utils/lint/ |
| generic_lint.py | 18 def GenericCodeLintMain(filenames): 19 common_lint.RunLintOverAllFiles(GenericCodeLint(), filenames)
|
| common_lint.py | 78 def RunLintOverAllFiles(linter, filenames): 83 filenames: list of all files whose contents will be linted 90 for filename in filenames:
|
| cpp_lint.py | 87 def CppLintMain(filenames): 88 all_lint = common_lint.RunLintOverAllFiles(CppLint(), filenames)
|
| /src/external/bsd/libarchive/dist/tar/test/ |
| test_copy.c | 79 /* filenames[i] is a distinctive filename of length i. */ 83 * which drop or misplace characters, the filenames use a repeating 85 static char *filenames[201]; variable 93 filenames[0] = strdup(""); 94 filenames[1] = strdup("1"); 95 filenames[2] = strdup("a2"); 96 for (i = 3; i < sizeof(filenames)/sizeof(filenames[0]); ++i) { 111 filenames[i] = strdup(buff); 142 assert(filenames[i] != NULL) [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/ |
| litlint.py | 63 (options, filenames) = parser.parse_args() 67 for p in filenames:
|
| /src/external/bsd/zstd/dist/tests/ |
| automated_benchmarking.py | 138 def benchmark(build, filenames, levels, iterations): 141 [benchmark_n(executable, l, f, iterations) for f in filenames] for l in levels 184 def get_regressions(baseline_build, test_build, iterations, filenames, levels): 185 old = benchmark(baseline_build, filenames, levels, iterations) 186 new = benchmark(test_build, filenames, levels, iterations) 189 for k, filename in enumerate(filenames): 260 def main(filenames, levels, iterations, builds=None, emails=None, continuous=False, frequency=DEFAULT_MAX_API_CALL_FREQUENCY_SEC, dictionary_filename=None): 267 RELEASE_BUILD, test_build, iterations, filenames, levels 271 RELEASE_BUILD, test_build, filenames, dictionary_filename, levels, iterations 302 filenames = args.director variable 311 filenames = glob.glob("{}\/**".format(filenames)) variable [all...] |
| /src/external/bsd/zstd/dist/programs/ |
| zstdcli.c | 872 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ local 905 if ((filenames==NULL) || (file_of_names==NULL)) { DISPLAYLEVEL(1, "zstd: allocation error \n"); exit(1); } 940 UTIL_refFilename(filenames, argument); 946 UTIL_refFilename(filenames, stdinmark); 1294 UTIL_refFilename(filenames, argument); 1323 unsigned const nbFilenames = (unsigned)filenames->tableSize; 1325 if ( UTIL_isLink(filenames->fileNames[u]) 1326 && !UTIL_isFIFO(filenames->fileNames[u] [all...] |
| util.h | 240 * Lists of Filenames 244 { const char** fileNames; 245 char* buf; /* fileNames are stored in this buffer (or are read-only) */ 246 size_t tableSize; /* nb of fileNames */ 251 * read filenames from @inputFileName, and store them into returned object. 259 * This function takes ownership of its arguments, @filenames and @buf, 266 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf); 289 * copy the @filenames pointer table inside the returned object. 295 UTIL_createFNT_fromROTable(const char** filenames, size_t nbFilenames); 333 * read names from @filenames, and expand those corresponding to directories [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/ |
| cat.py | 38 options, filenames = getopt.gnu_getopt(arguments, short_options, long_options) 53 for filename in filenames:
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_open_filename.c | 107 const char *filenames[2]; local 108 filenames[0] = filename; 109 filenames[1] = NULL; 110 return archive_read_open_filenames(a, filenames, block_size); 114 archive_read_open_filenames(struct archive *a, const char **filenames, 119 if (filenames) 120 filename = *(filenames++); 144 if (filenames == NULL) 146 filename = *(filenames++);
|
| /src/external/bsd/flex/dist/tests/ |
| pthread.l | 114 static char **filenames; 140 /*printf("Scanning file %s #%d\n",filenames[next],i); fflush(stdout); */ 141 if((fp = fopen(filenames[next],"r"))==NULL) { 163 fprintf(stderr,"*** Error: No filenames specified.\n"); 173 filenames = ARGV + 1;
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| data.c | 191 * data filenames helpers. 206 FileNamesTable* const filenames = data_filenames_get(data); local 207 if (filenames == NULL) return buffers; 208 if (filenames->tableSize == 0) { 209 UTIL_freeFileNamesTable(filenames); 214 (data_buffer_t*)malloc(filenames->tableSize * sizeof(*buffersPtr)); 216 UTIL_freeFileNamesTable(filenames); 220 buffers.size = filenames->tableSize; 222 for (size_t i = 0; i < filenames->tableSize; ++i) { 223 buffersPtr[i] = data_buffer_read(filenames->fileNames[i]) [all...] |
| /src/usr.bin/xlint/lint1/ |
| mem1.c | 50 * Filenames allocated by record_filename are shared and have unlimited 60 static struct filename *filenames; /* null-terminated array */ variable in typeref:struct:filename 69 for (fn = filenames; fn != NULL; fn = fn->fn_next) { 138 fn->fn_next = filenames; 139 filenames = fn;
|
| check-msgs.lua | 116 local filenames = assert(io.popen(cmd)) 117 for filename in filenames:lines() do 128 filenames:close()
|
| /src/external/apache2/llvm/dist/llvm/tools/sancov/ |
| coverage-report-server.py | 49 $filenames 80 def filenames(self): member in class:SymcovData 139 for filename in sorted(self.symcov_data.filenames()): 150 filenames='\n'.join(filelist))
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| base.py | 57 for dirname,subdirs,filenames in os.walk(dir): 65 for filename in filenames:
|
| /src/external/gpl2/groff/dist/src/utils/indxbib/ |
| indxbib.cpp | 88 string filenames; variable 447 store_reference(filenames.length(), 0, 0); 463 int filename_index = filenames.length(); 667 filenames += fn; 668 filenames += '\0'; 756 fwrite_or_die(filenames.contents(), 1, filenames.length(), indxfp); 765 h.strings_size = filenames.length();
|
| /src/external/bsd/libevent/dist/ |
| arc4random.c | 316 static const char *filenames[] = { local 323 for (i = 0; filenames[i]; ++i) { 324 if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| arc4random.c | 317 static const char *filenames[] = { local 324 for (i = 0; filenames[i]; ++i) { 325 if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| dump.exp | 73 set filenames {} 95 lappend filenames [set ${file} $this_name] 98 remote_exec host "rm -f $filenames"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| dump.exp | 73 set filenames {} 95 lappend filenames [set ${file} $this_name] 98 remote_exec host "rm -f $filenames" 570 remote_exec host "rm -f $filenames"
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| context.c | 662 * Reinit the context from a new set of filenames. 665 * @param filenames array of filenames, end of list is indicated with a NULL filename. 674 krb5_set_config_files(krb5_context context, char **filenames) 678 while(filenames != NULL && *filenames != NULL && **filenames != '\0') { 679 ret = krb5_config_parse_file_multi(context, *filenames, &tmp); 685 filenames++; 791 * @param pfilenames return array of filenames, should be freed with krb5_free_config_files() [all...] |
| /src/external/bsd/zstd/dist/zlibWrapper/examples/ |
| zwrapbench.c | 885 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); local 891 if (filenames==NULL) { DISPLAY("zstd: %s \n", strerror(errno)); exit(1); } 998 UTIL_refFilename(filenames, argument); 1006 UTIL_expandFNT(&filenames, 1); 1011 BMK_benchFiles(filenames->fileNames, (unsigned)filenames->tableSize, dictFileName, cLevel, cLevelLast); 1016 UTIL_freeFileNamesTable(filenames);
|
| /src/external/apache2/llvm/dist/clang/utils/perf-training/ |
| perf-helper.py | 23 filenames = [] 27 filenames.append(os.path.join(root, filename)) 28 return filenames
|
| /src/external/gpl2/gmake/dist/ |
| read.c | 134 static void record_files PARAMS ((struct nameseq *filenames, char *pattern, char *pattern_percent, 138 static void record_target_var PARAMS ((struct nameseq *filenames, char *defn, 468 struct nameseq *filenames = 0; 479 if (filenames != 0) \ 482 record_files (filenames, pattern, pattern_percent, deps, \ 486 filenames = 0; \ 499 The strategy is to accumulate target names in FILENAMES, dependencies 545 if (filenames != 0) 804 /* If no filenames, it's a no-op. */ 1005 filenames = multi_glob (parse_file_seq (&p2, '\0' 464 struct nameseq *filenames = 0; local [all...] |