Searched defs:pos (Results 1 - 25 of 110) sorted by relevance

12345

/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfgetpos.c42 fgetpos(FILE * __restrict fp, fpos_t * __restrict pos) argument
H A Dfsetpos.c46 fsetpos(FILE *iop, const fpos_t *pos) argument
H A Dftell.c88 fpos_t pos; local
[all...]
H A Dopen_memstream.c111 memstream_seek(void *cookie, fpos_t pos, int whence) argument
[all...]
H A Dopen_wmemstream.c173 wmemstream_seek(void *cookie, fpos_t pos, int whence) argument
[all...]
/barrelfish-2018-10-04/lib/libc/locale/
H A Dnl_langinfo.c172 char pos = localeconv_l(loc)->p_cs_precedes; local
/barrelfish-2018-10-04/lib/spawndomain/
H A Dgetopt.c23 const char *pos = *optstring; local
/barrelfish-2018-10-04/include/barrelfish/
H A Dmsgbuf.h25 size_t pos; ///< Current position (byte-offset) in buffer member in struct:msgbuf
/barrelfish-2018-10-04/usr/tests/cxx/
H A Dcxx11.cpp30 auto pos = std::find_if(std::begin(v), std::end(v), is_odd); local
/barrelfish-2018-10-04/lib/libc/iconv/
H A Dcitrus_region.h71 _citrus_region_offset(const struct _citrus_region *r, size_t pos) argument
78 _citrus_region_peek8(const struct _citrus_region *r, size_t pos) argument
85 _citrus_region_peek16(const struct _citrus_region *r, size_t pos) argument
94 _citrus_region_peek32(const struct _citrus_region *r, size_t pos) argument
H A Dcitrus_memstream.h103 _citrus_memory_stream_seek(struct _citrus_memory_stream *ms, size_t pos, int w) argument
/barrelfish-2018-10-04/lib/libc/net/
H A Dbase64.c199 char *pos; local
/barrelfish-2018-10-04/lib/libc/tests/stdio/
H A Dfmemopen2_test.c109 long pos; local
156 long pos; local
/barrelfish-2018-10-04/lib/libc/xdr/
H A Dxdr_sizeof.c72 x_setpostn(XDR *xdrs, u_int pos) argument
H A Dxdr_mem.c203 xdrmem_setpos(XDR *xdrs, u_int pos) argument
H A Dxdr_stdio.c155 xdrstdio_setpos(XDR *xdrs, u_int pos) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_io.c63 ASN1_OCTET_STRING **pos; local
/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_blockdevfs_megaraid.c49 errval_t blockdevfs_megaraid_read(void *handle, size_t pos, void *buffer, argument
58 errval_t blockdevfs_megaraid_write(void *handle, size_t pos, const void *buffer, argument
H A Dvfs_nfs.h28 size_t pos; member in struct:nfs_handle::__anon1407::__anon1408
/barrelfish-2018-10-04/usr/bench/mdb_bench/
H A Dreset.c108 size_t pos, mod = 1; local
H A Dmeasure.c101 size_t pos, mod = 1; local
125 size_t pos, mod = 1; local
149 size_t pos, mod = 1; local
174 size_t pos, mod = 1; local
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dltablib.c43 int pos; /* where to insert new element */ local
70 int pos = luaL_optint(L, 2, size); local
[all...]
/barrelfish-2018-10-04/lib/nfs/
H A Dxdr_pbuf.c103 static bool xdr_pbuf_setpostn(XDR *xdr, size_t pos) argument
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Defx_wol.c135 unsigned int pos, bit; local
/barrelfish-2018-10-04/usr/init/
H A Dinit.c52 int pos; member in struct:__anon1776

Completed in 115 milliseconds

12345