Home
last modified time | relevance | path

Searched refs:pipes (Results 1 – 25 of 25) sorted by relevance

/titanic_51/usr/src/cmd/lp/cmd/lpsched/
H A Dpickfilter.c88 char * pipes[2] = { 0 , 0 }; in pickfilter() local
352 pipes, in pickfilter()
382 pipes, in pickfilter()
437 if (pipes[0] || pipes[1]) { in pickfilter()
454 pipes, in pickfilter()
469 * any filters, the declaration of "pipes" ensured they'd be in pickfilter()
473 pc->slow = pipes[0]; in pickfilter()
475 pc->fast = pipes[1]; in pickfilter()
/titanic_51/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c118 char **pipes, in insfilter() argument
127 insfilter(pipes, input_type, output_type, printer_type, printer, parms, flagsp) in insfilter()
128 char **pipes, in insfilter()
268 if (!pipes) {
296 pipes[0] = build_pipe(pipeline, S.parms, flagsp);
299 pipes[0] = 0;
302 pipes[1] = build_pipe(pfastf, S.parms, flagsp);
305 pipes[1] = 0;
313 if (pslowf && !pipes[0] || pfastf && !pipes[
[all...]
/titanic_51/usr/src/lib/libsmbfs/smb/
H A Dmapfile-vers98 # Functions to support named pipes
/titanic_51/usr/src/lib/libast/common/features/
H A Dlib155 tst pipe_rw note{ full duplex pipes }end execute{
166 /* boot tuneable pipes force one way for bin compatibility */
/titanic_51/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib171 tst pipe_rw note{ full duplex pipes }end execute{
182 /* boot tuneable pipes force one way for bin compatibility */
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c69 static void coproc_init(Shell_t*, int pipes[]);
1599 int pipes[3]; in sh_exec() local
1652 pipes[2] = 0; in sh_exec()
1662 sh_copipe(shp,shp->inpipe=pipes,0); in sh_exec()
1669 coproc_init(shp,pipes); in sh_exec()
1874 pipes so that jobs comand can in sh_exec()
3632 static void coproc_init(Shell_t *shp, int pipes[]) in coproc_init() argument
3667 sh_pipe(shp->inpipe=pipes); in coproc_init()
/titanic_51/usr/src/uts/common/smbsrv/ndl/
H A Dsrvsvc.ndl804 * pipes, and devices on the computer. The bufptr parameter points to
813 * pipes, and devices on the computer; and the name of the transport
859 * including name of the computer; name of the user; and open files, pipes,
874 * and pipes opened during the session.
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dlib151 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dlib140 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dlib140 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dlib145 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dlib151 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dlib145 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dxec.c68 static void coproc_init(Shell_t*, int pipes[]);
1167 int pipes[2]; in sh_exec() local
1209 coproc_init(shp,pipes); in sh_exec()
2827 static void coproc_init(Shell_t *shp, int pipes[]) in coproc_init() argument
2857 sh_pipe(shp->inpipe=pipes); in coproc_init()
/titanic_51/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dlib156 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dlib156 #define _pipe_rw 1 /* full duplex pipes */
/titanic_51/usr/src/cmd/refer/papers/
H A DRv7man183 Much on pipes and convenience of hooking programs together.
/titanic_51/usr/src/lib/libast/common/
H A DRELEASE2 10-03-07 features/lib: change stream_peek to test pipes only
762 02-07-27 sfio/sfpoll.c: handle rw pipes
1077 00-07-31 fflush: don't seek on pipes
/titanic_51/usr/src/lib/libmvec/common/vis/
H A D__vlog_ultra3.S2203 ! define pipes for easier reading
H A D__vcos.S104 ! define pipes for easier reading
/titanic_51/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE190 10-03-07 features/lib: change stream_peek to test pipes only
950 02-07-27 sfio/sfpoll.c: handle rw pipes
1265 00-07-31 fflush: don't seek on pipes
/titanic_51/usr/src/boot/lib/libz/
H A DChangeLog1226 - work around buggy fclose on pipes for HP/UX
1335 - allow skipping .gz extra-field on pipes
/titanic_51/usr/src/contrib/zlib/
H A DChangeLog1332 - work around buggy fclose on pipes for HP/UX
1441 - allow skipping .gz extra-field on pipes
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE307 05-01-05 package.sh: add ${TAR} ${TARFLAGS} and tar B flag for pipes
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE771 10-05-27 Rewrote the subshell code to avoid using pipes an many cases.
810 on pipes.