Searched refs:temp_len (Results 1 – 1 of 1) sorted by relevance
379 int temp_len = lock_len + 1 + sizeof(PIDFILE_NAME); in filelock_create() local381 int temp_len = file_len + sizeof(TEMP_NAME); in filelock_create() local383 int total_len = sizeof(FileLock) + file_len + lock_len + temp_len + 3; in filelock_create()396 snprintf( (char*)lock->temp, temp_len, "%s\\" PIDFILE_NAME, lock->lock ); in filelock_create()