Home
last modified time | relevance | path

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

/openbsd/usr.sbin/rmt/
H A Drmt.c57 char lastdevice[PATH_MAX] = ""; variable
176 if (strcmp(devp, lastdevice) != 0) { in main()
198 (void)strlcpy(lastdevice, devp, sizeof(lastdevice)); in main()