HomeSort by: relevance | last modified time | path
    Searched defs:sttmp (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/shlock/
shlock.c 259 struct stat stlock, sttmp, stlock2; local in function:mklock
274 if (stat(tmp, &sttmp) == -1) {
287 if (stlock.st_ctime >= sttmp.st_ctime) {
333 if (stat(tmp, &sttmp) == -1) {
338 if (sttmp.st_nlink == 2) {
shlock.c 259 struct stat stlock, sttmp, stlock2; local in function:mklock
274 if (stat(tmp, &sttmp) == -1) {
287 if (stlock.st_ctime >= sttmp.st_ctime) {
333 if (stat(tmp, &sttmp) == -1) {
338 if (sttmp.st_nlink == 2) {

Completed in 26 milliseconds