Searched refs:paste (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/data/
H A Dsolaris_cmdlist.h144 ASTCMDLIST(paste)
145 BINCMDLIST(paste)
146 GNUCMDLIST(paste)
/illumos-gate/usr/src/cmd/ksh/builtins/
H A DMakefile48 paste \
/illumos-gate/usr/src/lib/libcmd/
H A DMakefile.com62 paste.o \
/illumos-gate/usr/src/lib/libcmd/common/
H A Dpaste.c26 * paste [-s] [-d delim] [file] ...
28 * paste lines from files together
32 "[-?\n@(#)$Id: paste (AT&T Research) 2009-11-28 $\n]"
34 "[+NAME?paste - merge lines of files]"
81 * paste the lines of the <nstreams> defined in <streams> and put results
85 static int paste(int nstream,Sfio_t* streams[],Sfio_t *out, register const char *delim, int dsiz, int dlen, Delim_t* mp) function
146 * Handles paste -s, for file <in> to file <out> using delimiters <delim>
269 if(error_info.errors==0 && paste(n,streams,sfstdout,delim,dsiz,dlen,mp) < 0)
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh216 ASTCMDLIST(paste)
217 BINCMDLIST(paste)
218 GNUCMDLIST(paste)
/illumos-gate/usr/src/man/man1/
H A DMakefile269 paste.1 \
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh659 # From the "key key" part, extract "key", and then paste it with
671 paste -d ":" $TMPDIR/${MAP}.cut1 $TMPDIR/${MAP}.cut2 > $TMPDIR/${MAP}.cut

Completed in 64 milliseconds