Searched refs:data_file_fd (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/basic/
H A Ddenytest.c2157 static int data_file_fd = -1; variable
2353 if (data_file_fd >= 0) {
2355 res = write(data_file_fd, &cxd, sizeof(cxd));
2627 data_file_fd = open(data_file, O_WRONLY|O_CREAT|O_TRUNC, 0666);
2628 if (data_file_fd < 0) {
2655 close(data_file_fd);
2656 data_file_fd = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/basic/
H A Ddenytest.c2157 static int data_file_fd = -1; variable
2353 if (data_file_fd >= 0) {
2355 res = write(data_file_fd, &cxd, sizeof(cxd));
2627 data_file_fd = open(data_file, O_WRONLY|O_CREAT|O_TRUNC, 0666);
2628 if (data_file_fd < 0) {
2655 close(data_file_fd);
2656 data_file_fd = -1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/basic/
H A Ddenytest.c2157 static int data_file_fd = -1; variable
2353 if (data_file_fd >= 0) {
2355 res = write(data_file_fd, &cxd, sizeof(cxd));
2627 data_file_fd = open(data_file, O_WRONLY|O_CREAT|O_TRUNC, 0666);
2628 if (data_file_fd < 0) {
2655 close(data_file_fd);
2656 data_file_fd = -1;

Completed in 119 milliseconds