Home
last modified time | relevance | path

Searched refs:make_file (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/heimdal/lib/roken/
HDtest-readenv.c49 make_file(char *tmpl, size_t l) in make_file() function
84 make_file(fn, sizeof(fn)); in main()
/trueos/tests/sys/file/
HDflock_helper.c72 make_file(const char *pathname, off_t sz) in make_file() function
1561 fd = make_file(argv[1], 1024); in main()
/trueos/contrib/subversion/subversion/libsvn_fs/
HDfs-loader.h327 svn_error_t *(*make_file)(svn_fs_root_t *root, const char *path, member
HDfs-loader.c1261 return svn_error_trace(root->vtable->make_file(root, path, pool)); in svn_fs_make_file()