Searched refs:tosb (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/bin/cp/
H A Dutils.c144 struct stat tosb; local
145 if (!fstat(to_fd, &tosb) && S_ISREG(tosb.st_mode))
/openbsd-current/bin/mv/
H A Dcp.c535 struct stat tosb; local
536 if (!fstat(to_fd, &tosb) && S_ISREG(tosb.st_mode))

Completed in 168 milliseconds