Home
last modified time | relevance | path

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

/openbsd/usr.bin/rdistd/
H A Dfilesys.c55 static char last_pathname[PATH_MAX]; in find_file() local
71 if (strcmp(pathname, last_pathname) == 0 && file[0]) { in find_file()
87 (void) strlcpy(last_pathname, pathname, sizeof(last_pathname)); in find_file()