| /bionic/tests/ |
| D | wctype_test.cpp | 29 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
|
| D | strings_test.cpp | 90 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local 105 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
|
| D | stdarg_test.cpp | 34 va_list l __attribute__((__unused__)); in TEST() local
|
| D | locale_test.cpp | 97 locale_t l = newlocale(LC_ALL, "C", nullptr); in TEST() local
|
| /bionic/libc/bionic/ |
| D | locale.cpp | 73 static inline size_t get_locale_mb_cur_max(locale_t l) { in get_locale_mb_cur_max() 139 locale_t duplocale(locale_t l) { in duplocale() 143 void freelocale(locale_t l) { in freelocale()
|
| D | realpath.cpp | 66 ssize_t l = readlink(fd_path.c_str(), dst, sizeof(dst) - 1); in realpath() local
|
| D | libc_init_common.cpp | 120 ScopedPthreadMutexLocker l(&g_heap_tagging_lock); in __libc_init_mte_late() local
|
| /bionic/libc/system_properties/ |
| D | contexts_split.cpp | 242 contexts_, [context](ContextListNode* l) { return !strcmp(l->context(), context); }); in InitializePropertiesFromFile() 303 ListForEach(contexts_, [&fsetxattr_failed, &open_failed](ContextListNode* l) { in Initialize() 322 auto entry = ListFind(prefixes_, [name](PrefixNode* l) { in GetPrefixNodeForName() 346 ListForEach(contexts_, [propfn, cookie](ContextListNode* l) { in ForEach() 354 ListForEach(contexts_, [](ContextListNode* l) { l->ResetAccess(); }); in ResetAccess()
|
| /bionic/libc/private/ |
| D | thread_private.h | 24 #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/ |
| D | ns_name.c | 104 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
|
| D | ns_print.c | 744 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/ |
| D | time_h.c | 108 long l = timezone; in time_h() local
|
| D | tgmath_h.c | 54 long l = 0; in tgmath_h() local
|
| /bionic/libc/upstream-openbsd/lib/libc/string/ |
| D | memmem.c | 70 const unsigned char *n, size_t l) in twoway_memmem() 163 memmem(const void *h0, size_t k, const void *n0, size_t l) in memmem()
|
| D | strstr.c | 69 size_t l, ip, jp, k, p, ms, p0, mem, mem0; in twoway_strstr() local
|
| /bionic/libc/kernel/uapi/linux/ |
| D | romfs_fs.h | 28 #define __mkw(h,l) (((h) & 0x00ff) << 8 | ((l) & 0x00ff)) argument 29 #define __mkl(h,l) (((h) & 0xffff) << 16 | ((l) & 0xffff)) argument
|
| D | map_to_7segment.h | 35 #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
|
| D | map_to_14segment.h | 45 #define _SEG14(sym,a,b,c,d,e,f,g1,g2,h,j,k,l,m,n) __cpu_to_be16(a << BIT_SEG14_A | b << BIT_SEG14_B… argument
|
| /bionic/libc/arch-arm/generic/bionic/ |
| D | strlen.c | 47 size_t l = 0; in strlen_generic() local
|
| /bionic/libc/upstream-openbsd/lib/libc/net/ |
| D | inet_ntop.c | 75 int l; in inet_ntop4() local
|
| /bionic/libm/upstream-freebsd/lib/msun/ld128/ |
| D | s_logl.c | 432 #define RETURN2(rp, h, l) do { \ argument 446 #define RETURN2(rp, h, l) RETURNI((h) + (l)) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| D | e_hypotl.c | 24 #define GET_LDBL_MAN(h, l, v) do { \ argument
|
| /bionic/libc/upstream-openbsd/lib/libc/stdio/ |
| D | open_memstream.c | 39 memstream_write(void *v, const char *b, int l) in memstream_write()
|
| D | open_wmemstream.c | 41 wmemstream_write(void *v, const char *b, int l) in wmemstream_write()
|
| /bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
| D | sha1.c | 85 uint32_t l[16]; member
|