Home
last modified time | relevance | path

Searched refs:pStat (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A Dntstat.c216 pStat->st_padding0[0] = 0; in birdStatFillFromFileIdFullDirInfo()
217 pStat->st_padding0[1] = 0; in birdStatFillFromFileIdFullDirInfo()
224 pStat->st_nlink = 1; in birdStatFillFromFileIdFullDirInfo()
225 pStat->st_rdev = 0; in birdStatFillFromFileIdFullDirInfo()
226 pStat->st_uid = 0; in birdStatFillFromFileIdFullDirInfo()
227 pStat->st_gid = 0; in birdStatFillFromFileIdFullDirInfo()
228 pStat->st_padding1 = 0; in birdStatFillFromFileIdFullDirInfo()
247 pStat->st_padding0[0] = 0; in birdStatFillFromFileIdBothDirInfo()
248 pStat->st_padding0[1] = 0; in birdStatFillFromFileIdBothDirInfo()
255 pStat->st_nlink = 1; in birdStatFillFromFileIdBothDirInfo()
[all …]
H A Dntstat.h79 int birdStatFollowLink(const char *pszPath, BirdStat_T *pStat);
80 int birdStatFollowLinkW(const wchar_t *pwszPath, BirdStat_T *pStat);
81 int birdStatOnLink(const char *pszPath, BirdStat_T *pStat);
82 int birdStatOnLinkW(const wchar_t *pwszPath, BirdStat_T *pStat);
83 int birdStatAt(void *hRoot, const char *pszPath, BirdStat_T *pStat, int fFollowLink);
84 int birdStatAtW(void *hRoot, const wchar_t *pwszPath, BirdStat_T *pStat, int fFollowLink);
85 int birdStatOnFd(int fd, BirdStat_T *pStat);
89 int birdStatHandle(HANDLE hFile, BirdStat_T *pStat, const char *pszPath);
90 void birdStatFillFromFileIdFullDirInfo(BirdStat_T *pStat, MY_FILE_ID_FULL_DIR_INFORMATION const *pB…
91 void birdStatFillFromFileIdBothDirInfo(BirdStat_T *pStat, MY_FILE_ID_BOTH_DIR_INFORMATION const *pB…
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/osl/unx/
H A Dfile_stat.cxx44 pStat->eType = osl_File_Type_Link; in set_file_type()
48 pStat->eType = osl_File_Type_Regular; in set_file_type()
50 pStat->eType = osl_File_Type_Fifo; in set_file_type()
52 pStat->eType = osl_File_Type_Socket; in set_file_type()
54 pStat->eType = osl_File_Type_Special; in set_file_type()
137 pStat->aAccessTime.Nanosec = 0; in set_file_access_time()
144 pStat->aModifyTime.Nanosec = 0; in set_file_modify_time()
199 pStat->uValidFields = 0; in setup_osl_getFileStatus()
223 set_file_type(file_stat, pStat); in osl_getFileStatus()
226 set_file_size(file_stat, pStat); in osl_getFileStatus()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/osl/unx/
H A Dfile_stat.cxx44 pStat->eType = osl_File_Type_Link; in set_file_type()
48 pStat->eType = osl_File_Type_Regular; in set_file_type()
50 pStat->eType = osl_File_Type_Fifo; in set_file_type()
52 pStat->eType = osl_File_Type_Socket; in set_file_type()
54 pStat->eType = osl_File_Type_Special; in set_file_type()
137 pStat->aAccessTime.Nanosec = 0; in set_file_access_time()
144 pStat->aModifyTime.Nanosec = 0; in set_file_modify_time()
199 pStat->uValidFields = 0; in setup_osl_getFileStatus()
223 set_file_type(file_stat, pStat); in osl_getFileStatus()
226 set_file_size(file_stat, pStat); in osl_getFileStatus()
[all …]
/dports/emulators/hercules/hercules-3.13/
H A Dw32stape.c362 int w32_internal_rc ( U32* pStat ) in w32_internal_rc() argument
385 *pStat &= ~GMT_BOT (0xFFFFFFFF); in w32_internal_rc()
580 U32* pStat = NULL; in w32_read_tape() local
605 pStat = &g_fstats[ ifd ]; in w32_read_tape()
654 U32* pStat = NULL; in w32_write_tape() local
679 pStat = &g_fstats[ ifd ]; in w32_write_tape()
718 U32* pStat = NULL; in w32_ioctl_tape() local
737 pStat = &g_fstats[ ifd ]; in w32_ioctl_tape()
1047 ASSERT( pStat && mtget ); in w32_internal_mtget()
1121 mtget->mt_gstat = *pStat; in w32_internal_mtget()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/lib/
H A DC4Stat.cpp32 pFirst = pStat; in RegisterStat()
33 pStat->pNext = nullptr; in RegisterStat()
34 pStat->pPrev = nullptr; in RegisterStat()
38 pStat->pNext = pFirst; in RegisterStat()
39 pFirst->pPrev = pStat; in RegisterStat()
41 pFirst = pStat; in RegisterStat()
48 if (!pStat->pPrev) in UnRegStat()
50 pFirst = pStat->pNext; in UnRegStat()
54 else if (!pStat->pNext) in UnRegStat()
61 pStat->pNext->pPrev = pStat->pPrev; in UnRegStat()
[all …]
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/trunk_mgr/
H A Dtrunk_shared.h150 stat_func, pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
156 pStat, pTrunkInfo, pTrunkHeader) \ argument
158 FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, pTrunkHeader, NULL)
161 pStat, pTrunkInfo, pTrunkHeader) \ argument
166 pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
171 pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
173 FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, pTrunkHeader, pfd)
176 filename_len, pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
178 filename_len, FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, \
184 struct stat *pStat, FDFSTrunkFullInfo *pTrunkInfo, \
[all …]
H A Dtrunk_shared.c484 pStat, pTrunkInfo, pTrunkHeader, pfd); in trunk_file_stat_func_ex()
499 pStat->st_size, pfd, src_filename, \ in trunk_file_stat_func_ex()
506 src_filename_len = pStat->st_size; in trunk_file_stat_func_ex()
571 result = stat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
575 result = lstat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
600 result = stat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
604 result = lstat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
658 memset(pStat, 0, sizeof(struct stat)); in trunk_file_do_lstat_func_ex()
662 pStat->st_mode = S_IFREG; in trunk_file_do_lstat_func_ex()
666 pStat->st_mode = S_IFLNK; in trunk_file_do_lstat_func_ex()
[all …]
/dports/ftp/fastdfs/fastdfs-6.06/storage/trunk_mgr/
H A Dtrunk_shared.h150 stat_func, pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
156 pStat, pTrunkInfo, pTrunkHeader) \ argument
158 FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, pTrunkHeader, NULL)
161 pStat, pTrunkInfo, pTrunkHeader) \ argument
166 pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
171 pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
173 FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, pTrunkHeader, pfd)
176 filename_len, pStat, pTrunkInfo, pTrunkHeader, pfd) \ argument
178 filename_len, FDFS_STAT_FUNC_STAT, pStat, pTrunkInfo, \
184 struct stat *pStat, FDFSTrunkFullInfo *pTrunkInfo, \
[all …]
H A Dtrunk_shared.c484 pStat, pTrunkInfo, pTrunkHeader, pfd); in trunk_file_stat_func_ex()
499 pStat->st_size, pfd, src_filename, \ in trunk_file_stat_func_ex()
506 src_filename_len = pStat->st_size; in trunk_file_stat_func_ex()
571 result = stat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
575 result = lstat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
600 result = stat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
604 result = lstat(full_filename, pStat); in trunk_file_do_lstat_func_ex()
658 memset(pStat, 0, sizeof(struct stat)); in trunk_file_do_lstat_func_ex()
662 pStat->st_mode = S_IFREG; in trunk_file_do_lstat_func_ex()
666 pStat->st_mode = S_IFLNK; in trunk_file_do_lstat_func_ex()
[all …]
/dports/devel/libfastcommon/libfastcommon-1.0.43/src/
H A Dfast_mblock.c124 struct fast_mblock_info *pStat; in fast_mblock_manager_stat() local
139 pStat = stats; in fast_mblock_manager_stat()
155 pStat++; in fast_mblock_manager_stat()
174 pStat++; in fast_mblock_manager_stat()
179 *count = (int)(pStat - stats); in fast_mblock_manager_stat()
256 for (pStat=stats; pStat<stat_end; pStat++) in fast_mblock_manager_stat_print_ex()
260 amem = pStat->trunk_size * pStat->trunk_total_count; in fast_mblock_manager_stat_print_ex()
262 used_mem += GET_BLOCK_SIZE(*pStat) * pStat->element_used_count; in fast_mblock_manager_stat_print_ex()
274 pStat->element_size, pStat->instance_count, amem, in fast_mblock_manager_stat_print_ex()
275 pStat->trunk_total_count, pStat->trunk_used_count, in fast_mblock_manager_stat_print_ex()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx327 pStat->idChunk = m_ulChunkID; in GetChunk()
328 pStat->breakType = CHUNK_NO_BREAK; in GetChunk()
329 pStat->flags = CHUNK_TEXT; in GetChunk()
330 pStat->locale = ChunkLCID; in GetChunk()
335 pStat->cwcStartSource = 0; in GetChunk()
336 pStat->cwcLenSource = 0; in GetChunk()
364 pStat->idChunk = m_ulChunkID; in GetChunk()
365 pStat->breakType = CHUNK_EOS; in GetChunk()
366 pStat->flags = CHUNK_VALUE; in GetChunk()
372 pStat->cwcStartSource = 0; in GetChunk()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/win32/shlxthandler/ooofilt/
H A Dooofilt.cxx327 pStat->idChunk = m_ulChunkID; in GetChunk()
328 pStat->breakType = CHUNK_NO_BREAK; in GetChunk()
329 pStat->flags = CHUNK_TEXT; in GetChunk()
330 pStat->locale = ChunkLCID; in GetChunk()
335 pStat->cwcStartSource = 0; in GetChunk()
336 pStat->cwcLenSource = 0; in GetChunk()
364 pStat->idChunk = m_ulChunkID; in GetChunk()
365 pStat->breakType = CHUNK_EOS; in GetChunk()
366 pStat->flags = CHUNK_VALUE; in GetChunk()
372 pStat->cwcStartSource = 0; in GetChunk()
[all …]
/dports/devel/dmake/dmake-4.13.1/mac/
H A Ddirectry.c52 stat(pPath, pStat) in stat() argument
54 struct stat *pStat;
69 pStat->st_mtime = (time_t) infoPB.hFileInfo.ioFlMdDat;
70 pStat->st_ctime = (time_t) infoPB.hFileInfo.ioFlCrDat;
71 pStat->st_mode = S_IREAD | S_IEXEC;
75 pStat->st_size = infoPB.dirInfo.ioDrNmFls;
76 pStat->st_mode |= S_IFDIR;
78 pStat->st_size = infoPB.hFileInfo.ioFlLgLen;
79 pStat->st_mode |= S_IFREG;
84 pStat->st_mode |= S_IWRITE;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlmeta.cxx121 for (struct statistic const* pStat = s_stats; pStat->name != nullptr; in SetStatistics() local
122 ++pStat) { in SetStatistics()
123 if (rStat.Name.equalsAscii(pStat->name)) { in SetStatistics()
126 if (pStat->target16 != nullptr) { in SetStatistics()
127 aDocStat.*(pStat->target16) in SetStatistics()
130 aDocStat.*(pStat->target32) in SetStatistics()
133 nTokens |= pStat->token; in SetStatistics()
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dzip.c170 mz_zip_archive_file_stat pStat; in unzip_archive_to_path() local
173 mz_zip_reader_file_stat(pZip, i, &pStat); in unzip_archive_to_path()
175 if (pStat.m_is_directory) { in unzip_archive_to_path()
177 mkdir(pStat.m_filename, 0755); in unzip_archive_to_path()
179 status = mz_zip_reader_extract_to_file(pZip, i, pStat.m_filename, 0); in unzip_archive_to_path()
220 mz_zip_archive_file_stat pStat; in unzip_file_from_archive() local
230 mz_zip_reader_file_stat(pZip, index, &pStat); in unzip_file_from_archive()
231 …unsigned long long size = pStat.m_uncomp_size + 1; // Allow for null terminator in case this is… in unzip_file_from_archive()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlmeta.cxx118 for (struct statistic const* pStat = s_stats; pStat->name != nullptr; in SetStatistics() local
119 ++pStat) { in SetStatistics()
120 if (rStat.Name.equalsAscii(pStat->name)) { in SetStatistics()
123 if (pStat->target16 != nullptr) { in SetStatistics()
124 aDocStat.*(pStat->target16) in SetStatistics()
127 aDocStat.*(pStat->target32) in SetStatistics()
130 nTokens |= pStat->token; in SetStatistics()
/dports/devel/directfb/DirectFB-1.4.17/gfxdrivers/nsc/
H A Dnsc_galfns.c1861 INIT_GAL(&pStat); in Gal_pnl_enabled_in_bios()
1886 INIT_GAL(&pStat); in Gal_pnl_info_from_bios()
1914 INIT_GAL(&pStat); in Gal_pnl_set_params()
1940 INIT_GAL(&pStat); in Gal_pnl_get_params()
1966 INIT_GAL(&pStat); in Gal_pnl_init()
1989 INIT_GAL(&pStat); in Gal_pnl_save()
2011 INIT_GAL(&pStat); in Gal_pnl_restore()
2031 GAL_BASE pStat; in Gal_pnl_powerup() local
2033 INIT_GAL(&pStat); in Gal_pnl_powerup()
2053 GAL_BASE pStat; in Gal_pnl_powerdown() local
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfilter.h144 STAT_CHUNK *pStat) = 0;
188 STAT_CHUNK *pStat);
220 #define IFilter_GetChunk(This,pStat) (This)->lpVtbl->GetChunk(This,pStat)
239 static FORCEINLINE SCODE IFilter_GetChunk(IFilter* This,STAT_CHUNK *pStat) {
240 return This->lpVtbl->GetChunk(This,pStat);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dfilter.h144 STAT_CHUNK *pStat) = 0;
188 STAT_CHUNK *pStat);
220 #define IFilter_GetChunk(This,pStat) (This)->lpVtbl->GetChunk(This,pStat)
239 static FORCEINLINE SCODE IFilter_GetChunk(IFilter* This,STAT_CHUNK *pStat) {
240 return This->lpVtbl->GetChunk(This,pStat);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Daixopn.F47 100 If(CtlBlk(pStat,n).ne.vNaF) Then
107 CtlBlk(pStat ,nFile)=vOpn
116 write(6,*) ' pStat , CtlBlk(pStat ,nFile) : ', pStat, vOpn
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Daixopn.F47 100 If(CtlBlk(pStat,n).ne.vNaF) Then
107 CtlBlk(pStat ,nFile)=vOpn
116 write(6,*) ' pStat , CtlBlk(pStat ,nFile) : ', pStat, vOpn
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dminiz.c1579 if ((!p) || (!pStat)) in mz_zip_file_stat_internal()
1583 pStat->m_file_index = file_index; in mz_zip_file_stat_internal()
1587 pStat->m_bit_flag = MZ_READ_LE16(p + MZ_ZIP_CDH_BIT_FLAG_OFS); in mz_zip_file_stat_internal()
1588 pStat->m_method = MZ_READ_LE16(p + MZ_ZIP_CDH_METHOD_OFS); in mz_zip_file_stat_internal()
1589 pStat->m_crc32 = MZ_READ_LE32(p + MZ_ZIP_CDH_CRC32_OFS); in mz_zip_file_stat_internal()
1600 pStat->m_filename[n] = '\0'; in mz_zip_file_stat_internal()
1604 pStat->m_comment_size = n; in mz_zip_file_stat_internal()
1606 pStat->m_comment[n] = '\0'; in mz_zip_file_stat_internal()
1615 …if (MZ_MAX(MZ_MAX(pStat->m_comp_size, pStat->m_uncomp_size), pStat->m_local_header_ofs) == MZ_UINT… in mz_zip_file_stat_internal()
1646 if (pStat->m_uncomp_size == MZ_UINT32_MAX) in mz_zip_file_stat_internal()
[all …]
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dbackend.c175 update_statistic (statistic_t * pStat, long number) in update_statistic() argument
185 pStat->sum += number; in update_statistic()
186 if (current_time == pStat->last_time) in update_statistic()
188 n = current_time - pStat->last_time; in update_statistic()
193 pStat->weighted_avg = c * pStat->weighted_avg + pStat->sum * (1 - c) / n; in update_statistic()
194 pStat->last_time = current_time; in update_statistic()
195 pStat->sum = 0; in update_statistic()
200 update_statistic_avg (statistic_t * pStat, long number) in update_statistic_avg() argument
209 pStat->sum += number; in update_statistic_avg()
211 pStat->weighted_avg = (1 - c) * pStat->weighted_avg + number * c; in update_statistic_avg()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/statbar/
H A Dstatbar.cpp648 wxStatusBar *pStat = GetStatusBar(); in OnResetFieldsWidth() local
649 if ( !pStat ) in OnResetFieldsWidth()
652 const int n = pStat->GetFieldsCount(); in OnResetFieldsWidth()
653 pStat->SetStatusWidths(n, NULL); in OnResetFieldsWidth()
655 pStat->SetStatusText("same size", i); in OnResetFieldsWidth()
660 wxStatusBar *pStat = GetStatusBar(); in OnShowFieldsRect() local
661 if ( !pStat ) in OnShowFieldsRect()
664 wxClientDC dc(pStat); in OnShowFieldsRect()
671 const wxSize size = pStat->GetClientSize(); in OnShowFieldsRect()
674 const int n = pStat->GetFieldsCount(); in OnShowFieldsRect()
[all …]

12345678910>>...15