Searched refs:memout (Results 1 – 6 of 6) sorted by relevance
| /freebsd/bin/sh/ |
| H A D | eval.c | 1126 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 D | output.h | 52 extern struct output memout;
|
| H A D | redir.c | 157 out1 = &memout; in redirect() 159 out2 = &memout; in redirect()
|
| H A D | output.c | 70 struct output memout = {NULL, NULL, NULL, 64, MEM_OUT, 0}; variable
|
| H A D | TOUR | 274 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 D | bio_base64_test.c | 65 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()
|