Searched refs:mode (Results 26 - 50 of 63) sorted by relevance

123

/bionic/libc/stdio/
H A Dwcio.h55 #define _SET_ORIENTATION(fp, mode) \
59 _wcio->wcio_mode = (mode);\
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_statistic.h37 __u16 mode; member in struct:xt_statistic_info
H A Dxt_rateest.h45 __u16 mode; member in struct:xt_rateest_match_info
/bionic/libc/kernel/uapi/linux/
H A Datmsap.h81 unsigned char mode; member in struct:atm_blli::__anon178::__anon179
91 unsigned char mode; member in struct:atm_blli::__anon180::__anon181
H A Dvt.h27 char mode; member in struct:vt_mode
95 struct vt_mode mode; member in struct:vt_setactivate
H A Dcramfs_fs.h35 __u32 mode:CRAMFS_MODE_WIDTH, uid:CRAMFS_UID_WIDTH; member in struct:cramfs_inode
H A Dipc.h32 __kernel_mode_t mode; member in struct:ipc_perm
H A Dmatroxfb.h32 __u32 mode; member in struct:matroxioc_output_mode
H A Dfuse.h39 uint32_t mode; member in struct:fuse_attr
239 uint32_t mode; member in struct:fuse_mknod_in
246 uint32_t mode; member in struct:fuse_mkdir_in
272 uint32_t mode; member in struct:fuse_setattr_in
287 uint32_t mode; member in struct:fuse_create_in
485 uint32_t mode; member in struct:fuse_fallocate_in
H A Ddlm_device.h30 __u8 mode; member in struct:dlm_lock_params
H A Dpps.h47 int mode; member in struct:pps_kparams
H A Dcoda.h132 #define IFTOCDT(mode) (((mode) & 0170000) >> 12)
366 int mode; member in struct:coda_create_in
H A Dxfrm.h244 __u8 mode; member in struct:xfrm_user_tmpl
372 __u8 mode; member in struct:xfrm_usersa_info
481 __u8 mode; member in struct:xfrm_user_migrate
H A Dppp-ioctl.h65 enum NPmode mode; member in struct:npioctl
/bionic/libc/upstream-freebsd/lib/libc/stdio/
H A Dfopen.c52 fopen(const char * __restrict file, const char * __restrict mode) argument
58 if ((flags = __sflags(mode, &oflags)) == 0)
87 * When opening in append mode, even though we use O_APPEND,
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfdopen.c43 fdopen(int fd, const char *mode) argument
54 if ((flags = __sflags(mode, &oflags)) == 0)
57 /* Make sure the mode the user wants is a subset of the actual mode. */
H A Dmktemp.c43 mktemp_internal(char *path, int slen, int mode) argument
82 switch (mode) {
H A Dfreopen.c50 freopen(const char *file, const char *mode, FILE *fp) argument
55 if ((flags = __sflags(mode, &oflags)) == 0) {
160 * When opening in append mode, even though we use O_APPEND,
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddtoa.c48 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
90 mode:
94 e.g. with IEEE P754 arithmetic , mode 0 gives
95 1e23 whereas mode 1 gives 9.999999999999999e22.
104 round-nearest mode) with the tests of mode 0 to
109 6-9 ==> Debugging modes similar to mode
[all...]
H A Dgdtoa.c93 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
118 int *kindp, mode, ndigits, *decpt; char **rve;
120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
130 mode:
134 e.g. with IEEE P754 arithmetic , mode 0 gives
135 1e23 whereas mode 1 gives 9.999999999999999e22.
144 4 <= mode <= 9 ==> same return as mode
145 2 + (mode
[all...]
H A Dgdtoa.h107 extern char* __dtoa ANSI((double d, int mode, int ndigits, int *decpt,
110 int mode, int ndigits, int *decpt, char **rve));
/bionic/libc/bionic/
H A Dlegacy_32_bit_support.cpp93 int fallocate(int fd, int mode, off_t offset, off_t length) { argument
94 return fallocate64(fd, mode, static_cast<off64_t>(offset), static_cast<off64_t>(length));
/bionic/libc/kernel/uapi/sound/
H A Dsfnt_info.h101 unsigned short mode; member in struct:soundfont_voice_info
169 int mode; member in struct:snd_emux_misc_mode
/bionic/libc/kernel/uapi/linux/dvb/
H A Ddmx.h81 __u8 mode[DMX_FILTER_SIZE]; member in struct:dmx_filter
/bionic/libc/kernel/uapi/mtd/
H A Dmtd-abi.h60 __u8 mode; member in struct:mtd_write_req

Completed in 883 milliseconds

123