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

/freebsd-12-stable/bin/sh/bltin/
H A Dbltin.h62 #define fwrite(ptr, size, nmemb, file) outbin(ptr, (size) * (nmemb), file)
/freebsd-12-stable/bin/sh/
H A Doutput.c115 outbin(p, strlen(p), file);
127 outbin(seq, 4, file);
164 outbin(p, clen, file);
201 outbin(const void *data, size_t len, struct output *file) function
327 outbin(buf, len, o);
H A Doutput.h67 void outbin(const void *, size_t, struct output *);
H A Dvar.c636 outbin(vars[i], s - vars[i], out1);
710 outbin(vp->text,
715 outbin(vp->text, vp->name_len,
H A Dexpand.c1498 outbin(argv[i], strlen(argv[i]) + 1, out1);
1551 outbin(arglist.args[i], strlen(arglist.args[i]) + 1, out1);
H A Deval.c775 outbin(text, p - text, out2);

Completed in 56 milliseconds