Searched refs:outbin (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/bin/sh/ |
| H A D | output.c | 113 outbin(p, strlen(p), file); in outstr() 125 outbin(seq, 4, file); in byteseq() 162 outbin(p, clen, file); in outdqstr() 199 outbin(const void *data, size_t len, struct output *file) in outbin() function 325 outbin(buf, len, o); in doformat_wr()
|
| H A D | output.h | 66 void outbin(const void *, size_t, struct output *);
|
| H A D | var.c | 634 outbin(vars[i], s - vars[i], out1); in showvarscmd() 708 outbin(vp->text, in exportcmd() 713 outbin(vp->text, vp->name_len, in exportcmd()
|
| H A D | expand.c | 1496 outbin(argv[i], strlen(argv[i]) + 1, out1); in wordexpcmd() 1549 outbin(arglist.args[i], strlen(arglist.args[i]) + 1, out1); in freebsd_wordexpcmd()
|
| H A D | eval.c | 770 outbin(text, p - text, out2); in xtracecommand()
|
| /freebsd-14.2/bin/sh/bltin/ |
| H A D | bltin.h | 61 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file)
|