Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 204) sorted by relevance

123456789

/glibc-2.36/rt/
Dlio_listio-common.c65 # define LIO_MODE(mode) ((mode) & 127) argument
66 # define NO_INDIVIDUAL_EVENT_P(mode) ((mode) & 128) argument
68 # define LIO_MODE(mode) mode argument
69 # define NO_INDIVIDUAL_EVENT_P(mode) 0 argument
74 lio_listio_internal (int mode, struct AIOCB *const list[], int nent, in lio_listio_internal()
235 LIO_LISTIO_OLD (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_OLD()
255 LIO_LISTIO_NEW (int mode, struct AIOCB *const list[], int nent, in LIO_LISTIO_NEW()
/glibc-2.36/dlfcn/
Ddlopen.c30 int mode; member
64 dlopen_implementation (const char *file, int mode, void *dl_caller) in dlopen_implementation()
76 ___dlopen (const char *file, int mode) in ___dlopen()
91 __dlopen (const char *file, int mode, void *dl_caller) in __dlopen()
97 ___dlopen (const char *file, int mode) in ___dlopen()
Ddlmopen.c33 int mode; member
67 dlmopen_implementation (Lmid_t nsid, const char *file, int mode, in dlmopen_implementation()
81 ___dlmopen (Lmid_t nsid, const char *file, int mode) in ___dlmopen()
96 __dlmopen (Lmid_t nsid, const char *file, int mode, void *dl_caller) in __dlmopen()
102 ___dlmopen (Lmid_t nsid, const char *file, int mode) in ___dlmopen()
/glibc-2.36/libio/
Dioseekpos.c30 _IO_seekpos_unlocked (FILE *fp, off64_t pos, int mode) in _IO_seekpos_unlocked()
51 _IO_seekpos (FILE *fp, off64_t pos, int mode) in _IO_seekpos()
Dioseekoff.c32 _IO_seekoff_unlocked (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff_unlocked()
64 _IO_seekoff (FILE *fp, off64_t offset, int dir, int mode) in _IO_seekoff()
Diofopen64.c35 _IO_fopen64 (const char *filename, const char *mode) in _IO_fopen64()
Dfwide.c32 fwide (FILE *fp, int mode) in fwide()
/glibc-2.36/sysdeps/powerpc/fpu/
Dround_to_integer.h35 set_fenv_mode (enum round_mode mode) in set_fenv_mode()
65 reset_fenv_mode (fenv_t fe, enum round_mode mode) in reset_fenv_mode()
78 round_to_integer_float (enum round_mode mode, float x) in round_to_integer_float()
120 round_to_integer_double (enum round_mode mode, double x) in round_to_integer_double()
/glibc-2.36/io/
Dfchmod.c25 __fchmod (int fd, mode_t mode) in __fchmod()
Dmkdir.c26 __mkdir (const char *path, mode_t mode) in __mkdir()
Dmkfifo.c26 mkfifo (const char *path, mode_t mode) in mkfifo()
Dlchmod.c24 lchmod (const char *file, mode_t mode) in lchmod()
Dchmod.c25 __chmod (const char *file, mode_t mode) in __chmod()
Dcreat.c26 creat (const char *file, mode_t mode) in creat()
Dcreat64.c25 creat64 (const char *file, mode_t mode) in creat64()
Dmknod.c22 __mknod (const char *path, mode_t mode, dev_t dev) in __mknod()
/glibc-2.36/sysdeps/csky/fpu/
Dfesetmode.c25 femode_t mode; in fesetmode() local
/glibc-2.36/sysdeps/posix/
Dmkfifo.c25 mkfifo (const char *path, mode_t mode) in mkfifo()
/glibc-2.36/sysdeps/m68k/fpu/
Dfesetmode.c25 femode_t mode; in fesetmode() local
/glibc-2.36/support/
Dxmkdir.c24 xmkdir (const char *path, mode_t mode) in xmkdir()
Dxfchmod.c24 xfchmod (int fd, mode_t mode) in xfchmod()
/glibc-2.36/sysdeps/unix/sysv/linux/generic/
Dchmod.c24 __chmod (const char *file, mode_t mode) in __chmod()
Dmkdir.c28 __mkdir (const char *path, mode_t mode) in __mkdir()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dcreat.c28 __creat (const char *file, mode_t mode) in __creat()
Dcreat64.c25 __creat64 (const char *file, mode_t mode) in __creat64()

123456789