Searched refs:xcreate_stdio (Results 1 – 3 of 3) sorted by relevance
/external/toybox/lib/ |
D | xwrap.c | 396 int xcreate_stdio(char *path, int flags, int mode) in xcreate_stdio() function 407 return xcreate_stdio(path, flags, 0); in xopen_stdio() 464 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()
|
D | lib.h | 152 int xcreate_stdio(char *path, int flags, int mode);
|
/external/toybox/toys/pending/ |
D | sh.c | 1481 jj = xcreate_stdio(ss = xstrndup(ss, ll), O_RDONLY|WARN_ONLY, 0); in expand_arg_nobrace() 2237 if (-1 == (from = xcreate_stdio(sss, from|WARN_ONLY, 0666))) { in expand_redir()
|