Home
last modified time | relevance | path

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

/reactos/sdk/tools/fatten/fatfs/
H A Dff.c3037 DWORD cl, pcl, ncl, tcl, dsc, tlen, ulen, *tbl; in f_lseek() local
3057 pcl = cl; ncl++; in f_lseek()
3061 } while (cl == pcl + 1); in f_lseek()
3602 DWORD dsc, dcl, pcl, tm = GET_FATTIME(); in f_mkdir() local
3633 dir[SZ_DIRE + 1] = '.'; pcl = dj.sclust; in f_mkdir()
3634 if (dj.fs->fs_type == FS_FAT32 && pcl == dj.fs->dirbase) in f_mkdir()
3635 pcl = 0; in f_mkdir()
3636 st_clust(dir + SZ_DIRE, pcl); in f_mkdir()
/reactos/win32ss/gdi/eng/
H A Dpathobj.c399 OUT CLIPLINE *pcl) in PATHOBJ_bEnumClipLines() argument
H A Dumpdstubs.c614 _Out_writes_bytes_(cb) CLIPLINE *pcl) in NtGdiPATHOBJ_bEnumClipLines()
/reactos/sdk/include/psdk/
H A Dntgdi.h3672 _Out_writes_bytes_(cb) CLIPLINE *pcl);
H A Dwinddi.h2988 _Out_bytecap_(cj) CLIPLINE *pcl);