Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c396 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()
Dlib.h152 int xcreate_stdio(char *path, int flags, int mode);
/external/toybox/toys/pending/
Dsh.c1481 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()