Home
last modified time | relevance | path

Searched refs:swrite (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/mail/
H A Dcmdtab.c81 { "write", { swrite }, STRLIST, 0, 0 },
H A Dextern.h238 int swrite(void *);
H A Dcmd2.c201 swrite(void *v) in swrite() function
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlform.pod414 Or to make an swrite() subroutine, which is to write() what sprintf()
418 sub swrite {
419 croak "usage: swrite PICTURE ARGS" unless @_;
426 $string = swrite(<<'END', 1, 2, 3);
/openbsd/gnu/usr.bin/perl/t/op/
H A Dwrite.t74 sub swrite {