Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c46 emalloc(size_t n) in emalloc() function
81 char *path = emalloc(pathlen + 1); in createpath()
885 char *buf = emalloc(targetlen + 1); in test_symlink_long2long()
921 char *buf = emalloc(targetlen + 1); in test_symlink_long2short()
947 char *buf = emalloc(pathlen + 1); in test_symlink_short2long()
987 char *parentname = emalloc(parentlen + 1); in test_symlink_intermediate()
993 char *basepath = emalloc(baselen + 1); in test_symlink_intermediate()
998 char *linkname = emalloc(parentlen + 1); in test_symlink_intermediate()
1072 char *buf = emalloc(valuelen); in test_xattr()