Searched refs:mkfifo (Results 1 - 8 of 8) sorted by last modified time

/haiku/build/scripts/
H A Dbuild_haiku_image89 mkfifo $toFSShellFifo $fromFSShellFifo
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2055 void mkfifo() {} function
H A Dlibroot_stubs.c2085 void mkfifo() {} function
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1327 #define mkfifo fssh_mkfifo macro
/haiku/src/tests/system/libroot/posix/
H A Dfifo_test.cpp13 if (mkfifo("temp.fifo", S_IRWXU) != 0) {
14 perror("mkfifo error");
/haiku/src/build/libroot/
H A Dfs_darwin.cpp297 // call mkfifo() ignoring fd
298 return mkfifo(path, mode);
311 return mkfifo(fullPath, mode);
/haiku/headers/posix/sys/
H A Dstat.h121 extern int mkfifo(const char *path, mode_t mode);
/haiku/src/system/libroot/posix/sys/
H A Dmkfifo.c16 mkfifo(const char *path, mode_t mode) function

Completed in 128 milliseconds