/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | xdr_reference.c | 63 caddr_t loc = *pp; in xdr_reference() local 66 if (loc == NULL) in xdr_reference() 73 *pp = loc = (caddr_t) mem_alloc (size); in xdr_reference() 74 if (loc == NULL) in xdr_reference() 79 memset (loc, 0, (int) size); in xdr_reference() 85 stat = (*proc) (xdrs, loc, LASTUNSIGNED); in xdr_reference() 89 mem_free (loc, size); in xdr_reference()
|
A D | svc_udp.c | 472 u_int loc; in cache_set() local 482 loc = CACHE_LOC (xprt, victim->cache_xid); in cache_set() 483 for (vicp = &uc->uc_entries[loc]; in cache_set() 523 loc = CACHE_LOC (xprt, victim->cache_xid); in cache_set() 524 victim->cache_next = uc->uc_entries[loc]; in cache_set() 525 uc->uc_entries[loc] = victim; in cache_set() 537 u_int loc; in cache_get() local 544 loc = CACHE_LOC (xprt, su->su_xid); in cache_get() 545 for (ent = uc->uc_entries[loc]; ent != NULL; ent = ent->cache_next) in cache_get()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/programs/ |
A D | locale.c | 231 *loc++ = 'C'; /* jump the first locale (C) */ in find_locale_string() 232 *loc = '\0'; in find_locale_string() 236 loc = strncpy(loc, GET_LOCALE_NAME(idx), 5); in find_locale_string() 238 if (loc[2] == '_') { in find_locale_string() 239 sprintf(loc, "%5.5s%c%s\0", loc, (dotcs != 0) ? '.' : ' ', in find_locale_string() 245 at = loc[2]; in find_locale_string() 246 loc[2] = '_'; in find_locale_string() 247 sprintf(loc, "%5.5s%c%s@%s\0", loc, (dotcs != 0) ? '.' : ' ', in find_locale_string() 258 char loc[40]; in list_locale() local 263 find_locale_string(locales, loc); in list_locale() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_funcs.h | 20 extern int result (FILE * fp, char res, const char *func, const char *loc, 73 #define TST_HEAD(func) tst_##func##_loc[ loc ].hd 74 #define TST_INPUT(func) tst_##func##_loc[ loc ].rec[ rec ].input 75 #define TST_EXPECT(func) tst_##func##_loc[ loc ].rec[ rec ].expect 77 tst_##func##_loc[ loc ].rec[ rec ].input.seq[ seq_num ] 79 tst_##func##_loc[ loc ].rec[ rec ].expect.seq[ seq_num ] 81 tst_##func##_loc[ loc ].rec[ rec ].is_last 85 int loc, rec, err_count = 0; \ 95 for (loc = 0; strcmp (TST_HEAD (o_func).locale, TST_LOC_end); ++loc)
|
A D | tsp_common.c | 43 result (FILE * fp, char res, const char *func, const char *loc, int rec_no, in result() argument 47 || strlen (func) + strlen (loc) + strlen (msg) + 32 > MAX_RESULT_REC) in result() 51 func, loc, rec_no, case_no, msg); in result() 55 sprintf (result_rec, "%s:%s:%d:%d:%d:%c:%s\n", func, loc, rec_no, seq_no, in result()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/ |
A D | tst-strxfrm.c | 20 locale_t loc; in test() local 44 loc = newlocale (1 << LC_ALL, locale, NULL); in test() 46 r = strxfrm_l (buf, string, bufsize, loc); in test() 55 freelocale (loc); in test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-mbswcs6.c | 28 do_test (const char *loc) in do_test() argument 36 nloc = setlocale (LC_ALL, loc); in do_test() 39 printf ("could not set locale \"%s\"\n", loc); in do_test()
|
A D | tst-C-locale.c | 37 locale_t loc; in run_test() local 234 loc = newlocale (LC_ALL_MASK, locname, NULL); in run_test() 235 if (loc == NULL) in run_test() 246 str = nl_langinfo_l (name, loc); \ in run_test() 389 if (is##name (c) != is##name##_l (c, loc)) \ in run_test() 410 if (to##name (c) != to##name##_l (c, loc)) \ in run_test() 414 to##name (c), to##name##_l (c, loc)); \ in run_test() 428 if (isw##name (c) != isw##name##_l (c, loc)) \ in run_test() 452 if (tow##name (c) != tow##name##_l (c, loc)) \ in run_test() 456 tow##name (c), tow##name##_l (c, loc)); \ in run_test() [all …]
|
A D | tst-xlocale1.c | 28 locale_t loc = newlocale (1 << LC_ALL, "C", NULL); in main() local 44 r = strcasecmp_l (tests[cnt].str1, tests[cnt].str2, loc); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/ |
A D | locale.c | 183 const unsigned char *loc; in update_hr_locale() local 211 loc = LOCALES in update_hr_locale() 219 if (*loc == 0) { in update_hr_locale() 224 memcpy(n, LOCALE_NAMES + 5*((*loc)-1), 5); in update_hr_locale() 231 if (loc[2] == 2) { in update_hr_locale() 233 } else if (loc[2] >= 3) { in update_hr_locale() 1436 __locale_t loc ) in __locale_mbrtowc_l() argument 1439 if (loc->encoding == __ctype_encoding_utf8) { in __locale_mbrtowc_l() 1450 assert((loc->encoding == __ctype_encoding_7_bit) || (loc->encoding == __ctype_encoding_8_bit)); in __locale_mbrtowc_l() 1462 *dst = loc->tbl8c2wc[ in __locale_mbrtowc_l() [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/ |
A D | regex_old.c | 2012 PREFIX(store_op1) (op, loc, (int) ((to) - (loc) - (1 + OFFSET_ADDRESS_SIZE))) 4253 UCHAR_T *loc, in PREFIX() 4256 *loc = (UCHAR_T) op; in PREFIX() 4267 UCHAR_T *loc, in PREFIX() 4270 *loc = (UCHAR_T) op; in PREFIX() 4283 UCHAR_T *loc, in PREFIX() 4290 while (pfrom != loc) in PREFIX() 4303 UCHAR_T *loc, in PREFIX() 4310 while (pfrom != loc) in PREFIX() 4388 CHAR_T *loc, in insert_space() argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | Makefile.am | 144 $(LTCXXCOMPILE) -gno-as-loc-support -S $< -o tmp-cxx11-ios_failure-lt.s 149 $(CXXCOMPILE) -gno-as-loc-support -S $< -o tmp-$@
|
A D | Makefile.in | 855 @ENABLE_DUAL_ABI_TRUE@ $(LTCXXCOMPILE) -gno-as-loc-support -S $< -o tmp-cxx11-ios_failure-lt.s 860 @ENABLE_DUAL_ABI_TRUE@ $(CXXCOMPILE) -gno-as-loc-support -S $< -o tmp-$@
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ |
A D | floating_from_chars.cc | 306 if (locale_t loc = ::newlocale(LC_ALL_MASK, "C", (locale_t)0)) [[likely]] in from_chars_impl() local 308 locale_t orig = ::uselocale(loc); in from_chars_impl() 342 ::freelocale(loc); in from_chars_impl()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/ |
A D | Makefile.in | 47 pthread_sysdep_SRC := errno-loc herrno-loc ptlongjmp
|
/l4re-core-master/uclibc/lib/libpthread/src/ |
A D | Makefile | 25 cancel.c ptcleanup.c errno-loc.c signals.c \
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_locale.h | 326 __locale_t loc) attribute_hidden;
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/ |
A D | make_graph.py | 239 lg = legend.T(loc=(legend_hloc,-legend_vloc),
|