| /OK3568_Linux_fs/kernel/arch/mips/vdso/ |
| H A D | genvdso.c | 69 static FILE *out_file; variable 251 out_file = fopen(out_path, "w"); in main() 252 if (!out_file) { in main() 258 fprintf(out_file, "/* Automatically generated - do not edit */\n"); in main() 259 fprintf(out_file, "#include <linux/linkage.h>\n"); in main() 260 fprintf(out_file, "#include <linux/mm.h>\n"); in main() 261 fprintf(out_file, "#include <asm/vdso.h>\n"); in main() 262 fprintf(out_file, "static int vdso_mremap(\n"); in main() 263 fprintf(out_file, " const struct vm_special_mapping *sm,\n"); in main() 264 fprintf(out_file, " struct vm_area_struct *new_vma)\n"); in main() [all …]
|
| H A D | genvdso.h | 116 fprintf(out_file, in FUNC()
|
| /OK3568_Linux_fs/external/recovery/ |
| H A D | encryptedfs_provisioning.c | 76 FILE *out_file; in set_binary_file_contents() local 79 out_file = fopen(file_name, "w"); in set_binary_file_contents() 80 if (out_file == NULL) { in set_binary_file_contents() 85 write_bytes = fwrite(buffer, 1, buf_size, out_file); in set_binary_file_contents() 88 fclose(out_file); in set_binary_file_contents() 93 fclose(out_file); in set_binary_file_contents() 122 FILE *out_file; in set_text_file_contents() local 125 out_file = fopen(file_name, "w"); in set_text_file_contents() 126 if (out_file == NULL) { in set_text_file_contents() 131 result = fputs(buffer, out_file); in set_text_file_contents() [all …]
|
| /OK3568_Linux_fs/external/mpp/tools/hooks/ |
| H A D | pre-commit | 3 out_file="./fmt_df.txt" 14 git status -s | grep "^MM " > $out_file 16 if [ -s $out_file ] 19 rm $out_file 25 if [ -f $out_file ] 27 rm $out_file
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | st_shmem_utils.c | 22 goto out_file; in igt_shmem_basic() 28 goto out_file; in igt_shmem_basic() 34 goto out_file; in igt_shmem_basic() 39 goto out_file; in igt_shmem_basic() 51 out_file: in igt_shmem_basic()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dump.c | 51 char test_file[256], out_file[256], diff_cmd[1024]; in test_btf_dump_case() local 78 snprintf(out_file, sizeof(out_file), "/tmp/%s.output.XXXXXX", t->file); in test_btf_dump_case() 79 fd = mkstemp(out_file); in test_btf_dump_case() 118 test_file, out_file); in test_btf_dump_case() 122 out_file, err, diff_cmd)) in test_btf_dump_case() 125 remove(out_file); in test_btf_dump_case()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 65 goto out_file; in live_nop_switch() 72 goto out_file; in live_nop_switch() 88 goto out_file; in live_nop_switch() 102 goto out_file; in live_nop_switch() 113 goto out_file; in live_nop_switch() 126 goto out_file; in live_nop_switch() 171 goto out_file; in live_nop_switch() 179 out_file: in live_nop_switch() 304 goto out_file; in live_parallel_switch() 314 goto out_file; in live_parallel_switch() [all …]
|
| H A D | i915_gem_object_blt.c | 490 goto out_file; in igt_threaded_blt() 526 out_file: in igt_threaded_blt()
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts_rd.c | 17 static struct file *in_file, *out_file; variable 198 out_file = filp_open("/dev/ram", O_RDWR, 0); in rd_load_image() 199 if (IS_ERR(out_file)) in rd_load_image() 221 rd_blocks = nr_blocks(out_file); in rd_load_image() 257 kernel_write(out_file, buf, BLOCK_SIZE, &out_pos); in rd_load_image() 272 fput(out_file); in rd_load_image() 301 long written = kernel_write(out_file, window, outcnt, &out_pos); in compr_flush()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/meson/meson/ |
| H A D | meson-setup.py | 36 with open(cross_file, "w") as out_file: 37 out_file.write(output) 42 with open(native_file, "w") as out_file: 43 out_file.write(output)
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/tests/ |
| H A D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 89 if self.retcode == 0 and out_file: 90 with open(os.path.join(temp_dir, out_file)) as f: 111 print("[output for '{}']".format(out_file)) 208 return self._run_conf('--savedefconfig', out_file='defconfig') 217 out_file=None)
|
| /OK3568_Linux_fs/buildroot/package/python-pyqt5/ |
| H A D | 0001-configure-skip-qtdetail.patch | 24 - remove_file(out_file) 27 if not os.access(out_file, os.F_OK): 28 … error("%s failed to create %s. Make sure your Qt installation is correct." % (cmd, out_file))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/ |
| H A D | igt_mmap.c | 29 goto out_file; in igt_mmap_node() 36 out_file: in igt_mmap_node()
|
| H A D | intel_memory_region.c | 492 goto out_file; in igt_lmem_write_gpu() 500 goto out_file; in igt_lmem_write_gpu() 514 out_file: in igt_lmem_write_gpu()
|
| /OK3568_Linux_fs/kernel/tools/vm/ |
| H A D | slabinfo-gnuplot.sh | 52 local out_file 61 out_file=`basename "$file"` 99 echo "$out_file.png"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/cmake/ |
| H A D | cmake-setup.py | 32 with open(cross_file, "w") as out_file: 33 out_file.write(output)
|
| /OK3568_Linux_fs/kernel/scripts/mod/ |
| H A D | sumversion.c | 337 goto out_file; in parse_source_files() 343 goto out_file; in parse_source_files() 371 goto out_file; in parse_source_files() 380 out_file: in parse_source_files()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.h | 30 char out_file[255]; member
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | resource_tool.c | 1265 FILE *out_file = NULL; in dump_file() local 1276 out_file = fopen(path, "wb"); in dump_file() 1277 if (!out_file) { in dump_file() 1296 if (!fwrite(buf, n, 1, out_file)) { in dump_file() 1305 if (out_file) in dump_file() 1306 fclose(out_file); in dump_file()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | resource_tool.c | 1265 FILE *out_file = NULL; in dump_file() local 1276 out_file = fopen(path, "wb"); in dump_file() 1277 if (!out_file) { in dump_file() 1296 if (!fwrite(buf, n, 1, out_file)) { in dump_file() 1305 if (out_file) in dump_file() 1306 fclose(out_file); in dump_file()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | bio.h | 482 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | bio.h | 474 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | bio.h | 482 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | bio.h | 474 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | bio.h | 482 OPENSSL_EXPORT int BIO_get_fp(BIO *bio, FILE **out_file);
|