Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 114) sorted by relevance

12345

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dold_vfprintf.c342 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 Dex7.c17 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 Dreboot.c13 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 Dfchmodat.c19 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 Dfstatat64.c21 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 Dfstatat.c19 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 Dunlinkat.c13 _syscall3(int, unlinkat, int, fd, const char *, file, int, flag)
A Dfaccessat.c13 _syscall4(int, faccessat, int, fd, const char *, file, int, type, int, flag)
A Dfchownat.c13 _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 Dfsetexcptflg.c25 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 Dftw.c378 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 Dshared_mutex65 // 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 Dgetopt2.c88 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 Dgetopt_long-simple.c35 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 Dshared_mutex272 // 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 Dlibdl.c302 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 Dshared_mutex178 // 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 Dshared_mutex180 // 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 Dshared_mutex178 // 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 DRules.mak219 # 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 Dshared_mutex261 // 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 Dmbi_argv.h25 void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
/l4re-core-master/l4util/include/ARCH-amd64/
A Dmbi_argv.h25 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 Dresolve.S18 movt r3 ! Save T flag
81 shal r3 ! Load T flag
/l4re-core-master/uclibc/lib/contrib/uclibc/libcrypt/
A Dcrypt_stub.c26 encrypt(char *block attribute_unused, int flag attribute_unused) in encrypt()

Completed in 55 milliseconds

12345