/external/openssh/ |
H A D | auth-sia.c | 56 SIAENTITY *ent = NULL; local 64 if (sia_ses_init(&ent, saved_argc, saved_argv, host, authctxt->user, 68 if ((ret = sia_ses_authent(NULL, pass, ent)) != SIASUCCESS) { 72 sia_ses_release(&ent); 77 sia_ses_release(&ent); 85 SIAENTITY *ent = NULL; local 90 if (sia_ses_init(&ent, saved_argc, saved_argv, host, pw->pw_name, 94 if (sia_make_entity_pwd(pw, ent) != SIASUCCESS) { 95 sia_ses_release(&ent); 99 ent [all...] |
/external/ltp/testcases/kernel/mem/hugetlb/lib/ |
H A D | hugetlb.c | 92 struct passwd *ent; local 94 ent = getpwnam(user); 95 if (ent == NULL) 98 return ent->pw_uid;
|
/external/openssh/openbsd-compat/ |
H A D | port-uw.c | 96 struct passwd *ent = NULL; local 112 while (ent = fgetpwent(fd)) { 113 if (strcmp (ent->pw_name, namep) == 0) {
|
/external/squashfs-tools/squashfs-tools/ |
H A D | info.c | 47 static struct dir_ent *ent = NULL; variable in typeref:struct:dir_ent 54 ent = NULL; 60 ent = dir_ent; 66 struct dir_ent *dir_ent = ent;
|
/external/webrtc/webrtc/base/ |
H A D | linuxfdwalk.c | 45 struct dirent *ent; local 47 while (errno = 0, (ent = readdir(dir)) != NULL) { 48 if (strcmp(ent->d_name, ".") == 0 || 49 strcmp(ent->d_name, "..") == 0) { 55 int fd = parse_fd(ent->d_name);
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | brel_ma.c | 31 struct ext2_block_relocate_entry *ent); 33 struct ext2_block_relocate_entry *ent); 36 struct ext2_block_relocate_entry *ent); 106 struct ext2_block_relocate_entry *ent) 113 ma->entries[(unsigned)old] = *ent; 118 struct ext2_block_relocate_entry *ent) 127 *ent = ma->entries[old]; 138 struct ext2_block_relocate_entry *ent) 147 *ent = ma->entries[(unsigned)brel->current]; 105 bma_put(ext2_brel brel, blk64_t old, struct ext2_block_relocate_entry *ent) argument 117 bma_get(ext2_brel brel, blk64_t old, struct ext2_block_relocate_entry *ent) argument 137 bma_next(ext2_brel brel, blk64_t *old, struct ext2_block_relocate_entry *ent) argument
|
/external/iproute2/include/ |
H A D | bpf_scm.h | 24 struct bpf_elf_map ent[BPF_SCM_MAX_FDS]; member in struct:bpf_map_aux 68 msg->iov.iov_len = offsetof(struct bpf_map_aux, ent) +
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
H A D | pscap.c | 46 struct dirent *ent; local 66 while (( ent = readdir(d) )) { 74 if(*ent->d_name<'0' || *ent->d_name>'9') 77 pid = strtol(ent->d_name, NULL, 10);
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
H A D | transhuge-stress.c | 25 #define PAGEMAP_PRESENT(ent) (((ent) & (1ull << 63)) != 0) 26 #define PAGEMAP_PFN(ent) ((ent) & ((1ull << 55) - 1)) 32 uint64_t ent[2]; local 46 if (pread(pagemap_fd, ent, sizeof(ent), 47 (uintptr_t)ptr >> (PAGE_SHIFT - 3)) != sizeof(ent)) 50 if (PAGEMAP_PRESENT(ent[0]) && PAGEMAP_PRESENT(ent[ [all...] |
/external/ltp/testcases/kernel/connectors/pec/ |
H A D | event_generator.c | 206 struct passwd *ent; local 210 ent = getpwnam(ltp_user); 211 if (ent == NULL) { 215 ltp_uid = ent->pw_uid; 216 ltp_gid = ent->pw_gid;
|
/external/e2fsprogs/resize/ |
H A D | extent.c | 83 struct ext2_extent_entry *ent; local 99 ent = extent->list + curr; 105 ent--; 106 if ((ent->old_loc + ent->size == old_loc) && 107 (ent->new_loc + ent->size == new_loc)) { 108 ent->size++; 114 if (ent->old_loc + ent 200 struct ext2_extent_entry *ent; local 217 struct ext2_extent_entry *ent; local [all...] |
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
H A D | libipc.c | 143 struct passwd *ent; local 146 if ((ent = getpwnam(user)) == NULL) { 151 return (ent->pw_uid);
|
/external/boringssl/src/crypto/x509/ |
H A D | by_dir.c | 172 static void by_dir_entry_free(BY_DIR_ENTRY *ent) argument 174 if (ent->dir) 175 OPENSSL_free(ent->dir); 176 if (ent->hashes) 177 sk_BY_DIR_HASH_pop_free(ent->hashes, by_dir_hash_free); 178 OPENSSL_free(ent); 207 BY_DIR_ENTRY *ent; local 214 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j); 215 if (strlen(ent->dir) == len && 216 strncmp(ent 311 BY_DIR_ENTRY *ent; local [all...] |
H A D | a_strex.c | 436 X509_NAME_ENTRY *ent; local 496 ent = X509_NAME_get_entry(n, cnt - i - 1); 498 ent = X509_NAME_get_entry(n, i); 500 if (prev == ent->set) { 513 prev = ent->set; 514 fn = X509_NAME_ENTRY_get_object(ent); 515 val = X509_NAME_ENTRY_get_data(ent);
|
/external/e2fsprogs/debugfs/ |
H A D | htree.c | 137 struct ext2_dx_entry *ent, 146 dx_countlimit = *((struct ext2_dx_countlimit *) ent); 154 if (ent == (struct ext2_dx_entry *)(rootnode + 1)) 160 tail = (struct ext2_dx_tail *)(ent + limit); 166 hash = i ? ext2fs_le32_to_cpu(ent[i].hash) : 0; 169 ext2fs_le32_to_cpu(ent[i].block)); 177 hashval = ext2fs_le32_to_cpu(ent[i].hash); 178 block = ext2fs_le32_to_cpu(ent[i].block); 237 struct ext2_dx_entry *ent; local 290 ent 134 htree_dump_int_node(ext2_filsys fs, ext2_ino_t ino, struct ext2_inode *inode, struct ext2_dx_root_info * rootnode, struct ext2_dx_entry *ent, char *buf, int level) argument [all...] |
/external/e2fsprogs/e2fsck/ |
H A D | dirinfo.c | 164 struct dir_info ent; local 166 ent.ino = ino; 167 ent.parent = parent; 168 ent.dotdot = parent; 169 e2fsck_put_dir_info(ctx, &ent);
|
/external/e2fsprogs/tests/progs/ |
H A D | test_rel.c | 94 struct ext2_block_relocate_entry *ent) 96 printf("Old= %u, New= %u, Owner= %u:%u\n", old, ent->new, 97 ent->owner.block_ref, ent->offset); 104 struct ext2_inode_relocate_entry *ent, 112 ent->new, ent->orig, ent->max_refs); 177 struct ext2_block_relocate_entry ent; local 201 ent 93 display_brel_entry(blk_t old, struct ext2_block_relocate_entry *ent) argument 103 display_irel_entry(ext2_ino_t old, struct ext2_inode_relocate_entry *ent, int do_refs) argument 218 struct ext2_block_relocate_entry ent; local 256 struct ext2_block_relocate_entry ent; local 278 struct ext2_block_relocate_entry ent; local 386 struct ext2_inode_relocate_entry ent; local 422 struct ext2_inode_relocate_entry ent; local 448 struct ext2_inode_relocate_entry ent; local 488 struct ext2_inode_relocate_entry ent; local 510 struct ext2_inode_relocate_entry ent; local [all...] |
/external/e2fsprogs/util/ |
H A D | subst.c | 53 struct subst_entry *ent = 0; local 55 ent = (struct subst_entry *) malloc(sizeof(struct subst_entry)); 56 if (!ent) 58 ent->name = (char *) malloc(strlen(name)+1); 59 if (!ent->name) 61 ent->value = (char *) malloc(strlen(value)+1); 62 if (!ent->value) 64 strcpy(ent->name, name); 65 strcpy(ent->value, value); 66 ent 79 struct subst_entry *ent; local 137 struct subst_entry *ent; local [all...] |
/external/libevent/ |
H A D | win32select.c | 119 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read) argument 123 if (ent->read_pos_plus1 > 0) 126 if (ent->write_pos_plus1 > 0) 137 ent->read_pos_plus1 = set->fd_count+1; 139 ent->write_pos_plus1 = set->fd_count+1; 145 struct win32op *op, struct idx_info *ent, int read) 150 i = ent->read_pos_plus1 - 1; 151 ent->read_pos_plus1 = 0; 153 i = ent->write_pos_plus1 - 1; 154 ent 144 do_fd_clear(struct event_base *base, struct win32op *op, struct idx_info *ent, int read) argument [all...] |
/external/libxml2/ |
H A D | entities.c | 903 * @ent: An entity 910 xmlCopyEntity(xmlEntityPtr ent) { argument 921 cur->etype = ent->etype; 922 if (ent->name != NULL) 923 cur->name = xmlStrdup(ent->name); 924 if (ent->ExternalID != NULL) 925 cur->ExternalID = xmlStrdup(ent->ExternalID); 926 if (ent->SystemID != NULL) 927 cur->SystemID = xmlStrdup(ent->SystemID); 928 if (ent 1002 xmlDumpEntityDecl(xmlBufferPtr buf, xmlEntityPtr ent) argument 1088 xmlDumpEntityDeclScan(xmlEntityPtr ent, xmlBufferPtr buf) argument [all...] |
/external/linux-kselftest/tools/testing/selftests/gpio/ |
H A D | gpio-mockup-chardev.c | 132 const struct dirent *ent; local 151 while (ent = readdir(dp), ent) { 152 if (check_prefix(ent->d_name, "gpiochip")) { 153 *ret = asprintf(&chrdev_name, "/dev/%s", ent->d_name);
|
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/ |
H A D | tagp.c | 620 const struct pci_device_id *ent) 619 agp_test_probe(struct pci_dev *pdev, const struct pci_device_id *ent) argument
|
/external/syslinux/core/fs/pxe/ |
H A D | http_readdir.c | 334 const struct html_entity *ent; local 355 for (ent = entities; ent->ucs; ent++) { 356 if (!strcmp(st->entity_buf, ent->entity)) 359 ucs = ent->ucs;
|
/external/valgrind/coregrind/m_syswrap/ |
H A D | syswrap-main.c | 1666 const SyscallTableEntry* ent; local 1815 ent = get_syscall_entry(sysno); 1855 vg_assert(ent); 1856 vg_assert(ent->before); 1857 (ent->before)( tid, 2053 const SyscallTableEntry* ent; local 2104 ent = get_syscall_entry(sysno); 2105 if (ent->after 2110 (ent->after)( tid, &sci->args, &sci->status );
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_report.cc | 122 void PrintStack(const ReportStack *ent) { argument 123 if (ent == 0 || ent->frames == 0) { 127 SymbolizedStack *frame = ent->frames; 368 void PrintStack(const ReportStack *ent) { argument 369 if (ent == 0 || ent->frames == 0) { 373 SymbolizedStack *frame = ent->frames;
|