Searched refs:mkfifo (Results 26 - 50 of 56) sorted by relevance

123

/macosx-10.10/rsync-45/rsync/
H A Dsyscall.c105 return mkfifo(pathname, mode);
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dhiperfifo.c27 Requires libevent version 2 and a (POSIX?) system that has mkfifo().
381 if (mkfifo (fifo, 0600) == -1) {
382 perror("mkfifo");
H A Devhiperfifo.c30 Requires libev and a (POSIX?) system that has mkfifo().
395 if ( mkfifo (fifo, 0600) == -1 )
397 perror("mkfifo");
H A Dghiper.c27 Requires glib-2.x and a (POSIX?) system that has mkfifo().
406 if (mkfifo (fifo, 0600) == -1) {
407 perror("mkfifo");
/macosx-10.10/gnutar-453/gnutar/src/
H A Dextract.c1115 #if HAVE_MKFIFO || defined mkfifo
1125 while ((status = mkfifo (file_name, mode)) != 0)
1213 #if HAVE_MKFIFO || defined mkfifo
/macosx-10.10/file_cmds-242/cp/
H A Dutils.c330 if (mkfifo(to.p_path, from_stat->st_mode)) {
331 warn("mkfifo: %s", to.p_path);
/macosx-10.10/text_cmds-88/sort/
H A Dsystem.h31 # define mkfifo(name, mode) mknod (name, (mode) | S_IFIFO, 0) macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dstat.h516 int mkfifo(const char *, mode_t);
/macosx-10.10/file_cmds-242/pax/
H A Dfile_subs.c460 res = mkfifo(nm, file_mode);
/macosx-10.10/ruby-106/ruby/lib/
H A Dfileutils.rb1364 raise "cannot handle FIFO" unless File.respond_to?(:mkfifo)
1365 mkfifo dest, 0666
/macosx-10.10/screen-22/screen/
H A Dsocket.c431 if (mkfifo(SockPath, SOCKMODE))
432 Panic(0, "mkfifo %s failed", SockPath);
446 UserReturn(mkfifo(SockPath, SOCKMODE));
449 Panic(0, "mkfifo %s failed", SockPath);
H A Dconfigure4200 if (mkfifo(fin, 0777))
4309 if (mkfifo(fin, 0600))
4619 if (mkfifo(nam, 0777))
/macosx-10.10/libarchive-30/libarchive/
H A DCMakeLists.txt394 CHECK_FUNCTION_EXISTS_GLIBC(mkfifo HAVE_MKFIFO)
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dregress.sh819 mkfifo $file
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dargs.c800 mkfifo(shp->fifo,S_IRUSR|S_IWUSR);
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1495 extern int mkfifo(char *, int);
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixFCmd.c481 if (mkfifo(dst, statBufPtr->st_mode) < 0) { /* INTL: Native. */
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixFCmd.c459 if (mkfifo(dst, statBufPtr->st_mode) < 0) { /* INTL: Native. */
/macosx-10.10/xar-254/xar/lib/
H A Dstat.c818 if( mkfifo(file, 0) ) {
821 xar_err_set_string(x, "mkfifo: Could not create fifo");
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile109 mkdir.c mkfifo.c mknod.c rmdir.c remove.c rename.c link.c unlink.c \
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_disk.c1189 r = mkfifo(a->name, mode);
/macosx-10.10/xnu-2782.1.97/tools/tests/kqueue_tests/
H A Dkqueue_file_tests.c283 res = mkfifo((char*)args[0], 0755);
1125 init_test(&test, "4.2.11: mkfifo in a directory", DIR1, 1, 2, NOTE_ATTRIB, NO_EVENT);
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dconfigure12016 echo "$as_me:$LINENO: checking for mkfifo" >&5
12017 echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6
12027 /* Define mkfifo to an innocuous variant, in case <limits.h> declares mkfifo.
12029 #define mkfifo innocuous_mkfifo
12032 which can conflict with char mkfifo (); below.
12042 #undef mkfifo
12051 char mkfifo ();
12058 char (*f) () = mkfifo;
12067 return f != mkfifo;
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dexec.c3942 if (mkfifo(tnam, 0600) < 0)
/macosx-10.10/zsh-61/zsh/
H A Dconfigure8237 mkfifo _mktemp mkstemp \
11117 if(mkfifo("/tmp/fifo$$", 0600) < 0)

Completed in 520 milliseconds

123