Home
last modified time | relevance | path

Searched defs:mkfifo (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs1370 # define mkfifo(a,b) (not_here("mkfifo"),-1) macro
1382 # define mkfifo(a,b) not_here("mkfifo") macro
1418 # define mkfifo(a,b) not_here("mkfifo") macro
1421 # define mkfifo(path, mode) (mknod((path), (mode) | S_IFIFO, 0)) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c1265 WRAPPER2(int , mkfifo, const char *path, mode_t mode) in WRAPPER2() argument