Searched refs:DEFFILEMODE (Results 1 - 19 of 19) sorted by relevance
/third_party/elfutils/lib/ |
H A D | system.h | 143 #ifndef DEFFILEMODE 144 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)/* 0666 */ macro
|
/third_party/elfutils/tests/ |
H A D | arextract.c | 98 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, DEFFILEMODE); in main()
|
H A D | ecp.c | 46 int outfd = creat (argv[2], DEFFILEMODE); in main()
|
H A D | update2.c | 43 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
|
H A D | update1.c | 42 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
|
H A D | vendorelf.c | 40 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
|
H A D | update3.c | 50 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
|
H A D | alldts.c | 73 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
|
H A D | emptyfile.c | 71 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
|
H A D | newdata.c | 247 int fd = open (fname, O_RDWR|O_CREAT|O_TRUNC, DEFFILEMODE); in check_elf()
|
H A D | fillfile.c | 205 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
|
H A D | elfstrtab.c | 138 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
|
H A D | update4.c | 54 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 248 int fd = open(config_path, O_CREAT | O_RDWR, DEFFILEMODE); in debuginfod_config_cache() 1656 int efd = open (target_cache_path, O_CREAT|O_EXCL, DEFFILEMODE); in debuginfod_query_server()
|
/third_party/mksh/ |
H A D | sh.h | 379 #ifndef DEFFILEMODE 380 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
|
H A D | funcs.c | 2529 mode = getmode(set, (mode_t)(DEFFILEMODE)); in c_mknod() 2549 mode = DEFFILEMODE; in c_mknod()
|
/third_party/elfutils/src/ |
H A D | ar.c | 1399 newfd = open (arfname, O_RDWR | O_CREAT | O_EXCL, DEFFILEMODE); in do_oper_insert()
|
H A D | unstrip.c | 2194 ? DEFFILEMODE : ACCESSPERMS)); in handle_file()
|
Completed in 22 milliseconds