Searched refs:linkname (Results 1 – 1 of 1) sorted by relevance
200 char linkname[LINK_LEN]; in get_openfiles() local215 memset(linkname, 0, LINK_LEN); in get_openfiles()216 ret = readlink(files[loop], linkname, LINK_LEN); in get_openfiles()222 loginfo(fd, "%s -> %s\n", fdname, linkname); in get_openfiles()
Completed in 8 milliseconds