Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/tcsh/
H A Dsh.hist.c1222 dotlock_cleanup(void* lockpath) in dotlock_cleanup() argument
1224 dot_unlock((char*)lockpath); in dotlock_cleanup()
1303 char *lockpath = strsave(short2str(fname)); in rechist() local
1304 cleanup_push(lockpath, xfree); in rechist()
1306 if ((dot_lock(lockpath, 100) == 0)) in rechist()
1307 cleanup_push(lockpath, dotlock_cleanup); in rechist()