Home
last modified time | relevance | path

Searched refs:_buf (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libutil/
A Dopenpty.c94 char _buf[PATH_MAX]; in libutil_hidden_proto()
96 char _buf[512]; in libutil_hidden_proto()
98 char *buf = _buf; in libutil_hidden_proto()
119 if (pts_name (master, &buf, sizeof (_buf))) in libutil_hidden_proto()
129 if (buf != _buf) in libutil_hidden_proto()
147 if (buf != _buf) in libutil_hidden_proto()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dunix_grantpt.c93 char _buf[PATH_MAX]; in grantpt() local
95 char _buf[512]; in grantpt() local
97 char *buf = _buf; in grantpt()
103 if (pts_name (fd, &buf, sizeof (_buf))) in grantpt()
190 if (buf != _buf) in grantpt()
A Dgrantpt.c48 char _buf[PATH_MAX]; in grantpt() local
49 char *buf = _buf; in grantpt()
51 if (pts_name (fd, &buf, sizeof (_buf))) in grantpt()
/l4re-core-master/l4re/util/include/
A Devent_buffer39 void *_buf;
46 void *buf() const noexcept { return _buf; }
59 _buf = 0;
61 long r = rm->attach(&_buf, sz,
67 *(L4Re::Event_buffer_t<PAYLOAD>*)this = L4Re::Event_buffer_t<PAYLOAD>(_buf, sz);
81 if (_buf)
82 return rm->detach(_buf, &ds);
A Devent107 _buf = cxx::move(buf);
149 _buf = cxx::move(buf);
172 Rm::Unique_region<void*> _buf;
A Dcounting_cap_alloc92 COUNTERTYPE _buf[COUNT];
/l4re-core-master/moe/server/src/
A Dboot_fs.cc115 unsigned written = snprintf(_buf + _size, left, "%d:%.*s\n", in add()
121 memcpy(n, _buf, _space); in add()
122 Single_page_alloc_base::_free(_buf, _space, true); in add()
123 _buf = n; in add()
144 ds = new Moe::Dataspace_static((void *)_buf, _size, L4Re::Dataspace::F::R); in create_ds_and_register()
153 char *_buf = (char *)Single_page_alloc_base::_alloc(_space, L4_PAGESHIFT); member in Dirinfo
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dclnt_perror.c59 _buf (void) in _buf() function
202 char *str = _buf (); in clnt_sperror()
292 char *str = _buf (); in libc_hidden_def()

Completed in 6 milliseconds