/external/ltp/testcases/kernel/sched/eas/ |
D | util.c | 60 char *filebuf, *tmp1, *tmp2; in read_capacity_sched_domains() local 73 filebuf = calloc(1, CAP_STATE_FILE_SIZE + 1); in read_capacity_sched_domains() 74 if (!filebuf) { in read_capacity_sched_domains() 78 tmp1 = filebuf; in read_capacity_sched_domains() 90 if (tmp1 - filebuf == CAP_STATE_FILE_SIZE) { in read_capacity_sched_domains() 94 tmp1 = strrchr(filebuf, '\t'); in read_capacity_sched_domains() 95 if (!tmp1 || tmp1 == filebuf ) { in read_capacity_sched_domains() 96 printf("Malformatted cap_states_file (1).\n%s\n", filebuf); in read_capacity_sched_domains() 100 if (!tmp1 || tmp1 == filebuf) { in read_capacity_sched_domains() 101 printf("Malformatted cap_states_file (2).\n%s\n", filebuf); in read_capacity_sched_domains() [all …]
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | seekoff.pass.cpp | 27 typedef std::filebuf::pos_type pos_type; in main() 28 std::filebuf f; in main() 48 typedef std::filebuf::pos_type pos_type; in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | seekoff.pass.cpp | 26 typedef std::filebuf::pos_type pos_type; in main() 27 std::filebuf f; in main() 47 typedef std::filebuf::pos_type pos_type; in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/ |
D | close.pass.cpp | 26 std::filebuf f; in main() 37 std::filebuf f; in main()
|
D | open_path.pass.cpp | 28 std::filebuf f; in main() 34 std::filebuf f; in main()
|
D | open_pointer.pass.cpp | 22 std::filebuf f; in main() 28 std::filebuf f; in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/ |
D | open_path.pass.cpp | 27 std::filebuf f; in main() 33 std::filebuf f; in main()
|
D | open_pointer.pass.cpp | 22 std::filebuf f; in main() 28 std::filebuf f; in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
D | move_assign.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2; in main()
|
D | member_swap.pass.cpp | 25 std::filebuf f; in main() 32 std::filebuf f2; in main()
|
D | nonmember_swap.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2; in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/ |
D | move_assign.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2; in main()
|
D | member_swap.pass.cpp | 25 std::filebuf f; in main() 32 std::filebuf f2; in main()
|
D | nonmember_swap.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2; in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/ |
D | move.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2(move(f)); in main()
|
D | default.pass.cpp | 23 std::filebuf f; in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/ |
D | move.pass.cpp | 27 std::filebuf f; in main() 34 std::filebuf f2(move(f)); in main()
|
D | default.pass.cpp | 24 std::filebuf f; in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/ |
D | rdbuf.pass.cpp | 27 std::filebuf* fb = fs.rdbuf(); in main()
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/ |
D | rdbuf.pass.cpp | 24 std::filebuf* fb = fs.rdbuf(); in main()
|
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 1280 char *filebuf = calloc(F2FS_BLKSIZE, 2); in f2fs_write_default_quota() local 1286 if (filebuf == NULL) { in f2fs_write_default_quota() 1296 memcpy(filebuf, &ddqheader, sizeof(ddqheader)); in f2fs_write_default_quota() 1306 memcpy(filebuf + V2_DQINFOOFF, &ddqinfo, sizeof(ddqinfo)); in f2fs_write_default_quota() 1308 filebuf[1024] = 2; in f2fs_write_default_quota() 1309 filebuf[2048] = 3; in f2fs_write_default_quota() 1310 filebuf[3072] = 4; in f2fs_write_default_quota() 1311 filebuf[4096] = 5; in f2fs_write_default_quota() 1313 filebuf[5120 + 8] = 1; in f2fs_write_default_quota() 1332 memcpy(filebuf + 5136, &dqblk, sizeof(struct v2r1_disk_dqblk)); in f2fs_write_default_quota() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
D | rdbuf.pass.cpp | 26 std::filebuf* fb = fs.rdbuf(); in main()
|
/external/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/ |
D | rdbuf.pass.cpp | 26 std::filebuf* fb = fs.rdbuf(); in main()
|
/external/libcxx/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 100 test<std::filebuf* >(); in main()
|
/external/llvm-project/libcxx/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 101 test<std::filebuf* >(); in main()
|