Home
last modified time | relevance | path

Searched refs:safe_open (Results 1 – 25 of 35) sorted by relevance

12

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase.cpp91 safe_open(const char* file, const int flags) in safe_open() function
156 return database(impl::safe_open(":memory:", SQLITE_OPEN_READWRITE), true); in in_memory()
192 return database(impl::safe_open(file.c_str(), flags), true); in open()
205 return database(impl::safe_open("", SQLITE_OPEN_READWRITE), true); in temporary()
/netbsd-src/external/bsd/kyua-testers/dist/
H A Datf_list_test.c44 safe_open(const char* name) in safe_open() function
60 kyua_error_t error = atf_list_parse(safe_open(input_name), output); in do_ok_test()
90 kyua_error_t error = atf_list_parse(safe_open(input_name), output); in do_fail_test()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsafe_open.h31 extern VSTREAM *safe_open(const char *, int, mode_t, struct stat *, uid_t, gid_t, VSTRING *);
H A Dopen_lock.c69 if ((fp = safe_open(path, flags, mode, (struct stat *) 0, -1, -1, why)) == 0) in open_lock()
H A Dlogwriter.c87 fp = safe_open(path, O_CREAT | O_WRONLY | O_APPEND, 0644, in logwriter_open_or_die()
H A Dfifo_trigger.c79 if ((fp = safe_open(service, O_WRONLY | O_NONBLOCK, 0, in fifo_trigger()
H A Dsafe_open.c245 VSTREAM *safe_open(const char *path, int flags, mode_t mode, in safe_open() function
H A DMakefile.in21 readlline.c ring.c safe_getenv.c safe_open.c \
69 readlline.o ring.o safe_getenv.o safe_open.o \
113 safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h \
1932 fifo_trigger.o: safe_open.h
2160 logwriter.o: safe_open.h
2491 open_lock.o: safe_open.h
2563 safe_open.o: check_arg.h
2564 safe_open.o: msg.h
2565 safe_open.o: safe_open.c
2566 safe_open.o: safe_open.h
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Ddg-extract-results.py27 def safe_open (filename): function
493 with safe_open (segment.filename) as file:
568 with safe_open (filename) as file:
/netbsd-src/external/gpl3/gdb.old/dist/contrib/
H A Ddg-extract-results.py27 def safe_open (filename): function
495 with safe_open (segment.filename) as file:
570 with safe_open (filename) as file:
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Ddg-extract-results.py27 def safe_open (filename): function
495 with safe_open (segment.filename) as file:
570 with safe_open (filename) as file:
/netbsd-src/external/ibm-public/postfix/dist/src/master/
H A DMakefile.in118 dgram_server.o: ../../include/safe_open.h
159 event_server.o: ../../include/safe_open.h
381 multi_server.o: ../../include/safe_open.h
423 single_server.o: ../../include/safe_open.h
465 trigger_server.o: ../../include/safe_open.h
H A Ddgram_server.c597 if ((dgram_server_lock = safe_open(lock_path, O_CREAT | O_RDWR, 0600, in dgram_server_main()
H A Dtrigger_server.c729 if ((trigger_server_lock = safe_open(lock_path, O_CREAT | O_RDWR, 0600, in trigger_server_main()
H A Dsingle_server.c738 if ((single_server_lock = safe_open(lock_path, O_CREAT | O_RDWR, 0600, in single_server_main()
H A Dmulti_server.c848 if ((multi_server_lock = safe_open(lock_path, O_CREAT | O_RDWR, 0600, in multi_server_main()
H A Devent_server.c882 if ((event_server_lock = safe_open(lock_path, O_CREAT | O_RDWR, 0600, in event_server_main()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmbox_open.c165 if ((fp = safe_open(path, flags | O_NONBLOCK, mode, st, in mbox_open()
/netbsd-src/external/ibm-public/postfix/dist/src/postlock/
H A DMakefile.in79 postlock.o: ../../include/safe_open.h
/netbsd-src/external/ibm-public/postfix/dist/src/pickup/
H A DMakefile.in84 pickup.o: ../../include/safe_open.h
H A Dpickup.c453 qfile = safe_open(info->path, O_RDONLY | O_NONBLOCK, 0, in pickup_file()
/netbsd-src/external/ibm-public/postfix/dist/src/postsuper/
H A DMakefile.in79 postsuper.o: ../../include/safe_open.h
/netbsd-src/external/ibm-public/postfix/dist/src/flush/
H A DMakefile.in87 flush.o: ../../include/safe_open.h
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A DMakefile.in109 mailbox.o: ../../include/safe_open.h
143 maildir.o: ../../include/safe_open.h
/netbsd-src/external/ibm-public/postfix/lib/util/
H A DMakefile173 safe_open.c \

12