Searched refs:Count_t (Results 1 - 2 of 2) sorted by relevance
/ast/src/cmd/std/ |
H A D | du.c | 81 #define BLOCKS(n) (Count_t)((blocksize==LS_BLOCKSIZE)?(n):(((n)*LS_BLOCKSIZE+blocksize-1)/blocksize)) 83 typedef Sfulong_t Count_t; typedef 124 Count_t n; 125 Count_t b; 141 Count_t count = 0; 269 if (!(ent->fts_pointer = newof(0, Count_t, 1, 0))) 290 n = *(Count_t*)ent->fts_pointer; 312 *(Count_t*)ent->fts_parent->fts_pointer += n; 318 sfprintf(sfstdout, "%I*u\t%s\n", sizeof(Count_t), BLOCKS(n), ent->fts_path); 326 sfprintf(sfstdout, "%I*u\n", sizeof(Count_t), BLOCK [all...] |
H A D | ls.c | 312 } Count_t; typedef in typeref:struct:__anon229 324 Count_t count; /* directory counts */ 339 Count_t total; /* total counts */
|
Completed in 14 milliseconds