Home
last modified time | relevance | path

Searched defs:writing (Results 1 - 10 of 10) sorted by relevance

/third_party/toybox/toys/other/
H A Ddevmem.c22 int writing = toys.optc == 3, page_size = getpagesize(), bytes = 4, fd; in devmem_main() local
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c123 int reading = 0, writing = 0; in tbio_io() local
290 int reading = 0, writing = 0; in test_bio_split() local
77 send_request(struct request_queue *q, struct bio *bio, struct block_device *bdev, struct tbio_interface *inter, int writing) send_request() argument
/third_party/python/Modules/_io/
H A D_iomodule.c203 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; _io_open_impl() local
[all...]
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dfat.c441 fat_get_fat32_cached_ptr(struct fat_descriptor *fat, cl_t cl, bool writing) in fat_get_fat32_cached_ptr() argument
384 fat_get_fat32_cache_entry(struct fat_descriptor *fat, off_t addr, bool writing) fat_get_fat32_cache_entry() argument
/third_party/libuv/src/win/
H A Dtcp.c1383 int writing; in uv__tcp_try_cancel_reqs() local
/third_party/node/deps/uv/src/win/
H A Dtcp.c1415 int writing; in uv__tcp_try_cancel_reqs() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djmemmgr.c753 do_sarray_io(j_common_ptr cinfo, jvirt_sarray_ptr ptr, boolean writing) in do_sarray_io() argument
786 do_barray_io(j_common_ptr cinfo, jvirt_barray_ptr ptr, boolean writing) in do_barray_io() argument
/third_party/python/Lib/
H A Dpydoc.py2762 writing = False variable in cli.BadUsage
2778 writing = True variable in cli.BadUsage
/third_party/python/Modules/
H A D_ssl.c2260 PySSL_select(PySocketSockObject *s, int writing, _PyTime_t timeout) in PySSL_select() argument
H A Dsocketmodule.c728 internal_select(PySocketSockObject *s, int writing, _PyTime_t interval, in internal_select() argument
838 sock_call_ex(PySocketSockObject *s, int writing, int (*sock_func) (PySocketSockObject *s, void *data), void *data, int connect, int *err, _PyTime_t timeout) sock_call_ex() argument
967 sock_call(PySocketSockObject *s, int writing, int (*func) (PySocketSockObject *s, void *data), void *data) sock_call() argument
[all...]

Completed in 24 milliseconds