Home
last modified time | relevance | path

Searched refs:l_buf (Results 1 - 7 of 7) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fchownat/
H A Dfchownat02.c72 struct stat c_buf, l_buf; in setup() local
90 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in setup()
92 if (l_buf.st_uid == set_uid || l_buf.st_gid == set_gid) { in setup()
95 "set_gid(%d)", l_buf.st_uid, set_uid, l_buf.st_gid, in setup()
115 struct stat c_buf, l_buf; in test_verify() local
119 SAFE_LSTAT(cleanup, TESTFILE_LINK, &l_buf); in test_verify()
121 if (c_buf.st_uid != set_uid && l_buf.st_uid == set_uid && in test_verify()
122 c_buf.st_gid != set_gid && l_buf in test_verify()
[all...]
/third_party/node/deps/zlib/
H A Ddeflate.h226 uchf *l_buf; /* buffer for literals/lengths */ member
339 s->l_buf[s->sym_next++] = cc; \
347 s->l_buf[s->sym_next++] = len; \
H A Dtrees.c909 lc = s->l_buf[sx++]; in compress_block()
1097 s->l_buf[s->sym_next++] = (uch)lc;
H A Ddeflate.c550 s->l_buf = s->pending_buf + (s->lit_bufsize << 2); in deflateInit2_()
1372 ds->l_buf = ds->pending_buf + (ds->lit_bufsize << 2); in deflateCopy()
/third_party/zlib/
H A Ddeflate.h227 uchf *l_buf; /* buffer for literals/lengths */ member
336 s->l_buf[s->sym_next++] = cc; \
344 s->l_buf[s->sym_next++] = len; \
H A Dtrees.c934 lc = s->l_buf[sx++]; in compress_block()
1122 s->l_buf[s->sym_next++] = (uch)lc;
H A Ddeflate.c511 s->l_buf = s->pending_buf + (s->lit_bufsize << 2); in deflateInit2_()
1333 ds->l_buf = ds->pending_buf + (ds->lit_bufsize << 2); in deflateCopy()

Completed in 13 milliseconds