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

  /src/lib/libpuffs/
paths.c 223 char *path, *pcomp; local in function:puffs_stdpath_buildpath
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/fs/cd9660/
cd9660_rrip.c 117 ISO_RRIP_SLINK_COMPONENT *pcomp; local in function:cd9660_rrip_slink
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/sys/dev/i2c/
mpl115a.c 235 int32_t c12x2, a1, a1x2, y1, a2x2, pcomp; local in function:mpl115a_calc
252 pcomp = y1 + a2x2;
255 pre_kpa1 = pcomp * (115 - 50);

Completed in 12 milliseconds