Home
last modified time | relevance | path

Searched refs:sc (Results 1 – 20 of 20) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_scanf.c754 return sc->cc = sc->ungot_char; in __scan_getc()
762 sc->cc = sc->ungot_char; in __scan_ungetc()
1010 if (sc->fp->__bufpos < sc->fp->__bufend) { in sc_getc()
1035 sc->wc = sc->ungot_char = wc; in sc_getc()
1053 if (sc->fp->__bufpos < sc->fp->__bufend) { in scan_getwc()
1073 sc->wc = sc->ungot_char; in scan_getwc()
1089 ungetc(sc->ungot_char, sc->fp); in kill_scan_cookie()
1092 ungetc(sc->ungot_char, sc->fp); in kill_scan_cookie()
1108 ungetwc(sc->ungot_char, sc->fp); in kill_scan_cookie()
1201 sc.fake_decpt = sc.decpt; in VFSCANF()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c301 unsigned sc, n, i; in TOWLOWER() local
310 sc = u & ((1 << WCuplow_TI_SHIFT) - 1); in TOWLOWER()
317 i = ((unsigned) WCuplow[WCuplow_II_LEN + WCuplow_TI_LEN + i + sc]) << 1; in TOWLOWER()
397 unsigned sc, n, i;
406 sc = u & ((1 << WCuplow_TI_SHIFT) - 1);
598 unsigned sc, n, i0, i1; in ISWCTYPE() local
605 sc = wc & WCctype_TI_MASK; in ISWCTYPE()
614 d = WCctype[WCctype_II_LEN + WCctype_TI_LEN + i1 + (sc >> 1)]; in ISWCTYPE()
616 d = (sc & 1) ? (d >> 4) : (d & 0xf); in ISWCTYPE()
715 unsigned sc, n, i;
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/metag/bits/
A Dprofil-counter.h14 profil_counter (int signo, struct sigcontext sc) in profil_counter() argument
16 profil_count (sc.cbuf.ctx.CurrPC); in profil_counter()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/man/
A Dld.so.texi80 Linux executables come in two flavors, @sc{elf} and a.out.
83 overhead than @sc{elf}. However creating shared libraries for a.out is
87 @sc{elf} is a more recent format, which supports a much simpler method of
88 creating libraries. @sc{elf} libraries may also be linked manually
91 Since many library authors prefer @sc{elf} and no longer release shared a.out
93 be compiled to support only @sc{elf}, or to support both formats. (The last
105 Actually @code{ld.so} is the a.out linker. The new @sc{elf} executables are
223 For @sc{elf} executables, special environment variables are used to tell the
236 Report missing functions. This is only supported for @sc{elf} executables.
239 Report missing objects. This is also only available for @sc{elf}
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/
A D__uClibc_syscall.S7 sc
A Dsyscall.S33 sc
A Dvfork.S23 sc
A Dbrk.S48 sc
A Dclone.S89 sc
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_wctype.c587 int n = 0, sc = 0; /* = 0 for verbose_msg only */ in main() local
592 sc = u & ((1 << cttable.ti_shift) - 1); in main()
601 d = cttable.ut[i1 + (sc >> 1)]; in main()
603 if (sc & 1) { in main()
636 verbose_msg("sc=%#x u=%#x n=%#x i0=%#x i1=%#x\n", sc, u, n, i0, i1); in main()
642 sc = u & ((1 << ultable.ti_shift) - 1); in main()
651 i1 += sc; in main()
A Dgen_collate.c2967 unsigned int sc, n, i0, i1; in finalize_base()
2978 sc = u & __LOCALE_DATA_WCctype_TI_MASK; in finalize_base()
2991 …e_msg(VDETAIL, "i2 = %d\n", __LOCALE_DATA_WCctype_II_LEN + __LOCALE_DATA_WCctype_TI_LEN + i1 + sc); in finalize_base()
2992 …IL, "val = %d\n", tbl->ii[__LOCALE_DATA_WCctype_II_LEN + __LOCALE_DATA_WCctype_TI_LEN + i1 + sc]); in finalize_base()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/mips/
A Dpthread_spin_lock.S30 sc a1, 0(a0)
A Dpthread_spin_trylock.S32 sc a1, 0(a0)
/l4re-core-master/l4sys/include/ARCH-arm/L4API-l4f/
A Dipc.h56 [sc] "i" (L4_SYSCALL_INVOKE) in l4_ipc()
/l4re-core-master/l4sys/include/ARCH-arm/
A Dmem_op.h128 [sc] "i" (L4_SYSCALL_MEM_OP), in l4_mem_arm_op_call()
A Dcache.h61 [sc] "i" (L4_SYSCALL_MEM_OP), in l4_cache_op_arm_call()
/l4re-core-master/lua/lib/contrib/src/
A Dluac.c349 int sc=GETARG_sC(i); in PrintCode() local
439 printf("%d %d %d",a,b,sc); in PrintCode()
482 printf("%d %d %d",a,b,sc); in PrintCode()
485 printf("%d %d %d",a,b,sc); in PrintCode()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/powerpc32/
A Dsysdep.h86 sc
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A D_collate.c124 unsigned int sc, n, i0, i1; in lookup() local
130 sc = wc & CUR_COLLATE->ti_mask; in lookup()
139 return CUR_COLLATE->wcs2colidt_tbl[CUR_COLLATE->ii_len + CUR_COLLATE->ti_len + i1 + sc]; in lookup()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/powerpc64/
A Dsysdep.h187 sc

Completed in 54 milliseconds