| /src/external/gpl3/binutils/dist/include/som/ |
| lst.h | 46 unsigned char file_end[4]; member in struct:som_external_lst_header
|
| internal.h | 202 unsigned int file_end; member in struct:som_lst_header
|
| /src/external/gpl3/binutils.old/dist/include/som/ |
| lst.h | 46 unsigned char file_end[4]; member in struct:som_external_lst_header
|
| internal.h | 202 unsigned int file_end; member in struct:som_lst_header
|
| /src/external/gpl3/gdb/dist/include/som/ |
| lst.h | 46 unsigned char file_end[4]; member in struct:som_external_lst_header
|
| internal.h | 202 unsigned int file_end; member in struct:som_lst_header
|
| /src/external/gpl3/gdb.old/dist/include/som/ |
| lst.h | 46 unsigned char file_end[4]; member in struct:som_external_lst_header
|
| internal.h | 202 unsigned int file_end; member in struct:som_lst_header
|
| /src/external/mpl/bind/dist/tests/bench/ |
| qp-dump.c | 143 char *pos = NULL, *file_end = NULL; local 193 file_end = pos + filesize; 194 while (pos < file_end) {
|
| qplookups.c | 137 char *pos = NULL, *file_end = NULL; local 159 file_end = pos + filesize; 160 while (pos < file_end) {
|
| load-names.c | 491 char *pos = NULL, *file_end = NULL; local 522 file_end = pos + filesize; 523 while (pos < file_end) {
|
| /src/external/bsd/nvi/dist/common/ |
| exf.c | 303 * flag so that the file_end routine ignores the backing information 307 * Side-effect: after the call to file_end(), sp->frp may be NULL. 311 if (file_end(sp, NULL, LF_ISSET(FS_FORCE))) { 312 (void)file_end(sp, ep, 1); 630 * file_end -- 633 * PUBLIC: int file_end __P((SCR *, EXF *, int)); 636 file_end(SCR *sp, EXF *ep, int force) function
|
| /src/external/gpl2/gmake/dist/ |
| file.c | 344 register struct file **file_end; 355 file_end = file_slot + files.ht_size; 356 for ( ; file_slot < file_end; file_slot++) 639 struct file **file_end; 653 file_end = file_slot_0 + files.ht_fill; 654 for (file_slot = file_slot_0; file_slot < file_end; file_slot++) 342 register struct file **file_end; local 636 struct file **file_end; local
|