ttemplate         316 plugin/ipc/file/filewrappers.cpp extern "C" int mkstemp(char *ttemplate)
ttemplate         319 plugin/ipc/file/filewrappers.cpp   int fd = _real_mkstemp(ttemplate);
ttemplate         327 plugin/ipc/file/filewrappers.cpp extern "C" int mkostemp(char *ttemplate, int flags)
ttemplate         330 plugin/ipc/file/filewrappers.cpp   int fd = _real_mkostemp(ttemplate, flags);
ttemplate         338 plugin/ipc/file/filewrappers.cpp extern "C" int mkstemps(char *ttemplate, int suffixlen)
ttemplate         341 plugin/ipc/file/filewrappers.cpp   int fd = _real_mkstemps(ttemplate, suffixlen);
ttemplate         349 plugin/ipc/file/filewrappers.cpp extern "C" int mkostemps(char *ttemplate, int suffixlen, int flags)
ttemplate         352 plugin/ipc/file/filewrappers.cpp   int fd = _real_mkostemps(ttemplate, suffixlen, flags);
ttemplate         325 syscallwrappers.h   int _real_mkstemp(char *ttemplate);