/glibc-2.36/localedata/unicode-gen/ |
D | gen_translit_circle.py | 42 head = tail = '' 50 tail = line 53 tail = tail + line 54 return (head, tail) 77 def output_tail(translit_file, tail=''): argument 79 if ARGS.input_file and tail: 80 translit_file.write(tail) 151 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_translit_font.py | 42 head = tail = '' 50 tail = line 53 tail = tail + line 54 return (head, tail) 77 def output_tail(translit_file, tail=''): argument 79 if ARGS.input_file and tail: 80 translit_file.write(tail) 157 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_translit_fraction.py | 42 head = tail = '' 50 tail = line 53 tail = tail + line 54 return (head, tail) 81 def output_tail(translit_file, tail=''): argument 83 if ARGS.input_file and tail: 84 translit_file.write(tail) 198 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_translit_cjk_compat.py | 43 head = tail = '' 51 tail = line 54 tail = tail + line 55 return (head, tail) 79 def output_tail(translit_file, tail=''): argument 81 if ARGS.input_file and tail: 82 translit_file.write(tail) 221 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_translit_combining.py | 42 head = tail = '' 50 tail = line 53 tail = tail + line 54 return (head, tail) 79 def output_tail(translit_file, tail=''): argument 81 if ARGS.input_file and tail: 82 translit_file.write(tail) 445 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_translit_compat.py | 42 head = tail = '' 50 tail = line 53 tail = tail + line 54 return (head, tail) 78 def output_tail(translit_file, tail=''): argument 80 if ARGS.input_file and tail: 81 translit_file.write(tail) 327 output_tail(TRANSLIT_FILE, tail=TAIL)
|
D | gen_unicode_ctype.py | 135 head = tail = '' 149 tail = line 152 tail = tail + line 153 return (head, tail) 189 def output_tail(i18n_file, tail=''): argument 193 if ARGS.input_file and tail: 194 i18n_file.write(tail) 323 output_tail(I18N_FILE, tail=TAIL)
|
/glibc-2.36/resolv/ |
D | tst-resolv-network.c | 168 char *tail; in response() local 169 if (sscanf (qname, "code%d.%ms", &code, &tail) != 2 in response() 170 || strcmp (tail, "example") != 0) in response() 172 free (tail); in response() 179 char *tail; in response() local 182 &tail) != 5 in response() 183 || strcmp (tail, "in-addr.arpa") != 0) in response() 185 free (tail); in response()
|
D | res-name-checking.c | 196 unsigned char *tail = buf + 1 + label_length; in ___res_mailok() local 197 if (*tail == 0) in ___res_mailok() 200 return binary_hnok (tail); in ___res_mailok()
|
D | tst-resolv-canonname.c | 46 char *tail; in response() local 47 if (sscanf (qname, "code%d.%ms", &code, &tail) != 2 in response() 48 || strcmp (tail, "example") != 0) in response() 50 free (tail); in response()
|
D | tst-resolv-noaaaa.c | 49 char *tail; in response() local 50 if (sscanf (qname, "an%d.ns%d.ar%d.%ms", &an, &ns, &ar, &tail) != 4) in response() 52 TEST_COMPARE_STRING (tail, "example"); in response() 53 free (tail); in response()
|
/glibc-2.36/dirent/ |
D | Makefile | 31 scandir-cancel scandir-tail scandir64-tail 38 CFLAGS-scandir-tail.c += $(uses-callbacks) 39 CFLAGS-scandir64-tail.c += $(uses-callbacks)
|
/glibc-2.36/sysdeps/alpha/ |
D | memset.S | 53 beq t3, $tail 59 beq t3, $tail # .. e1 : 67 $tail: bne t4, 1f # is there a tail to do? 96 and a2, 7, t4 # .. e1 : find number of bytes in tail
|
/glibc-2.36/elf/ |
D | dl-fptr.c | 270 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local 285 if (tail == NULL) in _dl_unmap() 286 tail = head; in _dl_unmap() 291 if (tail) in _dl_unmap() 293 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap() 295 tail->ip, (ElfW(Addr)) head)); in _dl_unmap()
|
D | dl-deps.c | 145 struct list *runp, *tail; in _dl_map_object_deps() local 167 tail = &known[nlist - 1]; in _dl_map_object_deps() 255 tail->next = newp; in _dl_map_object_deps() 256 tail = newp; in _dl_map_object_deps() 359 if (tail == late->next) in _dl_map_object_deps() 360 tail = late; in _dl_map_object_deps() 408 if (orig == tail) in _dl_map_object_deps() 409 tail = newp; in _dl_map_object_deps()
|
/glibc-2.36/sysdeps/hppa/ |
D | dl-fptr.c | 292 struct fdesc *head = NULL, *tail = NULL; in _dl_unmap() local 307 if (tail == NULL) in _dl_unmap() 308 tail = head; in _dl_unmap() 313 if (tail) in _dl_unmap() 315 tail->ip = (ElfW(Addr)) local.free_list; in _dl_unmap() 317 tail->ip, (ElfW(Addr)) head)); in _dl_unmap()
|
/glibc-2.36/sysdeps/powerpc/powerpc64/le/power10/ |
D | memset.S | 121 L(tail): 228 beq L(tail) 237 128: bf 31,L(tail) 241 b L(tail)
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | e_exp2.c | 95 double_t kd, r, r2, scale, tail, tmp; in __exp2() local 130 tail = asdouble (T[idx]); in __exp2() 138 tmp = tail + r * C1 + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp2()
|
D | e_pow.c | 52 log_inline (uint64_t ix, double_t *tail) in log_inline() argument 115 *tail = hi - y + lo; in log_inline() 191 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local 235 tail = asdouble (T[idx]); in exp_inline() 243 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in exp_inline()
|
D | e_exp.c | 102 double_t kd, z, r, r2, scale, tail, tmp; in __exp() local 143 tail = asdouble (T[idx]); in __exp() 151 tmp = tail + r + r2 * (C2 + r * C3) + r2 * r2 * (C4 + r * C5); in __exp()
|
/glibc-2.36/sysdeps/powerpc/powerpc64/power7/ |
D | memset.S | 230 beq cr6,L(tail) 258 1: bf 31,L(tail) 264 L(tail):
|
/glibc-2.36/sysdeps/powerpc/powerpc32/power7/ |
D | memset.S | 273 beq cr6,L(tail) 301 1: bf 31,L(tail) 307 L(tail):
|
/glibc-2.36/sysdeps/aarch64/ |
D | strcpy.S | 82 cbnz synd, L(tail) 106 L(tail):
|
D | strrchr.S | 83 bne L(tail) 103 L(tail):
|
D | strcmp.S | 156 b.ne L(tail) 182 L(tail):
|