Lines Matching defs:out
945 * - every fork writes out a separate junit.xml file. gitlab is better
947 * this across forks to write out only one file.
1035 * all the other ones out just for the case where
1087 goto out;
1120 out:
1201 goto out;
1218 goto out;
1224 goto out;
1228 out:
1358 int in, out, length;
1370 out = mkstemps(file->path, suffixlen);
1372 out = open(file->path, O_CREAT|O_WRONLY, 0644);
1374 if (out == -1)
1382 litest_assert_int_eq(write(out, header, length), length);
1392 litest_assert_int_gt(litest_send_file(out, in), 0);
1395 size_t written = write(out, src, strlen(src));
1399 close(out);