OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xwrite
(Results
1 - 5
of
5
) sorted by null
/system/core/sh/
output.h
73
int
xwrite
(int, char *, int);
redir.c
268
xwrite
(pip[1], redir->nhere.doc->narg.text, len);
282
xwrite
(pip[1], redir->nhere.doc->narg.text, len);
memalloc.c
278
xwrite
(herefd, stackblock(), len);
output.c
190
if (
xwrite
(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
479
xwrite
(int fd, char *buf, int nbytes)
function
expand.c
122
xwrite
(fd, stackblock(), expdest - stackblock());
Completed in 556 milliseconds