| /src/external/bsd/jemalloc.old/dist/scripts/ |
| gen_travis.py | 221 def included(combination, exclude): function 223 Checks if the combination of options should be included in the Travis 234 if included(combination, exclude):
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_travis.py | 232 def included(combination, exclude): function 234 Checks if the combination of options should be included in the Travis 245 if included(combination, exclude):
|
| /src/external/gpl2/gmake/dist/ |
| read.c | 73 to new structures for included makefiles. */ 309 char *included = 0; 346 the `MAKEFILES' variable or an included makefile, 347 search the included makefile search path for this makefile. */ 353 included = concat (include_directories[i], "/", filename); 354 ebuf.fp = fopen (included, "r"); 357 filename = included; 360 free (included); 363 if (filename != included) 364 included = 0 306 char *included = 0; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| linker.c | 222 included in the link. For each such element it must call the 237 be included, the <<add_archive_element>> linker callback 303 will point to a list of all the input files included in the 388 are present should be included in the output file. 392 is used to further controls which local symbols are included 923 to see if an object file should be included. This allows targets 925 to TRUE if the object file should be included, and must also call 941 unsigned char *included; 955 amt *= sizeof (*included); 956 included = (unsigned char *) bfd_zmalloc (amt) 938 unsigned char *included; local [all...] |
| elflink.c | 4515 warnings when they are included in an output file. */ 4808 /* If we have already included this dynamic object in the 6265 unsigned char *included = NULL; 6283 files we know to be already included. This is to speed up the 6288 amt = c * sizeof (*included); 6289 included = (unsigned char *) bfd_zmalloc (amt); 6290 if (included == NULL) 6316 if (included[i]) 6320 included[i] = true; 6379 included[i] = true 6256 unsigned char *included = NULL; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| linker.c | 222 included in the link. For each such element it must call the 237 be included, the <<add_archive_element>> linker callback 303 will point to a list of all the input files included in the 388 are present should be included in the output file. 392 is used to further controls which local symbols are included 921 to see if an object file should be included. This allows targets 923 to TRUE if the object file should be included, and must also call 939 unsigned char *included; 953 amt *= sizeof (*included); 954 included = (unsigned char *) bfd_zmalloc (amt) 936 unsigned char *included; local [all...] |
| elflink.c | 4479 warnings when they are included in an output file. */ 4772 /* If we have already included this dynamic object in the 6227 unsigned char *included = NULL; 6245 files we know to be already included. This is to speed up the 6250 amt = c * sizeof (*included); 6251 included = (unsigned char *) bfd_zmalloc (amt); 6252 if (included == NULL) 6278 if (included[i]) 6282 included[i] = true; 6341 included[i] = true 6218 unsigned char *included = NULL; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| linker.c | 222 included in the link. For each such element it must call the 237 be included, the <<add_archive_element>> linker callback 303 will point to a list of all the input files included in the 388 are present should be included in the output file. 392 is used to further controls which local symbols are included 905 to see if an object file should be included. This allows targets 907 to TRUE if the object file should be included, and must also call 923 unsigned char *included; 937 amt *= sizeof (*included); 938 included = (unsigned char *) bfd_zmalloc (amt) 920 unsigned char *included; local [all...] |
| elflink.c | 4452 warnings when they are included in an output file. */ 4745 /* If we have already included this dynamic object in the 6190 unsigned char *included = NULL; 6208 files we know to be already included. This is to speed up the 6213 amt = c * sizeof (*included); 6214 included = (unsigned char *) bfd_zmalloc (amt); 6215 if (included == NULL) 6241 if (included[i]) 6245 included[i] = true; 6286 included[i] = true 6181 unsigned char *included = NULL; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| linker.c | 222 included in the link. For each such element it must call the 237 be included, the <<add_archive_element>> linker callback 303 will point to a list of all the input files included in the 388 are present should be included in the output file. 392 is used to further controls which local symbols are included 921 to see if an object file should be included. This allows targets 923 to TRUE if the object file should be included, and must also call 939 unsigned char *included; 953 amt *= sizeof (*included); 954 included = (unsigned char *) bfd_zmalloc (amt) 936 unsigned char *included; local [all...] |
| elflink.c | 4497 warnings when they are included in an output file. */ 4790 /* If we have already included this dynamic object in the 6245 unsigned char *included = NULL; 6263 files we know to be already included. This is to speed up the 6268 amt = c * sizeof (*included); 6269 included = (unsigned char *) bfd_zmalloc (amt); 6270 if (included == NULL) 6296 if (included[i]) 6300 included[i] = true; 6359 included[i] = true 6236 unsigned char *included = NULL; local [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_write_set_format_zip.c | 1303 int included = 7; local 1306 e[0] = included; /* bitmap of included fields */ 1308 if (included & 1) { 1313 if (included & 2) { 1317 if (included & 4) { 1322 if (included & 8) { 2081 * be recorded here; ctime and atime are also included in the
|