Searched refs:dent (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/usr.bin/sudo/ |
| D | parse.c | 238 struct dirent *dent; local 338 while ((dent = readdir(dirp)) != NULL) { 341 if (strlcat(buf, dent->d_name, sizeof(buf)) >= sizeof(buf)) 345 if (strcmp(user_base, dent->d_name) != 0 || 358 return(dent != NULL);
|
| /mirbsd/src/usr.sbin/makefs/ |
| D | walk.c | 85 struct dirent *dent; in walk_dir() local 98 while ((dent = readdir(dirp)) != NULL) { in walk_dir() 99 if (strcmp(dent->d_name, "..") == 0) in walk_dir() 102 printf("scanning %s/%s\n", dir, dent->d_name); in walk_dir() 103 if ((size_t)snprintf(path, maxpathlen, "%s/%s", dir, dent->d_name) in walk_dir() 116 cur = create_fsnode(dent->d_name, &stbuf); in walk_dir() 118 if (strcmp(dent->d_name, ".") == 0) { in walk_dir()
|
| /mirbsd/src/usr.sbin/rarpd/ |
| D | rarpd.c | 485 struct dirent *dent; in rarp_bootable() local 506 while ((dent = readdir(d))) in rarp_bootable() 507 if (strncmp(dent->d_name, ipname, 8) == 0) in rarp_bootable()
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf64-ppc.c | 3817 struct plt_entry *dent; in move_plt_plist() local 3819 for (dent = to->elf.plt.plist; dent != NULL; dent = dent->next) in move_plt_plist() 3820 if (dent->addend == ent->addend) in move_plt_plist() 3822 dent->plt.refcount += ent->plt.refcount; in move_plt_plist() 3826 if (dent == NULL) in move_plt_plist() 3917 struct got_entry *dent; in ppc64_elf_copy_indirect_symbol() local 3919 for (dent = edir->elf.got.glist; dent != NULL; dent = dent->next) in ppc64_elf_copy_indirect_symbol() 3920 if (dent->addend == ent->addend in ppc64_elf_copy_indirect_symbol() 3921 && dent->owner == ent->owner in ppc64_elf_copy_indirect_symbol() 3922 && dent->tls_type == ent->tls_type) in ppc64_elf_copy_indirect_symbol() [all …]
|
| D | elf32-ppc.c | 2653 struct plt_entry *dent; in ppc_elf_copy_indirect_symbol() local 2655 for (dent = edir->elf.plt.plist; dent != NULL; dent = dent->next) in ppc_elf_copy_indirect_symbol() 2656 if (dent->sec == ent->sec && dent->addend == ent->addend) in ppc_elf_copy_indirect_symbol() 2658 dent->plt.refcount += ent->plt.refcount; in ppc_elf_copy_indirect_symbol() 2662 if (dent == NULL) in ppc_elf_copy_indirect_symbol()
|
| /mirbsd/src/sys/compat/linux/ |
| D | linux_syscallargs.h | 241 syscallarg(caddr_t) dent;
|
| /mirbsd/src/lib/libncurses/src/man/ |
| D | terminfo.cat5 | 2089 dent manner. The difference between the capabilities is
|
| /mirbsd/src/share/dict/ |
| D | words | 6459 dent
|
| D | web2a | 16283 dent corn
|
| D | web2 | 50922 dent
|
| /mirbsd/src/share/misc/ |
| D | acronyms | 1561 BOP bleeding on probing (dent.) 10403 PI plaque index (dent.)
|