Searched refs:fifo (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.10/bash-94.1.2/bash-3.2/examples/functions/
H A Dcoproc.bash39 local fifo="/var/tmp/coprocess.$$.$RANDOM"
46 mkfifo "$fifo.in" || return $?
47 mkfifo "$fifo.out" || {
49 rm -f "$fifo.in"
53 ( "$@" <$fifo.in >$fifo.out ; rm -f "$fifo.in" "$fifo.out" ) &
55 exec 61>$fifo.in 62<$fifo
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dstream_connect.c67 int fifo; local
73 if ((fifo = open(path, O_WRONLY | O_NONBLOCK, 0)) < 0)
80 non_blocking(fifo, BLOCKING);
87 if (ioctl(fifo, I_SENDFD, pair[1]) < 0)
100 close(fifo);
/macosx-10.10/dtrace-147/tools/ctfconvert/
H A Dfifo.h30 #pragma ident "@(#)fifo.h 1.2 05/06/08 SMI"
40 typedef struct fifo fifo_t;
H A Dfifo.c27 #pragma ident "@(#)fifo.c 1.2 05/06/08 SMI"
35 #include "fifo.h"
43 struct fifo { struct
58 /* Add to the end of the fifo */
75 /* Remove from the front of the fifo */
101 /* Free an entire fifo */
/macosx-10.10/ncurses-44/ncurses/test/
H A Dditto.c85 PEEK *peeks; /* indices for each screen's fifo */
86 FIFO fifo; /* fifo for this screen */ member in struct:__anon11248
116 /* Add to the head of the fifo, checking for overflow. */
118 put_fifo(FIFO * fifo, int value) argument
120 int next = NEXT_FIFO(fifo->head);
121 if (next == fifo->tail)
122 fifo->tail = NEXT_FIFO(fifo->tail);
123 fifo
136 peek_fifo(FIFO * fifo, PEEK * peek) argument
290 FIFO *fifo = &(data->ditto[which].fifo); local
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/fifofs/
H A DMakefile11 fifo.h
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/win/
H A DMakefile.gnu174 ../generic/fifo.c \
179 fifo.o \
198 fifo.o: ../generic/fifo.c
199 $(CC) -c $(CC_SWITCHES) ../generic/fifo.c -o $@
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dxifo.tcl1 # The lifo and fifo classes (for the stooop object oriented extension)
96 ::stooop::class fifo {
98 proc fifo {this {size 2147483647}} xifo {$size} {} procedure
100 proc ~fifo {this} {}
105 error "fifo $this out error, empty"
140 # set id [stooop::new fifo 10]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dpolicy.h92 #define POLICY_FIFO 4 /* fixed fifo */
216 policy_fifo_base_data_t fifo; member in struct:policy_bases
222 policy_fifo_limit_data_t fifo; member in struct:policy_limits
228 policy_fifo_info_data_t fifo; member in struct:policy_infos
/macosx-10.10/adv_cmds-158/ps/
H A Dps.h65 struct policy_fifo_info fifo; member in union:thread_values::__anon6078
86 struct policy_fifo_info fifo; member in union:kinfo::__anon6079
H A Dtasks.c172 error = task_info(ki->task, TASK_SCHED_FIFO_INFO, (task_info_t)&ki->schedinfo.fifo, &info_count);
181 ki->curpri = ki->schedinfo.fifo.base_priority;
182 ki->basepri = ki->schedinfo.fifo.base_priority;
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c32 When running, the program creates the named pipe "hiper.fifo"
34 Whenever there is input into the fifo, the program reads the input as a list
40 % echo http://www.yahoo.com > hiper.fifo
43 % cat my-url-list > hiper.fifo
45 The fifo buffer is handled almost instantly, so you can even add more URL's
345 /* This gets called whenever data is received from the fifo */
366 static const char *fifo = "hiper.fifo"; variable
372 fprintf(MSG_OUT, "Creating named pipe \"%s\"\n", fifo);
373 if (lstat (fifo,
[all...]
H A Devhiperfifo.c35 When running, the program creates the named pipe "hiper.fifo"
37 Whenever there is input into the fifo, the program reads the input as a list
43 % echo http://www.yahoo.com > hiper.fifo
46 % cat my-url-list > hiper.fifo
48 The fifo buffer is handled almost instantly, so you can even add more URL's
357 /* This gets called whenever data is received from the fifo */
381 static const char *fifo = "hiper.fifo"; local
384 fprintf(MSG_OUT, "Creating named pipe \"%s\"\n", fifo);
385 if ( lstat (fifo,
[all...]
H A Dghiper.c32 When running, the program creates the named pipe "hiper.fifo"
34 Whenever there is input into the fifo, the program reads the input as a list
40 % echo http://www.yahoo.com > hiper.fifo
43 % cat my-url-list > hiper.fifo
45 The fifo buffer is handled almost instantly, so you can even add more URL's
340 /* This gets called by glib whenever data is received from the fifo */
394 const char *fifo = "hiper.fifo"; local
397 if (lstat (fifo, &st) == 0) {
405 unlink (fifo);
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_base/
H A DpkgIndex.tcl3 package ifneeded tcl::chan::fifo 1 [list source [list [file join $dir fifo.tcl]]]
/macosx-10.10/CPANInternal-159.1/Parse-Yapp-1.05/lib/Parse/Yapp/
H A DGrammar.pm258 my(@fifo)=( 0 );
262 while(@fifo) {
263 my($ruleno)=shift(@fifo);
278 push(@fifo, grep { vec($ufrules,$_,1) } @{$$nterm{$sym}});
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/
H A DMakefile.am78 fifofile=$$(pwd)/installcheck.fifo; \
91 CLEANFILES += installcheck.fifo installcheck.log
/macosx-10.10/postfix-255/Postfix.Config/
H A Dmaster.cf.default41 pickup fifo n - n 60 1 pickup
44 qmgr fifo n - n 300 1 qmgr
45 #qmgr fifo n - n 300 1 oqmgr
H A Dmaster.cf.defaultserver19 pickup fifo n - n 60 1 pickup
21 qmgr fifo n - n 300 1 qmgr
22 #qmgr fifo n - n 300 1 oqmgr
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dparam.c79 #include <miscfs/fifofs/fifo.h>
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dio.sh340 if mkfifo $tmp/fifo 2> /dev/null
341 then (print -n a; sleep 2; print -n bcde) > $tmp/fifo &
343 read -u5 -n3 -t3 a || err_exit 'read -n3 from fifo timed out'
344 read -u5 -n1 -t3 b || err_exit 'read -n1 from fifo timed out'
345 } 5< $tmp/fifo
348 [[ $got == "$exp" ]] || err_exit "read -n3 from fifo failed -- expected '$exp', got '$got'"
351 [[ $got == "$exp" ]] || err_exit "read -n1 from fifo failed -- expected '$exp', got '$got'"
352 rm -f $tmp/fifo
354 mkfifo $tmp/fifo 2> /dev/null
355 (print -n a; sleep 2; print -n bcde) > $tmp/fifo
[all...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Ddevices.test39 mkfifo "$fromdir/fifo" || test_skipped "Can't run mkfifo"
77 cS+++++++ fifo
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dtail.c63 "or fifo.]"
143 int fifo; member in struct:Tail_s
263 tp->fifo = 0;
310 tp->fifo = 1;
652 else if (fp->fifo || fp->end < st.st_size)
657 z = fp->fifo ? SF_UNBOUND : st.st_size - fp->cur;
/macosx-10.10/postfix-255/postfix/conf/
H A Dpost-install601 grep "^pickup[ ]*fifo[ ]*n[ ]*n" \
605 /^pickup[ ]*fifo[ ]*n[ ]*n/
693 # Update the tlsmgr fifo->unix service.
695 grep "^tlsmgr[ ]*fifo[ ]" \
697 echo Editing $config_directory/master.cf, updating the tlsmgr from fifo to unix service
699 /^tlsmgr[ ]*fifo[ ]/
700 s/fifo/unix/
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in64 # -fifo create FIFO special files
110 -fifo) CMD=@MKFIFO@; HasSource=no;

Completed in 184 milliseconds

12