Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 18 of 18) sorted by relevance

/misc/
A Dmkostemp64.c30 mkostemp64 (char *template, int flags) in mkostemp64() argument
32 return __gen_tempname (template, 0, flags | O_LARGEFILE, __GT_FILE); in mkostemp64()
A Dmkostemp.c31 mkostemp (char *template, int flags) in mkostemp() argument
33 return __gen_tempname (template, 0, flags, __GT_FILE); in mkostemp()
A Dfchflags.c24 int fchflags (int fd, unsigned long int flags) __THROW;
27 fchflags (int fd, unsigned long int flags) in fchflags() argument
A Dmkostemps64.c31 mkostemps64 (char *template, int suffixlen, int flags) in mkostemps64() argument
39 return __gen_tempname (template, suffixlen, flags | O_LARGEFILE, __GT_FILE); in mkostemps64()
A Dchflags.c24 int chflags (const char *file, unsigned long int flags) __THROW;
27 chflags (const char *file, unsigned long int flags) in chflags() argument
A Dmkostemps.c32 mkostemps (char *template, int suffixlen, int flags) in mkostemps() argument
40 return __gen_tempname (template, suffixlen, flags, __GT_FILE); in mkostemps()
A Dmmap64.c32 __mmap64 (void *addr, size_t len, int prot, int flags, int fd, in __mmap64() argument
44 return __mmap (addr, len, prot, flags, fd, small_offset); in __mmap64()
A Dmlockall.c28 mlockall (int flags) in mlockall() argument
A Dswapon.c25 swapon (const char *path, int flags) in swapon() argument
A Dmsync.c27 msync (void *addr, size_t len, int flags) in msync() argument
A Dpwritev2.c25 int flags) in pwritev2() argument
A Dpwritev64v2.c25 int flags) in pwritev64v2() argument
A Dpreadv2.c25 int flags) in preadv2() argument
A Dpreadv64v2.c25 int flags) in preadv64v2() argument
A Dremap_file_pages.c26 int flags) in __remap_file_pages() argument
A Dmmap.c32 __mmap (void *addr, size_t len, int prot, int flags, int fd, off_t offset) in __mmap() argument
A DMakefile141 CFLAGS-tst-tsearch.c += $(stack-align-test-flags)
/misc/bits/
A Dstab.def61 optimization flags used in this module. */

Completed in 22 milliseconds