Home
last modified time | relevance | path

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

/freebsd-14.2/bin/sh/
H A Doutput.c113 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 Doutput.h66 void outbin(const void *, size_t, struct output *);
H A Dvar.c634 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 Dexpand.c1496 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 Deval.c770 outbin(text, p - text, out2); in xtracecommand()
/freebsd-14.2/bin/sh/bltin/
H A Dbltin.h61 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file)