Lines Matching refs:op_buf
128 opio.op_buf = &opio_buf[0];
143 printf("%s\n", opio.op_buf);
149 opio.op_buf = arg;
163 printf("%s\n", opio.op_buf);
166 opio.op_buf = &opio_buf[0];
182 printf("%s=%s\n", keyword, opio.op_buf);
224 opio1.op_buf = buf2;
227 opio2.op_buf = buf4;
232 * will be returned in op_buf. To get the first name, pass
253 strcpy(opio2.op_name, opio1.op_buf); /* XXX strcpy is safe */
261 memset(opio2.op_buf, 0, sizeof(buf4));
274 printf("%s=%s\n", opio2.op_name, opio2.op_buf);
281 memset(opio1.op_buf, 0, sizeof(buf2));