OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SAFE_MKFIFO
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/old/
safe_macros.h
144
#define
SAFE_MKFIFO
(cleanup_fn, pathname, mode) \
145
safe_mkfifo
(__FILE__, __LINE__, (cleanup_fn), (pathname), (mode))
/external/ltp/include/
tst_safe_macros.h
180
#define
SAFE_MKFIFO
(pathname, mode) \
181
safe_mkfifo
(__FILE__, __LINE__, NULL, (pathname), (mode))
Completed in 181 milliseconds