Home
last modified time | relevance | path

Searched refs:l_buf (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c73 struct stat c_buf, l_buf; in setup() local
94 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in setup()
96 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) { in setup()
99 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid, in setup()
119 struct stat c_buf, l_buf; in test_verify() local
123 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in test_verify()
125 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid && in test_verify()
126 c_buf.st_gid != set_gid && l_buf.st_gid == set_gid) { in test_verify()
132 "set_gid=%d", c_buf.st_uid, l_buf.st_uid, set_uid, in test_verify()
133 c_buf.st_gid, l_buf.st_gid, set_gid); in test_verify()
/external/syslinux/com32/lib/zlib/
Ddeflate.h214 uchf *l_buf; /* buffer for literals or lengths */ member
322 s->l_buf[s->last_lit++] = cc; \
330 s->l_buf[s->last_lit++] = len; \
Dtrees.c1032 s->l_buf[s->last_lit++] = (uch)lc;
1089 lc = s->l_buf[lx++];
Ddeflate.c301 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
975 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/external/zlib/src/
Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
Ddeflate.c341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1147 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/external/python/cpython3/Modules/zlib/
Ddeflate.h220 uchf *l_buf; /* buffer for literals or lengths */ member
329 s->l_buf[s->last_lit++] = cc; \
337 s->l_buf[s->last_lit++] = len; \
Dtrees.c1020 s->l_buf[s->last_lit++] = (uch)lc;
1077 lc = s->l_buf[lx++];
Ddeflate.c341 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1147 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;
/external/python/cpython2/Modules/zlib/
Ddeflate.h217 uchf *l_buf; /* buffer for literals or lengths */ member
326 s->l_buf[s->last_lit++] = cc; \
334 s->l_buf[s->last_lit++] = len; \
Dtrees.c1016 s->l_buf[s->last_lit++] = (uch)lc;
1073 lc = s->l_buf[lx++];
Ddeflate.c313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
1059 ds->l_buf = ds->pending_buf + (1+sizeof(ush))*ds->lit_bufsize;