Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 4 of 4) sorted by relevance

/sysdeps/mach/hurd/
A Dfcntl.c156 .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()
203 fl->l_len = fl64.l_len; in __libc_fcntl()
231 fl, MACH_PORT_NULL, in __libc_fcntl()
254 return __f_setlk (fd, fl->l_type, fl->l_whence, in __libc_fcntl()
[all …]
/sysdeps/pthread/
A Dtst-flock2.c36 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()
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()
224 if (TEMP_FAILURE_RETRY (fcntl (fd, F_SETLK, &fl)) == 0) in do_test()
[all …]
/sysdeps/nptl/
A Dlowlevellock-futex.h54 # define __lll_private_flag(fl, private) \ argument
55 (((fl) | FUTEX_PRIVATE_FLAG) ^ (private))
/sysdeps/ia64/fpu/
A Dimport_file.awk43 …g)(_?([1-9cdimpqstPQT]+|tail))?|(Constants|Poly|coeff)_.+|(double_sin_?cos|double_cis)[fl]?_.+):/ {

Completed in 5 milliseconds