| /src/usr.bin/at/ |
| at.c | 174 char *ap, *ppos; local 200 ppos = atfile + strlen(atfile); 235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile), 238 for (ap = ppos; *ap != '\0'; ap++)
|
| at.c | 174 char *ap, *ppos; local 200 ppos = atfile + strlen(atfile); 235 (void)snprintf(ppos, sizeof(atfile) - (ppos - atfile), 238 for (ap = ppos; *ap != '\0'; ap++)
|
| /src/sys/dev/wscons/ |
| wsdisplay_vcons.c | 1030 int pos, c, offset, ppos; local 1037 ppos = ri->ri_cols * row + dstcol; 1038 pos = ppos + offset; 1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) || 1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) { 1045 vdp->chars[ppos] = scr->scr_chars[pos]; 1046 vdp->attrs[ppos] = scr->scr_attrs[pos]; 1053 ppos++; 1184 int pos, l, c, offset, ppos; local 1191 ppos = ri->ri_cols * dstrow [all...] |
| wsdisplay_vcons.c | 1030 int pos, c, offset, ppos; local 1037 ppos = ri->ri_cols * row + dstcol; 1038 pos = ppos + offset; 1041 if ((scr->scr_chars[pos] != vdp->chars[ppos]) || 1042 (scr->scr_attrs[pos] != vdp->attrs[ppos])) { 1045 vdp->chars[ppos] = scr->scr_chars[pos]; 1046 vdp->attrs[ppos] = scr->scr_attrs[pos]; 1053 ppos++; 1184 int pos, l, c, offset, ppos; local 1191 ppos = ri->ri_cols * dstrow [all...] |
| /src/usr.bin/gzip/ |
| unlz.c | 283 off_t pos, ppos, spos, dict_size; member in struct:lz_decoder 306 lz->ppos += lz->pos; 385 lz->pos = lz->ppos = lz->spos = 0; 427 return lz->ppos + lz->pos;
|
| unlz.c | 283 off_t pos, ppos, spos, dict_size; member in struct:lz_decoder 306 lz->ppos += lz->pos; 385 lz->pos = lz->ppos = lz->spos = 0; 427 return lz->ppos + lz->pos;
|