Searched defs:cnt (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/3d/ |
H A D | facl3d.c | 35 facl3d(int fd, int cmd, int cnt, aclent_t* buf) argument 42 if (!fscall(NiL, MSG_facl, 0, fd, cmd, cnt, buf)) 46 r = FACL(fd, cmd, cnt, buf); 51 fscall(mp, MSG_facl, 0, fd, cmd, cnt, buf); 54 fscall(mp, MSG_facl, 0, fd, cmd, cnt, buf);
|
H A D | acl3d.c | 36 acl3d(const char* path, int cmd, int cnt, aclent_t* buf) argument 44 if (!fscall(NiL, MSG_acl, 0, path, cmd, cnt, buf)) 50 r = ACL(sp, cmd, cnt, buf); 55 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf); 58 fscall(mp, MSG_acl, 0, state.path.name, cmd, cnt, buf);
|
/ast/src/cmd/tests/cdt/ |
H A D | tevent.c | 41 int i, cnt; local 49 { cnt = 0; 52 cnt += 1; 53 return cnt;
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs_replica.c | 52 int cnt = 0; local 89 cnt++; 92 if (cnt) 99 return (cnt); 116 int cnt = 0; local 157 cnt++; 160 if (cnt) 167 return (cnt);
|
H A D | vcs_search.c | 216 int cnt = 0; local 242 cnt++; 253 switch (cnt) 319 int cnt = 0; local 339 cnt++; 348 if (cnt)
|
/ast/src/lib/libvcodex/ |
H A D | vclog.c | 166 int i, k, lg, cnt; local 169 for(i = 2, k = 0, lg = 0, cnt = 0; i <= 256; i <<= 1, lg += 1) 172 if((cnt += 1)%16 == 0 ) 179 for(i = 0, cnt = 0; i < 256; ++i) 182 if((cnt += 1)%8 == 0)
|
/ast/src/cmd/nmake/ |
H A D | convert.c | 91 int cnt; local 194 for (cnt = 0; c = *ed; ed++) 196 if (c == '(') cnt++; 197 else if (c == ')' && !--n) cnt = 0; 198 else if (cnt <= 0) 210 for (cnt = 0; c = *ed; ed++) 212 if (c == '(') cnt++; 213 else if (c == ')' && !--n) cnt = 0; 214 else if (cnt <= 0) 311 for (cnt [all...] |
H A D | expand.c | 3385 int cnt; local 3817 for (cnt = n = 0; *ed; ed++) 3819 if (cnt) 3821 if (*ed == cnt) 3824 cnt = 0; 3828 cnt = '('; 3834 cnt = '['; 4173 for (cnt = 1, ctx_end = 0;; cnt++, ctx_end = 0) 4177 if (cnt > [all...] |
Completed in 38 milliseconds