Home
last modified time | relevance | path

Searched refs:memout (Results 1 – 6 of 6) sorted by relevance

/freebsd/bin/sh/
H A Deval.c1126 memout.nextc = memout.buf; in evalcommand()
1175 backcmd->buf = memout.buf; in evalcommand()
1176 backcmd->nleft = memout.buf != NULL ? in evalcommand()
1177 memout.nextc - memout.buf : 0; in evalcommand()
1178 memout.buf = NULL; in evalcommand()
1179 memout.nextc = NULL; in evalcommand()
1180 memout.bufend = NULL; in evalcommand()
1181 memout.bufsize = 64; in evalcommand()
H A Doutput.h52 extern struct output memout;
H A Dredir.c157 out1 = &memout; in redirect()
159 out2 = &memout; in redirect()
H A Doutput.c70 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
H A DTOUR274 put, "errout" the standard error, and "memout" contains output
279 respectively, but they are set to point to memout when appropri-
/freebsd/crypto/openssl/test/
H A Dbio_base64_test.c65 static int memout(BIO *mem, char c, int llen, int *pos) in memout() function
83 && memout(mem, ' ', llen, pos) == 0) in memoutws()
85 return memout(mem, c, llen, pos); in memoutws()