Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 33) sorted by relevance

12

/bionic/tests/
Dwctype_test.cpp29 locale_t l; member in UtfLocale
36 UtfLocale l; in TestIsWideFn() local
119 UtfLocale l; in TEST() local
150 UtfLocale l; in TEST() local
183 UtfLocale l; in TEST() local
209 UtfLocale l; in TEST() local
225 UtfLocale l; in TEST() local
241 UtfLocale l; in TEST() local
Dstrings_test.cpp90 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
105 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
Dstdarg_test.cpp34 va_list l __attribute__((__unused__)); in TEST() local
Dlocale_test.cpp94 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
/bionic/libc/bionic/
Dlocale.cpp73 locale_t l = uselocale(nullptr); in __ctype_get_mb_cur_max() local
135 locale_t duplocale(locale_t l) { in duplocale()
139 void freelocale(locale_t l) { in freelocale()
Drealpath.cpp66 ssize_t l = readlink(fd_path.c_str(), dst, sizeof(dst) - 1); in realpath() local
Dmemmem.cpp45 size_t k = 1, l = 2; in memmem() local
/bionic/libc/system_properties/
Dcontexts_split.cpp242 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile()
309 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize()
328 auto entry = ListFind(prefixes_, [name](PrefixNode* l) { in GetPropAreaForName()
346 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach()
354 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()
/bionic/libc/private/
Dthread_private.h24 #define _MUTEX_LOCK(l) pthread_mutex_lock((pthread_mutex_t*) l) argument
25 #define _MUTEX_UNLOCK(l) pthread_mutex_unlock((pthread_mutex_t*) l) argument
/bionic/libc/dns/nameser/
Dns_name.c104 int l; in ns_name_ntop() local
363 int l; in ns_name_ntol() local
428 int n, len, checked, l; in ns_name_unpack2() local
531 int n, l, first = 1; in ns_name_pack() local
695 int l=0; in ns_name_skip() local
805 int l; in ns_name_map() local
1153 u_char l = *lp; in labellen() local
Dns_print.c744 u_int t, w, l, j, k, c; in ns_sprintrrf() local
858 u_int w, l, j, k, c; in ns_sprintrrf() local
/bionic/tests/headers/posix/
Dtime_h.c108 long l = timezone; in time_h() local
Dtgmath_h.c54 long l = 0; in tgmath_h() local
/bionic/libc/kernel/uapi/linux/
Dromfs_fs.h28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument
29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
Dmap_to_7segment.h35 #define _SEG7(l,a,b,c,d,e,f,g) (a << BIT_SEG7_A | b << BIT_SEG7_B | c << BIT_SEG7_C | d << BIT_SEG7… argument
/bionic/libc/arch-arm/generic/bionic/
Dstrlen.c47 size_t l = 0; in strlen_generic() local
/bionic/benchmarks/
Dstdlib_benchmark.cpp177 size_t i, j, k, l; in BM_stdlib_mbstowcs() local
217 size_t i, j, k, l; in BM_stdlib_mbrtowc() local
/bionic/libc/arch-arm64/generic/bionic/
Dmemset.S86 #define L(l) .L ## l argument
Dmemcpy_base.S86 #define L(l) .L ## l argument
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntop.c75 int l; in inet_ntop4() local
/bionic/libm/upstream-freebsd/lib/msun/ld128/
Ds_logl.c432 #define RETURN2(rp, h, l) do { \ argument
446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dopen_memstream.c39 memstream_write(void *v, const char *b, int l) in memstream_write()
Dopen_wmemstream.c41 wmemstream_write(void *v, const char *b, int l) in wmemstream_write()
/bionic/libm/upstream-freebsd/lib/msun/src/
De_hypotl.c24 #define GET_LDBL_MAN(h, l, v) do { \ argument
/bionic/libc/upstream-openbsd/lib/libc/string/
Dstrstr.c69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local

12