Searched refs:outbin (Results 1 – 6 of 6) sorted by relevance
/freebsd/bin/sh/ |
H A D | output.c | 107 outbin(p, strlen(p), file); in outstr() 119 outbin(seq, 4, file); in byteseq() 156 outbin(p, clen, file); in outdqstr() 193 outbin(const void *data, size_t len, struct output *file) in outbin() function 319 outbin(buf, len, o); in doformat_wr()
|
H A D | output.h | 64 void outbin(const void *, size_t, struct output *);
|
H A D | var.c | 628 outbin(vars[i], s - vars[i], out1); in showvarscmd() 702 outbin(vp->text, in exportcmd() 707 outbin(vp->text, vp->name_len, in exportcmd()
|
H A D | expand.c | 1490 outbin(argv[i], strlen(argv[i]) + 1, out1); in wordexpcmd() 1543 outbin(arglist.args[i], strlen(arglist.args[i]) + 1, out1); in freebsd_wordexpcmd()
|
H A D | eval.c | 764 outbin(text, p - text, out2); in xtracecommand()
|
/freebsd/bin/sh/bltin/ |
H A D | bltin.h | 59 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file)
|