| /third_party/ulib/musl/src/passwd/ |
| A D | getgr_a.c | 99 char* tmp = realloc(*buf, len); in __getgr_a() local 118 char** tmp = realloc(*mem, (groupbuf[GRMEMCNT] + 1) * sizeof(char*)); in __getgr_a() local
|
| A D | getpw_a.c | 90 char* tmp = realloc(*buf, len); in __getpw_a() local
|
| /third_party/ulib/musl/src/stdio/ |
| A D | vfwscanf.c | 101 char tmp[3 * sizeof(int) + 10]; in vfwscanf() local 291 wchar_t* tmp = realloc(wcs, k * sizeof(wchar_t)); in vfwscanf() local 303 char* tmp = realloc(s, k); in vfwscanf() local
|
| A D | popen.c | 40 int tmp = fcntl(1 - op, F_DUPFD_CLOEXEC, 0); in popen() local
|
| A D | getdelim.c | 9 char* tmp; in getdelim() local
|
| A D | vfscanf.c | 267 wchar_t* tmp = realloc(wcs, k * sizeof(wchar_t)); in vfscanf() local 283 char* tmp = realloc(s, k); in vfscanf() local
|
| /third_party/ulib/musl/src/stdlib/ |
| A D | fcvt.c | 7 char tmp[1500]; in fcvt() local
|
| A D | ecvt.c | 7 char tmp[32]; in ecvt() local
|
| /third_party/ulib/musl/src/network/ |
| A D | res_querydomain.c | 6 char tmp[255]; in res_querydomain() local
|
| A D | lookup_ipliteral.c | 26 char tmp[64]; in __lookup_ipliteral() local
|
| A D | getnameinfo.c | 102 char *p = 0, tmp[IF_NAMESIZE + 1]; in getnameinfo() local
|
| /third_party/ulib/musl/src/locale/ |
| A D | newlocale.c | 12 struct __locale_struct tmp; in __newlocale() local
|
| /third_party/ulib/musl/src/dirent/ |
| A D | scandir.c | 11 struct dirent *de, **names = 0, **tmp; in scandir() local
|
| /third_party/ulib/musl/third_party/tre/ |
| A D | tre-mem.c | 66 tre_list_t *tmp, *l = mem->blocks; in tre_mem_destroy() local
|
| /third_party/ulib/musl/src/thread/ |
| A D | tss.c | 42 void* tmp = self->tsd[i]; in __thread_tsd_run_dtors() local
|
| /third_party/ulib/musl/src/internal/ |
| A D | floatscan.c | 191 uint32_t tmp = x[k] % p10; in decfloat() local 209 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat() local 253 uint32_t tmp = x[k] & ((1 << sh) - 1); in decfloat() local
|
| /third_party/ulib/cryptolib/ |
| A D | cryptolib.c | 48 uint8_t tmp = (uint8_t) (cnt >> ((7 - i) * 8)); in _HASH_final() local 53 uint32_t tmp = ctx->state[i]; in _HASH_final() local 139 uint32_t tmp = *p++ << 24; in _SHA256_transform() local 247 uint32_t tmp = *p++ << 24; in _SHA1_transform() local 265 uint32_t tmp = _ROL(A,5) + E + W[t]; in _SHA1_transform() local 485 uint32_t tmp[clBIGNUMWORDS]; in modExp() local
|
| /third_party/lib/cortex-strings/src/aarch64/ |
| A D | memchr.S | 45 #define tmp x4 macro
|
| /third_party/ulib/musl/src/misc/ |
| A D | wordexp.c | 35 char *w, **tmp; in wordexp() local
|
| A D | getopt_long.c | 11 char* tmp = av[src]; in permute() local
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | cpu-intel.c | 87 int tmp[4]; in OPENSSL_MSVC_PRAGMA() local
|
| /third_party/ulib/musl/third_party/math/ |
| A D | jnf.c | 101 float t, q0, q1, w, h, z, tmp, nf; in jnf() local
|
| A D | jn.c | 161 double t, q0, q1, w, h, z, tmp, nf; in jn() local
|
| /third_party/ulib/musl/pthread/ |
| A D | pthread_cond_timedwait.c | 35 int e, clock = c->_c_clock, oldstate, tmp; in pthread_cond_timedwait() local
|
| /third_party/ulib/musl/third_party/smoothsort/ |
| A D | qsort.c | 41 unsigned char tmp[256]; in cycle() local
|