OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_mknod
(Results
1 - 2
of
2
) sorted by null
/external/ltp/include/
tst_safe_macros.h
494
int
safe_mknod
(const char *file, const int lineno, const char *pathname,
496
#define
SAFE_MKNOD
(pathname, mode, dev) \
497
safe_mknod
(__FILE__, __LINE__, (pathname), (mode), (dev))
/external/ltp/lib/
safe_macros.c
1034
int
safe_mknod
(const char *file, const int lineno, const char *pathname,
function
Completed in 293 milliseconds