Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*readdir\(\)\s+problem\s+when\s+using\s+\-D_FILE_OFFSET_BITS\=64\s+in\s+gcc\s*$/: 6 ]

Total 6 documents matching your query.

1. readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: Min.Yuan@xxxxxxxxxxxx (Min Yuan)
Date: Thu, 20 Sep 2001 11:56:42 -0400
Redhat7.1 supports large file(>2GB), but you have to add -D_FILE_OFFSET_BITS=64 to gcc The following is a very simple program: include <sys/types.h> #include <stdio.h> #include <dirent.h> int main()
/archives/xfs/2001-09/msg00463.html (9,748 bytes)

2. readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: Min.Yuan@xxxxxxxxxxxx (Min Yuan)
Date: Thu, 20 Sep 2001 12:24:15 -0400
Redhat7.1 supports large file(>2GB), but you have to add -D_FILE_OFFSET_BITS=64 to gcc The following is a very simple program: include <sys/types.h> #include <stdio.h> #include <dirent.h> int main()
/archives/xfs/2001-09/msg00465.html (9,818 bytes)

3. Re: readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: Nathan Scott <nathans@xxxxxxx>
Date: Fri, 21 Sep 2001 10:45:23 +1100
Your program has a bug in it. ;) When compiled with -D_FILE_OFFSET_BITS=64 you need to change the line: printf("inode:%d and d_name:%s\n", dent->d_ino, dent->d_name); ^^ to: printf("inode:%lld and d
/archives/xfs/2001-09/msg00494.html (8,955 bytes)

4. readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: >
Date: Thu, 20 Sep 2001 11:56:42 -0400
Redhat7.1 supports large file(>2GB), but you have to add -D_FILE_OFFSET_BITS=64 to gcc The following is a very simple program: include <sys/types.h> #include <stdio.h> #include <dirent.h> int main()
/archives/xfs/2001-09/msg01141.html (9,748 bytes)

5. readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: >
Date: Thu, 20 Sep 2001 12:24:15 -0400
Redhat7.1 supports large file(>2GB), but you have to add -D_FILE_OFFSET_BITS=64 to gcc The following is a very simple program: include <sys/types.h> #include <stdio.h> #include <dirent.h> int main()
/archives/xfs/2001-09/msg01143.html (9,818 bytes)

6. Re: readdir() problem when using -D_FILE_OFFSET_BITS=64 in gcc (score: 1)
Author: >
Date: Fri, 21 Sep 2001 10:45:23 +1100
Your program has a bug in it. ;) When compiled with -D_FILE_OFFSET_BITS=64 you need to change the line: printf("inode:%d and d_name:%s\n", dent->d_ino, dent->d_name); ^^ to: printf("inode:%lld and d
/archives/xfs/2001-09/msg01172.html (8,955 bytes)


This search system is powered by Namazu