| /third_party/musl/src/exit/ |
| D | atexit.c | 15 static struct fl struct 17 struct fl *next; argument 18 void (*f[COUNT])(void *); 19 void *a[COUNT];
|
| /third_party/ltp/testcases/kernel/syscalls/fcntl/ |
| D | fcntl19.c | 130 struct flock fl; in do_child() local 144 struct flock fl; in do_lock() local 153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 166 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock() 203 struct flock fl; in unlock_file() local 266 struct flock fl; in stop_child() local
|
| D | fcntl11.c | 116 struct flock fl; in do_child() local 130 struct flock fl; in do_lock() local 139 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 152 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock() 179 struct flock fl; in unlock_file() local 228 struct flock fl; in stop_child() local
|
| D | fcntl21.c | 134 struct flock fl; in do_child() local 151 struct flock fl; in do_lock() local 160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 173 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock() 210 struct flock fl; in unlock_file() local 273 struct flock fl; in stop_child() local
|
| D | fcntl20.c | 127 struct flock fl; in do_child() local 143 struct flock fl; in do_lock() local 152 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test() 165 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock() 202 struct flock fl; in unlock_file() local 265 struct flock fl; in stop_child() local
|
| D | fcntl22.c | 44 struct flock fl; variable
|
| D | fcntl18.c | 65 struct flock fl; in main() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| D | parser_impl_for_stmt_test.cc | 29 auto fl = p->for_stmt(); in TEST_F() local 42 auto fl = p->for_stmt(); in TEST_F() local 56 auto fl = p->for_stmt(); in TEST_F() local 73 auto fl = p->for_stmt(); in TEST_F() local 89 auto fl = p->for_stmt(); in TEST_F() local 105 auto fl = p->for_stmt(); in TEST_F() local 118 auto fl = p->for_stmt(); in TEST_F() local 131 auto fl = p->for_stmt(); in TEST_F() local 144 auto fl = p->for_stmt(); in TEST_F() local 157 auto fl = p->for_stmt(); in TEST_F() local
|
| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
| D | 11-1.c | 30 struct flock fl = { in child() local 68 struct flock fl = { in main() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | ulistfmttest.c | 141 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListFmtToValue() local 222 UFormattedList* fl = ulistfmt_openResult(&ec); in TestUListOpenStyled() local 267 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_A() local 315 UFormattedList *fl = ulistfmt_openResult(&status); in TestUList21871_B() local
|
| /third_party/musl/porting/linux/user/src/internal/ |
| D | stdio_impl.h | 26 #define FILE_LIST_NEXT(fl) ((fl)->next) argument 32 #define FILE_LIST_CHECK_NEXT(fl) do { \ argument 38 #define FILE_LIST_CHECK_PREV(fl) do { \ argument 52 #define FILE_LIST_INSERT_HEAD(head, fl) do { \ argument 61 #define FILE_LIST_REMOVE(fl) do { \ argument
|
| D | syscall.h | 378 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument 379 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 380 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument 381 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 383 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 384 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument 385 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 386 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
|
| /third_party/mesa3d/src/util/ |
| D | sparse_array.c | 218 util_sparse_array_free_list_init(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_init() 236 util_sparse_array_free_list_push(struct util_sparse_array_free_list *fl, in util_sparse_array_free_list_push() 261 util_sparse_array_free_list_pop_idx(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_idx() 282 util_sparse_array_free_list_pop_elem(struct util_sparse_array_free_list *fl) in util_sparse_array_free_list_pop_elem()
|
| /third_party/musl/src/internal/ |
| D | stdio_impl.h | 26 #define FILE_LIST_NEXT(fl) (fl->next) argument 32 #define FILE_LIST_CHECK_NEXT(fl) do { \ argument 38 #define FILE_LIST_CHECK_PREV(fl) do { \ argument 52 #define FILE_LIST_INSERT_HEAD(head, fl) do { \ argument 61 #define FILE_LIST_REMOVE(fl) do { \ argument
|
| D | syscall.h | 384 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument 385 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 386 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument 387 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 389 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 390 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument 391 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 392 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
|
| /third_party/node/test/parallel/ |
| D | test-event-emitter-listeners-side-effects.js | 30 let fl; // foo listeners variable
|
| /third_party/musl/porting/liteos_a/user/src/ipc/ |
| D | semget.c | 9 int semget(key_t key, int n, int fl) in semget()
|
| /third_party/musl/src/ipc/ |
| D | semget.c | 8 int semget(key_t key, int n, int fl) in semget()
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | freopen.c | 16 int fl = __fmodeflags(mode, &file_flags); in freopen() local
|
| /third_party/musl/src/stdio/ |
| D | freopen.c | 16 int fl = __fmodeflags(mode, &file_flags); in freopen() local
|
| /third_party/musl/porting/liteos_m/user/src/internal/ |
| D | syscall.h | 363 #define __sys_open2(x,pn,fl) __syscall2(SYS_open, pn, (fl)|O_LARGEFILE) argument 364 #define __sys_open3(x,pn,fl,mo) __syscall3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 365 #define __sys_open_cp2(x,pn,fl) __syscall_cp2(SYS_open, pn, (fl)|O_LARGEFILE) argument 366 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp3(SYS_open, pn, (fl)|O_LARGEFILE, mo) argument 368 #define __sys_open2(x,pn,fl) __syscall3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 369 #define __sys_open3(x,pn,fl,mo) __syscall4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument 370 #define __sys_open_cp2(x,pn,fl) __syscall_cp3(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE) argument 371 #define __sys_open_cp3(x,pn,fl,mo) __syscall_cp4(SYS_openat, AT_FDCWD, pn, (fl)|O_LARGEFILE, mo) argument
|
| /third_party/musl/libc-test/src/functional/ |
| D | fcntl.c | 14 struct flock fl = {0}; in main() local
|
| /third_party/ltp/testcases/kernel/syscalls/timerfd/ |
| D | timerfd03.c | 122 int fd, fl; in main() local
|
| /third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
| D | signalfd4_02.c | 124 int fd, fl; in main() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | removegrain.h | 40 void (*fl[4])(uint8_t *dst, uint8_t *src, ptrdiff_t stride, int pixels); member
|