Home
last modified time | relevance | path

Searched refs:DEFFILEMODE (Results 1 - 19 of 19) sorted by relevance

/third_party/elfutils/lib/
H A Dsystem.h143 #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 Darextract.c98 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, DEFFILEMODE); in main()
H A Decp.c46 int outfd = creat (argv[2], DEFFILEMODE); in main()
H A Dupdate2.c43 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
H A Dupdate1.c42 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
H A Dvendorelf.c40 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
H A Dupdate3.c50 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
H A Dalldts.c73 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
H A Demptyfile.c71 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
H A Dnewdata.c247 int fd = open (fname, O_RDWR|O_CREAT|O_TRUNC, DEFFILEMODE); in check_elf()
H A Dfillfile.c205 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
H A Delfstrtab.c138 int fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in check_elf()
H A Dupdate4.c54 fd = open (fname, O_RDWR | O_CREAT | O_TRUNC, DEFFILEMODE); in main()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH) macro
/third_party/elfutils/debuginfod/
H A Ddebuginfod-client.c248 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 Dsh.h379 #ifndef DEFFILEMODE
380 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
H A Dfuncs.c2529 mode = getmode(set, (mode_t)(DEFFILEMODE)); in c_mknod()
2549 mode = DEFFILEMODE; in c_mknod()
/third_party/elfutils/src/
H A Dar.c1399 newfd = open (arfname, O_RDWR | O_CREAT | O_EXCL, DEFFILEMODE); in do_oper_insert()
H A Dunstrip.c2194 ? DEFFILEMODE : ACCESSPERMS)); in handle_file()

Completed in 22 milliseconds