Home
last modified time | relevance | path

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

/freebsd/bin/sh/
H A Doutput.c107 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 Doutput.h64 void outbin(const void *, size_t, struct output *);
H A Dvar.c628 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 Dexpand.c1490 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 Deval.c764 outbin(text, p - text, out2); in xtracecommand()
/freebsd/bin/sh/bltin/
H A Dbltin.h59 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file)