Searched refs:outmem (Results 1 – 2 of 2) sorted by relevance
| /third_party/uapp/dash/src/ |
| A D | output.h | 66 void outmem(const char *, size_t, struct output *); 122 #define out1mem(s, l) outmem((s), (l), out1)
|
| A D | output.c | 136 outmem(const char *p, size_t len, struct output *dest) in outmem() function 212 outmem(p, len, file); in outstr() 224 outmem(&buf, 1, dest); in outcslow() 344 outmem(s, len, dest); in doformat()
|
Completed in 3 milliseconds