HomeSort by relevance Sort by last modified time
    Searched full:pent (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/ltrace/
execute_program.c 46 struct passwd *pent; local
53 if ((pent = getpwnam(options.user)) == NULL) {
57 run_uid = pent->pw_uid;
58 run_gid = pent->pw_gid;
  /external/tcpdump/
print-cnfp.c 161 struct protoent *pent; local
213 pent = getprotobynumber(nr->proto);
214 if (!pent || ndo->ndo_nflag)
217 ND_PRINT((ndo, "%s ", pent->p_name));
220 if (pent && pent->p_proto == IPPROTO_TCP) {
251 struct protoent *pent; local
310 pent = getprotobynumber(nr->proto);
311 if (!pent || ndo->ndo_nflag)
314 ND_PRINT((ndo, "%s ", pent->p_name))
348 struct protoent *pent; local
    [all...]
  /bootable/recovery/minzip/
Hash.c 79 HashEntry* pEnt;
82 pEnt = pHashTable->pEntries;
83 for (i = 0; i < pHashTable->tableSize; i++, pEnt++) {
84 if (pEnt->data == HASH_TOMBSTONE) {
86 pEnt->data = NULL;
87 } else if (pEnt->data != NULL) {
90 (*pHashTable->freeFunc)(pEnt->data);
91 pEnt->data = NULL;
286 HashEntry* pEnt = &pHashTable->pEntries[i];
288 if (pEnt->data != NULL && pEnt->data != HASH_TOMBSTONE)
    [all...]
  /external/f2fs-tools/tools/
f2fs_io_parse.c 164 struct pid_ent *pent; local
166 pent = calloc(1, sizeof(struct pid_ent));
167 assert(pent);
170 pent->pid = atoh(ptr);
173 strcpy(pent->name, ptr);
175 LIST_INSERT_HEAD(&pid_info, pent, ptr);
  /external/iptables/extensions/
libip6t_ipv6header.c 70 const struct protoent *pent = getprotobynumber(proto); local
71 if (pent)
72 return pent->p_name;
86 const struct protoent *pent; local
88 if ((pent = getprotobyname(s)))
89 proto = pent->p_proto;
  /external/e2fsprogs/lib/ext2fs/
dosio.c 183 PTABLE_ENTRY *pent; local
309 pent = (PTABLE_ENTRY*)&sec[0x1BE];
310 pent = scan_partition_table(pent, part->phys, &part->pno);
312 if(!pent)
327 fsec = (unsigned long)(pent->start_sec & 0x3F);
328 fhead = (unsigned long)pent->start_head;
329 fcyl = ((pent->start_sec >> 6) << 8) + pent->start_cyl;
332 part->len = pent->size
    [all...]
  /external/iptables/iptables/
xshared.c 52 struct protoent *pent = getprotobynumber(proto); local
53 if (pent)
54 return pent->p_name;
ip6tables.c 980 const struct protoent *pent = getprotobynumber(proto); local
981 if (pent) {
983 invertstr, pent->p_name);
    [all...]
iptables.c 938 const struct protoent *pent = getprotobynumber(proto); local
939 if (pent) {
940 printf("%s -p %s", invertstr, pent->p_name);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_tracker.h 107 EntityInfoPtr pEnt;
xorg_driver.c 350 EntityInfoPtr pEnt;
358 pEnt = xf86GetEntityInfo(pScrn->entityList[0]);
361 drv_probe_ddc(pScrn, pEnt->index);
373 ms->pEnt = pEnt;
379 if (ms->pEnt->location.type != BUS_PCI)
382 ms->PciInfo = xf86GetPciInfoForEntity(ms->pEnt->index);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 330 ProcStatsEntry.Service pent = services.get(is); local
331 if (pent.mDuration >= mOnePercentTime) {
340 psvc.mServices.add(pent);
341 psvc.mDuration += pent.mDuration;
  /external/guava/guava/src/com/google/common/hash/
AbstractStreamingHashFunction.java 239 // Process pent-up data in chunks
  /toolchain/binutils/binutils-2.25/bfd/
elf64-ppc.c 9389 struct plt_entry *pent; local
9625 struct plt_entry *pent; local
9767 struct got_entry **pent, *ent; local
12571 struct plt_entry *pent; local
    [all...]
  /external/strace/
strace.c 1666 struct passwd *pent; local
    [all...]
  /external/iptables/libxtables/
xtables.c 1891 const struct protoent *pent; local
    [all...]
  /external/libdrm/
xf86drm.c 2767 struct dirent *pent, *ent; local
    [all...]
  /external/ImageMagick/config/
config.guess 1076 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
    [all...]
  /external/bison/build-aux/
config.guess 1056 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1069 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
    [all...]
  /external/c-ares/
config.guess 1039 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1052 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
    [all...]
  /external/cmockery/cmockery_0_1_2/
config.guess 1031 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1044 (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
    [all...]
  /external/e2fsprogs/config/
config.guess 1075 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
    [all...]
  /external/fec/
config.guess 1070 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
    [all...]
  /external/google-breakpad/autotools/
config.guess 1086 *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
    [all...]
  /external/google-tv-pairing-protocol/cpp/
config.guess     [all...]

Completed in 2833 milliseconds

1 2 3