Home
last modified time | relevance | path

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

12

/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/doc/
H A DMakefile.in94 MKFIFO = @MKFIFO@
/dports/comms/hylafax/hylafax-6.0.7/rpm/
H A Dsetup.cache20 MKFIFO='/usr/bin/mkfifo'
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/ja/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/forms/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/net/serveez/serveez-0.2.2/src/libserveez/
H A Dpipe-socket.c984 # define MKFIFO(path, mode) mkfifo (path, mode) macro
987 # define MKFIFO(path, mode) mknod (path, mode | S_IFIFO, 0) macro
1031 if (MKFIFO (sock->recv_pipe, 0666) != 0) in svz_pipe_listener()
1057 if (MKFIFO (sock->send_pipe, 0666) != 0) in svz_pipe_listener()
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/de/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/en/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/fr/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/pl/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/ru/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/scripts/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/menu-system/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/locale/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/port/
H A Dinstall.sh.in110 -fifo) CMD=@MKFIFO@; HasSource=no;
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/port/
H A Dinstall.sh.in110 -fifo) CMD=@MKFIFO@; HasSource=no;
/dports/comms/hylafax/hylafax-6.0.7/etc/
H A Dfaxsetup.sh.in63 MKFIFO=@MKFIFO@ # FIFO creation program for use below
1130 for i in $CAT $CHGRP $CHMOD $CHOWN $CP $ECHO $GREP $LN $MKFIFO $MV \
1138 case $MKFIFO in
1142 $MKFIFO $1 p
1148 $MKFIFO $1
1164 $MKFIFO conffifo
/dports/comms/hylafax/hylafax-6.0.7/port/
H A Dinstall.sh.in118 -fifo) CMD=@MKFIFO@; HasSource=no;
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/rpm/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/debian/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/bin/
H A DMakefile.in92 MKFIFO = @MKFIFO@
/dports/comms/hylafax/hylafax-6.0.7/
H A Dconfigure765 if [ -z "$MKFIFO" ]; then
766 MKFIFO=`findApp mkfifo $PATH`
767 if [ "$MKFIFO" ]; then
770 $MKFIFO $1
773 MKFIFO=`findApp mknod /sbin:$PATH`
774 if [ -z "$MKFIFO" ]; then
782 location then you can setup the MKFIFO configuration parameter to
791 $MKFIFO $1 p
3691 Note "Looks like $MKFIFO creates FIFO special files."
3693 Note "Looks like $MKFIFO creates FIFO special files (unable to verify)."
[all …]
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h404 #define MKFIFO(path, mode) mknod((path), S_IFIFO | (mode), 0) macro
406 #define MKFIFO(path, mode) mkfifo((path), (mode)) macro
/dports/x11-themes/fvwm-themes/fvwm-themes-0.7.0/
H A Dconfigure.in109 AC_PATH_PROG(MKFIFO, mkfifo)
110 if test -z "$MKFIFO"; then
H A DMakefile.in92 MKFIFO = @MKFIFO@
H A Dconfigure2068 case $MKFIFO in
2070 ac_cv_path_MKFIFO="$MKFIFO" # Let the user override the test with a path.
2090 MKFIFO=$ac_cv_path_MKFIFO
2092 if test -n "$MKFIFO"; then
2093 echo "$as_me:$LINENO: result: $MKFIFO" >&5
2094 echo "${ECHO_T}$MKFIFO" >&6
2100 if test -z "$MKFIFO"; then
5695 s,@MKFIFO@,$MKFIFO,;t t

12