/glibc-2.36/hurd/ |
D | hurdmalloc.c | 102 struct free_list *fl; member 108 #define HEADER_FREE(h) ((h)->u.fl) 117 struct free_list *fl; member 122 #define HEADER_FREE(h) ((h)->fl) 167 more_memory(int size, free_list_t fl) in more_memory() argument 189 HEADER_NEXT (h) = fl->head; in more_memory() 193 fl->head = h; in more_memory() 203 free_list_t fl; in malloc() local 220 fl = &malloc_free_list[i]; in malloc() 221 spin_lock(&fl->lock); in malloc() [all …]
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 137 struct flock *fl = va_arg (ap, struct flock *); in __libc_fcntl() local 156 .l_type = fl->l_type, in __libc_fcntl() 157 .l_whence = fl->l_whence, in __libc_fcntl() 158 .l_start = fl->l_start, in __libc_fcntl() 159 .l_len = fl->l_len, in __libc_fcntl() 160 .l_pid = fl->l_pid in __libc_fcntl() 191 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl() 192 fl->l_start, fl->l_len, wait); in __libc_fcntl() 200 fl->l_type = fl64.l_type; in __libc_fcntl() 201 fl->l_whence = fl64.l_whence; in __libc_fcntl() [all …]
|
/glibc-2.36/nptl/ |
D | tst-cancel7.c | 62 struct flock fl = in sl() local 69 if (fcntl (fileno (f), F_SETLK, &fl) != 0) in sl() 131 struct flock fl = in do_test() local 138 if (fcntl (fileno (f), F_GETLK, &fl) != 0) in do_test() 141 if (fl.l_type != F_UNLCK) in do_test() 143 printf ("child %lld still running\n", (long long) fl.l_pid); in do_test() 144 if (fl.l_pid == ll) in do_test() 145 kill (fl.l_pid, SIGKILL); in do_test() 163 struct flock fl = in do_cleanup() local 170 if (fcntl (fileno (f), F_GETLK, &fl) == 0 && fl.l_type != F_UNLCK in do_cleanup() [all …]
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-flock2.c | 36 struct flock fl = in tf() local 43 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in tf() 109 struct flock fl = in do_test() local 116 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 135 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 146 fl.l_type = F_UNLCK; in do_test() 147 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLKW, &fl)) != 0) in do_test() 190 fl.l_type = F_WRLCK; in do_test() 191 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test() 223 fl.l_type = F_WRLCK; in do_test() [all …]
|
/glibc-2.36/io/ |
D | lockf.c | 31 struct flock fl = { in lockf() local 45 fl.l_type = F_RDLCK; in lockf() 46 if (__fcntl (fd, F_GETLK, &fl) < 0) in lockf() 48 if (fl.l_type == F_UNLCK || fl.l_pid == __getpid ()) in lockf() 53 fl.l_type = F_UNLCK; in lockf() 54 return __fcntl (fd, F_SETLK, &fl); in lockf() 56 return __fcntl (fd, F_SETLKW, &fl); in lockf() 58 return __fcntl (fd, F_SETLK, &fl); in lockf()
|
/glibc-2.36/shadow/ |
D | lckpwdf.c | 89 struct flock fl; /* Information struct for locking. */ in __lckpwdf() local 134 memset (&fl, '\0', sizeof (struct flock)); in __lckpwdf() 135 fl.l_type = F_WRLCK; in __lckpwdf() 136 fl.l_whence = SEEK_SET; in __lckpwdf() 137 result = __fcntl (lock_fd, F_SETLKW, &fl); in __lckpwdf()
|
/glibc-2.36/login/ |
D | tst-pututxline-lockfail.c | 75 struct flock64 fl = in subprocess_lock_file() local 78 fl.l_whence = SEEK_SET, in subprocess_lock_file() 80 TEST_COMPARE (fcntl64 (fd, F_SETLKW, &fl), 0); in subprocess_lock_file()
|
D | utmp_file.c | 96 struct flock64 fl = in try_file_lock() local 102 bool status = __fcntl64_nocancel (fd, F_SETLKW, &fl) < 0; in try_file_lock() 123 struct flock64 fl = in file_unlock() local 127 __fcntl64_nocancel (fd, F_SETLKW, &fl); in file_unlock()
|
/glibc-2.36/sysdeps/nptl/ |
D | lowlevellock-futex.h | 54 # define __lll_private_flag(fl, private) \ argument 55 (((fl) | FUTEX_PRIVATE_FLAG) ^ (private))
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | import_file.awk | 43 …g)(_?([1-9cdimpqstPQT]+|tail))?|(Constants|Poly|coeff)_.+|(double_sin_?cos|double_cis)[fl]?_.+):/ {
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.1 | 1156 * Makefile (headers): Removed float.h and fl.h. 1159 Created (from old fl.h files). 1637 * sysdeps/ieee754/fl.h: Fixed NAN and HUGE_VAL bit patterns; added 2061 * sysdeps/sparc/fl.h: Removed. Should use ieee754 version. 2516 * sysdeps/m68k/68881/fl.h: Use new magic to snarf ieee754/fl.h during 2519 * sysdeps/ieee754/fl.h: New file, taken mostly from the old 2522 * sysdeps/m68k/68881/fl.h: Now #includes ieee754/fl.h, and overrides
|
D | ChangeLog.9 | 5938 * io/lockf.c (lockf): Move initilisation of fl.l_whence and 5939 fl.l_start at beginning of function.
|
D | ChangeLog.5 | 864 * sysdeps/m68k/fpu/fl.h: File removed. 9449 analogous macros to HUGE_VAL's: __huge_val[fl]_t, __HUGE_VAL[fl]_bytes.
|
D | ChangeLog.20 | 4759 login: Remove double-assignment of fl.l_whence in try_file_lock
|
D | ChangeLog.7 | 5705 * io/lockf.c (lockf): Clear fl before using. 6749 * sysdeps/vax/fl.h: Likewise.
|
D | ChangeLog.6 | 6826 * sysdeps/vax/Dist: Add fl.h.
|
/glibc-2.36/locale/ |
D | C-translit.h.in | 838 "\xfb02" "fl" # <UFB02> LATIN SMALL LIGATURE FL
|
/glibc-2.36/localedata/charmaps/ |
D | ISO_10646 | 1794 <fl> /xFB/x02 LATIN SMALL LIGATURE FL
|
/glibc-2.36/manual/ |
D | texinfo.tex | 5247 \def\indexisfl{fl}
|