/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | old_vfprintf.c | 342 char flag[sizeof(spec)]; in vfprintf() local 366 flag[p-spec] = '\0'; in vfprintf() 368 flag[FLAG_0_PAD] = ' '; in vfprintf() 373 flag[p-spec] = *fmt++; in vfprintf() 380 if (!flag[FLAG_PLUS]) { in vfprintf() 381 flag[FLAG_PLUS] = flag[FLAG_SPACE]; in vfprintf() 429 flag[FLAG_PLUS] = '\0'; in vfprintf() 430 flag[FLAG_0_PAD] = ' '; in vfprintf() 483 flag[FLAG_HASH] = 'p'; in vfprintf() 492 if (flag[FLAG_HASH]) { in vfprintf() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/pthread/ |
A D | ex7.c | 17 int flag; member 37 foo.flag = 0; in test_thread() 47 while (foo.flag == 0 && status != ETIMEDOUT) { in test_thread() 54 main_event.flag = 1; in test_thread() 75 main_event.flag = 0; in main() 93 while (main_event.flag == 0) { in main() 96 main_event.flag = 0; in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | reboot.c | 13 static __inline__ _syscall3(int, _reboot, int, magic, int, magic2, int, flag) in _syscall3() argument 14 int reboot(int flag) in _syscall3() 16 return (_reboot((int) 0xfee1dead, 672274793, flag)); in _syscall3()
|
A D | fchmodat.c | 19 int fchmodat(int fd, const char *file, mode_t mode, int flag) in fchmodat() argument 22 if (flag & ~AT_SYMLINK_NOFOLLOW) { in fchmodat() 28 if (flag & AT_SYMLINK_NOFOLLOW) { in fchmodat()
|
A D | fstatat64.c | 21 int fstatat64(int fd, const char *file, struct stat64 *buf, int flag) in fstatat64() argument 27 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, &kbuf, flag); in fstatat64() 33 return INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); in fstatat64()
|
A D | fstatat.c | 19 int fstatat(int fd, const char *file, struct stat *buf, int flag) in fstatat() argument 24 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, &kbuf, flag); in fstatat() 28 ret = INLINE_SYSCALL(fstatat64, 4, fd, file, buf, flag); in fstatat()
|
A D | unlinkat.c | 13 _syscall3(int, unlinkat, int, fd, const char *, file, int, flag)
|
A D | faccessat.c | 13 _syscall4(int, faccessat, int, fd, const char *, file, int, type, int, flag)
|
A D | fchownat.c | 13 _syscall5(int, fchownat, int, fd, const char *, file, uid_t, owner, gid_t, group, int, flag)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/powerpc/e500/fpu/ |
A D | fsetexcptflg.c | 25 fexcept_t flag; in __fesetexceptflag() local 31 flag = *flagp & excepts; in __fesetexceptflag() 34 spefscr = (spefscr & ~FE_ALL_EXCEPT) | flag; in __fesetexceptflag()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw.c | 378 int flag = 0; in process_entry() local 413 flag = FTW_SLN; in process_entry() 415 flag = FTW_NS; in process_entry() 420 flag = FTW_D; in process_entry() 422 flag = FTW_SL; in process_entry() 424 flag = FTW_F; in process_entry() 428 && (flag == FTW_NS in process_entry() 431 if (flag == FTW_D) in process_entry() 440 result = (*data->func) (data->dirbuf, &st, data->cvt_arr[flag], in process_entry() 719 int flag = S_ISLNK (st.st_mode) ? FTW_SL : FTW_F; in ftw_startup() local [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/ |
A D | shared_mutex | 65 // The high bit of _M_state is the write-entered flag which is set to 69 // To take a reader lock, block on gate1 while the write-entered flag is 72 // To release, decrement the count, then if the write-entered flag is set 77 // To take a writer lock, block on gate1 while the write-entered flag is 78 // set, then set the write-entered flag to start queueing, then block on 80 // To release, unset the write-entered flag and signal gate1 to wake all 94 // The write-entered flag and reader count. 101 // Test whether the write-entered flag is set. _M_mut must be locked. 124 // Wait until we can set the write-entered flag. 165 // Wake all threads blocked while the write-entered flag was set. [all …]
|
/l4re-core-master/l4util/lib/src/ |
A D | getopt2.c | 88 l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi) 90 if (flag == L4UTIL_MB_VALID
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getopt_long-simple.c | 35 if (longopts[i].flag) { in __getopt_long() 36 *longopts[i].flag = longopts[i].val; in __getopt_long()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/ |
A D | shared_mutex | 272 // The high bit of _M_state is the write-entered flag which is set to 276 // To take a reader lock, block on gate1 while the write-entered flag is 279 // To release, decrement the count, then if the write-entered flag is set 284 // To take a writer lock, block on gate1 while the write-entered flag is 285 // set, then set the write-entered flag to start queueing, then block on 287 // To release, unset the write-entered flag and signal gate1 to wake all 301 // The write-entered flag and reader count. 308 // Test whether the write-entered flag is set. _M_mut must be locked. 331 // Wait until we can set the write-entered flag. 372 // Wake all threads blocked while the write-entered flag was set. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/libdl/ |
A D | libdl.c | 302 static void *do_dlopen(const char *libname, int flag, ElfW(Addr) from) in do_dlopen() argument 322 if (!(flag & (RTLD_LAZY|RTLD_NOW|RTLD_NOLOAD))) { in do_dlopen() 389 now_flag = (flag & RTLD_NOW) ? RTLD_NOW : 0; in do_dlopen() 400 (char*)libname, (flag & RTLD_GLOBAL ? 1:0), (now_flag & RTLD_NOW ? 1:0)); in do_dlopen() 402 tpnt = _dl_load_shared_library((flag & RTLD_NOLOAD) ? DL_RESOLVE_NOLOAD : 0, in do_dlopen() 411 tpnt->rtld_flags |= (flag & RTLD_GLOBAL); in do_dlopen() 424 dyn_chain->init_fini.init_fini[i]->rtld_flags |= (flag & RTLD_GLOBAL); in do_dlopen() 456 tpnt1->rtld_flags |= (flag & RTLD_GLOBAL); in do_dlopen() 680 /* l4: */ void *dlopen(const char *libname, int flag); 681 void *dlopen(const char *libname, int flag) in dlopen() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/ |
A D | shared_mutex | 178 // The high bit of _M_state is the write-entered flag which is set to 182 // To take a reader lock, block on gate1 while the write-entered flag is 185 // To release, decrement the count, then if the write-entered flag is set 190 // To take a writer lock, block on gate1 while the write-entered flag is 191 // set, then set the write-entered flag to start queueing, then block on 193 // To release, unset the write-entered flag and signal gate1 to wake all 207 // The write-entered flag and reader count. 214 // Test whether the write-entered flag is set. _M_mut must be locked. 237 // Wait until we can set the write-entered flag. 304 // clears the write-entered flag. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/ |
A D | shared_mutex | 180 // The high bit of _M_state is the write-entered flag which is set to 184 // To take a reader lock, block on gate1 while the write-entered flag is 187 // To release, decrement the count, then if the write-entered flag is set 192 // To take a writer lock, block on gate1 while the write-entered flag is 193 // set, then set the write-entered flag to start queueing, then block on 195 // To release, unset the write-entered flag and signal gate1 to wake all 209 // The write-entered flag and reader count. 216 // Test whether the write-entered flag is set. _M_mut must be locked. 239 // Wait until we can set the write-entered flag. 306 // clears the write-entered flag. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/ |
A D | shared_mutex | 178 // The high bit of _M_state is the write-entered flag which is set to 182 // To take a reader lock, block on gate1 while the write-entered flag is 185 // To release, decrement the count, then if the write-entered flag is set 190 // To take a writer lock, block on gate1 while the write-entered flag is 191 // set, then set the write-entered flag to start queueing, then block on 193 // To release, unset the write-entered flag and signal gate1 to wake all 207 // The write-entered flag and reader count. 214 // Test whether the write-entered flag is set. _M_mut must be locked. 237 // Wait until we can set the write-entered flag. 304 // clears the write-entered flag. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 219 # Usage: check-gcc-var,<flag> 220 # Check the C compiler to see if it supports <flag>. 221 # Export the variable CFLAG_<flag> if it does. 225 # Usage: check-as-var,<flag> 228 # as well CFLAG_-Wa<flag> (for invoking the compiler driver). 234 # Usage: check-ld-var,<flag> 235 # Check the linker to see if it supports <flag>. Export the 236 # variable LDFLAG_<flag> if it does (for invoking the linker), 237 # as well CFLAG_-Wl<flag> (for invoking the compiler driver). 568 # We need to keep track of both the CC PIE flag (above) as [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/ |
A D | shared_mutex | 261 // The high bit of _M_state is the write-entered flag which is set to 265 // To take a reader lock, block on gate1 while the write-entered flag is 268 // To release, decrement the count, then if the write-entered flag is set 273 // To take a writer lock, block on gate1 while the write-entered flag is 274 // set, then set the write-entered flag to start queueing, then block on 276 // To release, unset the write-entered flag and signal gate1 to wake all 290 // The write-entered flag and reader count. 297 // Test whether the write-entered flag is set. _M_mut must be locked. 320 // Wait until we can set the write-entered flag. 387 // clears the write-entered flag. [all …]
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | mbi_argv.h | 25 void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | mbi_argv.h | 25 L4_CV void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/sh/ |
A D | resolve.S | 18 movt r3 ! Save T flag 81 shal r3 ! Load T flag
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/ |
A D | crypt_stub.c | 26 encrypt(char *block attribute_unused, int flag attribute_unused) in encrypt()
|