Home
last modified time | relevance | path

Searched refs:strace_fopen (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dstrace.c459 strace_fopen(const char *path) in strace_fopen() function
724 tcp->outf = strace_fopen(name); in after_successful_attach()
1856 shared_log = strace_fopen(outfname); in init()
DChangeLog-CVS1225 * strace.c (strace_fopen): [_LFS64_LARGEFILE]: Use fopen64.
1442 * strace.c (set_cloexec_flag, strace_fopen, strace_popen,
1445 (newoutf): Make static, use strace_fopen().
1446 (main): Use strace_fopen() and strace_popen(), remove uids
DChangeLog5604 (strace_fopen): Open file in "a" mode if open_append is set to true.
51145 Make strace_fopen abort on error.
51146 Error from strace_fopen in main results in call to exit(1).
51147 Error from strace_fopen in newoutf is propagated to newoutf
51156 IOW: in all cases, error in strace_fopen should be fatal.
51158 * strace.c (strace_fopen): Abort on error instead of returning NULL.
51161 (main): Remove error check on strace_fopen return value.
51173 (strace_fopen): Remove error check on set_cloexec_flag return value.