Home
last modified time | relevance | path

Searched refs:appending (Results 1 - 8 of 8) sorted by relevance

/third_party/python/Modules/_io/
H A D_iomodule.c93 'a' for appending (which on some Unix systems, means that all writes
106 'a' open for writing, appending to the end of the file if it exists
119 binary mode (appending 'b' to the mode argument) return contents as
204 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; in _io_open_impl()
247 appending = 1; in _io_open_impl()
275 if (appending) *(m++) = 'a'; in _io_open_impl()
286 if (creating + reading + writing + appending > 1) { in _io_open_impl()
398 else if (creating || writing || appending) in _io_open_impl()
203 int creating = 0, reading = 0, writing = 0, appending = 0, updating = 0; _io_open_impl() local
H A Dfileio.c64 unsigned int appending : 1; member
183 self->appending = 0; in fileio_new()
207 writing, exclusive creation or appending. The file will be created if it
208 doesn't exist when opened for writing or appending; it will be truncated
323 self->appending = 1;
479 if (self->appending) {
1065 if (self->appending) {
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c1445 s64 used, s64 reserved, BOOL appending, in ntfs_compress_free()
1483 if (!appending) in ntfs_compress_free()
1583 s64 offs, u32 compsz, s32 pos, BOOL appending, in ntfs_read_append()
1600 if (appending) in ntfs_read_append()
1628 BOOL appending, VCN *update_from) in ntfs_flush()
1640 offs + na->compression_block_size, appending, in ntfs_flush()
1692 BOOL appending; in ntfs_compressed_pwrite() local
1733 /* determine whether we are appending to file */ in ntfs_compressed_pwrite()
1735 appending = endwrite >= na->initialized_size; in ntfs_compressed_pwrite()
1762 ntfs_log_error("jump back over a hole when appending\ in ntfs_compressed_pwrite()
1444 ntfs_compress_free(ntfs_attr *na, runlist_element *rl, s64 used, s64 reserved, BOOL appending, VCN *update_from) ntfs_compress_free() argument
1582 ntfs_read_append(ntfs_attr *na, const runlist_element *rl, s64 offs, u32 compsz, s32 pos, BOOL appending, char *outbuf, s64 to_write, const void *b) ntfs_read_append() argument
1626 ntfs_flush(ntfs_attr *na, runlist_element *rl, s64 offs, char *outbuf, s32 count, BOOL compress, BOOL appending, VCN *update_from) ntfs_flush() argument
[all...]
/third_party/node/deps/npm/lib/utils/
H A Dread-user-info.js11 Enter one below. You can also pass one on the command line by appending --otp=123456.
/third_party/python/Lib/
H A D_pyio.py91 exists), 'x' for exclusive creation of a new file, and 'a' for appending
104 'a' open for writing, appending to the end of the file if it exists
117 binary mode (appending 'b' to the mode argument) return contents as
213 appending = "a" in modes
219 if creating + reading + writing + appending > 1:
221 if not (creating or reading or writing or appending):
238 (appending and "a" or "") +
264 elif creating or writing or appending:
1502 writing, exclusive creation or appending. The file will be created if it
1503 doesn't exist when opened for writing or appending; i
[all...]
/third_party/tzdata/
H A Dtzselect.ksh808 You can make this change permanent for yourself by appending the line
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLLexer.cpp514 KEYWORD(appending); in LexIdentifier()
/third_party/sqlite/src/
H A Dsqlite3.c1031 ** want to subclass this object by appending additional fields
[all...]

Completed in 137 milliseconds