Home
last modified time | relevance | path

Searched refs:POSIX_FADV_NORMAL (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/posix/
Dtst-posix_fadvise-common.c80 if (posix_fadvise (-1, 0, 0, POSIX_FADV_NORMAL) != EBADF) in do_test_common()
88 if (posix_fadvise (fifofd, 0, 0, POSIX_FADV_NORMAL) != ESPIPE) in do_test_common()
92 if (posix_fadvise (temp_fd, 0, 0, POSIX_FADV_NORMAL) != 0) in do_test_common()
95 if (posix_fadvise (temp_fd, 0, 2 * BLK_SIZE, POSIX_FADV_NORMAL) != 0) in do_test_common()
99 if (posix_fadvise (temp_fd, 2 * BLK_SIZE, 0, POSIX_FADV_NORMAL) != 0) in do_test_common()
Dtst-posix_fadvise64.c32 if (posix_fadvise (temp_fd, 0, -1, POSIX_FADV_NORMAL) != EINVAL) in do_test()
37 if (posix_fadvise (temp_fd, 0, offset, POSIX_FADV_NORMAL) != 0) in do_test()
41 if (posix_fadvise (temp_fd, offset, 0, POSIX_FADV_NORMAL) != 0) in do_test()
/glibc-2.36/bits/
Dfcntl.h140 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
/glibc-2.36/sysdeps/mach/hurd/bits/
Dfcntl.h224 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
/glibc-2.36/conform/data/
Dfcntl.h-data71 constant POSIX_FADV_NORMAL
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dfcntl-linux.h318 # define POSIX_FADV_NORMAL 0 /* No further special treatment. */ macro
/glibc-2.36/ChangeLog.old/
DChangeLog.1110448 S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
11278 * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
DChangeLog.1878660 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.