Home
last modified time | relevance | path

Searched refs:SYS_mkfifo (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/stat/
Dmkfifo.c6 return syscall(SYS_mkfifo, path, mode); in mkfifo()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h804 #define SYS_mkfifo (__NR_OHOS_BEGIN + 14) macro