HomeSort by: relevance | last modified time | path
    Searched defs:pcomp (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libpuffs/
paths.c 223 char *path, *pcomp; local
231 pcomp = po_comp->po_path;
232 pcomp += offset;
233 while (*pcomp == '/') {
234 pcomp++;
239 if (complen == 2 && strcmp(pcomp, "..") == 0)
284 strncat(path, pcomp, complen);
  /src/sys/dev/i2c/
mpl115a.c 235 int32_t c12x2, a1, a1x2, y1, a2x2, pcomp; local
252 pcomp = y1 + a2x2;
255 pre_kpa1 = pcomp * (115 - 50);
  /src/sys/fs/cd9660/
cd9660_rrip.c 117 ISO_RRIP_SLINK_COMPONENT *pcomp; local
123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component;
134 pcomp < pcompe;
135 pcomp = (ISO_RRIP_SLINK_COMPONENT *)((char *)pcomp + ISO_RRIP_SLSIZ
136 + isonum_711(pcomp->clen))) {
149 switch (*pcomp->cflag) {
188 wlen = isonum_711(pcomp->clen);
189 inbuf = pcomp->name;
  /src/external/bsd/nsd/dist/
ixfr.c 83 static void pktcompression_init(struct pktcompression* pcomp)
85 pcomp->alloc_now = 0;
86 pcomp->alloc_max = sizeof(pcomp->block);
87 pcomp->region = NULL;
88 pcomp->tree.root = RBTREE_NULL;
89 pcomp->tree.count = 0;
90 pcomp->tree.region = NULL;
91 pcomp->tree.cmp = &compression_cmp;
95 static void pktcompression_freeup(struct pktcompression* pcomp)
745 struct pktcompression pcomp; local
    [all...]

Completed in 18 milliseconds