Lines Matching refs:ops
89 char opsbuf[PATH_MAX]; /* extended ops buffer */
90 char* ops; /* opsbuf output pointer */
97 * get and execute extended ops from input
135 * NOTE: ignore unknown ops for future extensions
142 * set end of extended ops
151 if (n = cpio->ops - cpio->opsbuf)
154 *cpio->ops++ = 0;
156 error(1, "%s: extended ops may crash older cpio programs", f->name);
161 * output filename and extended ops
170 n = cpio->ops - cpio->opsbuf;
173 paxwrite(pax, ap, cpio->ops = cpio->opsbuf, n);
185 register char* p = cpio->ops;
194 cpio->ops = p;
234 cpio->ops = cpio->opsbuf;