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

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

Completed in 26 milliseconds