Searched refs:TFILE (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/syscalls/lseek/ |
D | lseek01.c | 32 #define TFILE "tfile" macro 61 tst_res(TFAIL | TTERRNO, "lseek(%s, %ld, %s) failed", TFILE, in verify_lseek() 68 TFILE, tc->off, tc->wname, TST_RET, tc->exp_off); in verify_lseek() 76 TFILE, tc->off, tc->wname); in verify_lseek() 79 TFILE, tc->off, tc->wname); in verify_lseek() 85 fd = SAFE_OPEN(TFILE, O_RDWR | O_CREAT, 0644); in setup()
|
D | lseek02.c | 39 #define TFILE "tfile" macro 92 fd = SAFE_OPEN(TFILE, O_RDWR | O_CREAT, 0777); in setup()
|
/external/jemalloc/bin/ |
D | jeprof.in | 3798 open(TFILE, "<$file_name"); 3799 binmode TFILE; 3800 my $firstline = ReadProfileHeader(*TFILE); 3801 close(TFILE);
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 3801 open(TFILE, "<$file_name"); 3802 binmode TFILE; 3803 my $firstline = ReadProfileHeader(*TFILE); 3804 close(TFILE);
|