Home
last modified time | relevance | path

Searched refs:de (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/unistd/
Dopendir.c229 struct dirent *this_de, *de; in scandir() local
262 de = (struct dirent *) malloc(sizeof(struct dirent)); in scandir()
263 *de = *this_de; in scandir()
264 de_list[n_elem++] = de; in scandir()
Dsysconf.c88 struct dirent de; in __get_nproc_conf() local
90 while (!readdir_r(d, &de, &e) && e != NULL) { in __get_nproc_conf()
/bionic/libc/kernel/common/linux/
Dmsdos_fs.h186 struct msdos_dir_entry *de; member
/bionic/libc/stdlib/
Dstrtod.c1134 int de, i, k; local
1162 de = (int)(d0 >> Exp_shift);
1167 if ((de = (int)(d0 >> Exp_shift)) != 0)
1236 if (de) {
1239 *e = (de - Bias - (P-1) << 2) + k;
1242 *e = de - Bias - (P-1) + k;
1248 *e = de - Bias - (P-1) + 1 + k;
/bionic/libc/
DNOTICE4034 Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
4039 Theo de Raadt <deraadt@openbsd.org> came up with the idea of using