Lines Matching refs:a_vfp
218 putcvfpfile(struct cfent *a_ept, VFP_T *a_vfp) in putcvfpfile() argument
263 (void) vfpSetModified(a_vfp); in putcvfpfile()
267 vfpPuts(a_vfp, a_ept->path); in putcvfpfile()
272 vfpPutc(a_vfp, '='); in putcvfpfile()
273 vfpPuts(a_vfp, a_ept->ainfo.local); in putcvfpfile()
279 vfpPutc(a_vfp, ' '); in putcvfpfile()
280 vfpPutInteger(a_vfp, a_ept->volno); in putcvfpfile()
285 vfpPutc(a_vfp, ' '); in putcvfpfile()
286 vfpPutc(a_vfp, a_ept->ftype); in putcvfpfile()
287 vfpPutc(a_vfp, ' '); in putcvfpfile()
288 vfpPuts(a_vfp, a_ept->pkg_class); in putcvfpfile()
295 vfpPutc(a_vfp, ' '); in putcvfpfile()
296 vfpPutc(a_vfp, '?'); in putcvfpfile()
298 vfpPutc(a_vfp, ' '); in putcvfpfile()
299 vfpPutInteger(a_vfp, a_ept->ainfo.major); in putcvfpfile()
304 vfpPutc(a_vfp, ' '); in putcvfpfile()
305 vfpPutc(a_vfp, '?'); in putcvfpfile()
307 vfpPutc(a_vfp, ' '); in putcvfpfile()
308 vfpPutInteger(a_vfp, a_ept->ainfo.minor); in putcvfpfile()
320 vfpPutFormat(a_vfp, in putcvfpfile()
325 vfpPutc(a_vfp, ' '); in putcvfpfile()
326 vfpPuts(a_vfp, a_ept->ainfo.owner); in putcvfpfile()
329 vfpPutc(a_vfp, ' '); in putcvfpfile()
330 vfpPuts(a_vfp, a_ept->ainfo.group); in putcvfpfile()
337 vfpPutFormat(a_vfp, in putcvfpfile()
342 vfpPutFormat(a_vfp, in putcvfpfile()
347 vfpPutFormat(a_vfp, in putcvfpfile()
356 vfpPutc(a_vfp, ' '); in putcvfpfile()
358 vfpPutc(a_vfp, pinfo->status); in putcvfpfile()
361 vfpPuts(a_vfp, pinfo->pkg); in putcvfpfile()
364 vfpPutc(a_vfp, '\\'); in putcvfpfile()
368 vfpPutc(a_vfp, ':'); in putcvfpfile()
369 vfpPuts(a_vfp, pinfo->aclass); in putcvfpfile()
374 vfpPutc(a_vfp, '\n'); in putcvfpfile()