Lines Matching refs:ainfo
66 if (a_ept->ainfo.local) { in putcfile()
70 if (fputs(a_ept->ainfo.local, a_fp) == EOF) in putcfile()
97 if (a_ept->ainfo.major == BADMAJOR) { in putcfile()
106 if (fprintf(a_fp, " %ld", a_ept->ainfo.major) < 0) in putcfile()
110 if (a_ept->ainfo.minor == BADMINOR) { in putcfile()
119 if (fprintf(a_fp, " %ld", a_ept->ainfo.minor) < 0) in putcfile()
129 ((a_ept->ainfo.mode == BADMODE) ? " ?" : " %04o"), in putcfile()
130 a_ept->ainfo.mode) < 0) in putcfile()
137 if (fputs(a_ept->ainfo.owner, a_fp) == EOF) { in putcfile()
145 if (fputs(a_ept->ainfo.group, a_fp) == EOF) { in putcfile()
271 if (a_ept->ainfo.local) { in putcvfpfile()
273 vfpPuts(a_vfp, a_ept->ainfo.local); in putcvfpfile()
294 if (a_ept->ainfo.major == BADMAJOR) { in putcvfpfile()
299 vfpPutInteger(a_vfp, a_ept->ainfo.major); in putcvfpfile()
303 if (a_ept->ainfo.minor == BADMINOR) { in putcvfpfile()
308 vfpPutInteger(a_vfp, a_ept->ainfo.minor); in putcvfpfile()
321 ((a_ept->ainfo.mode == BADMODE) ? " ?" : " %04o"), in putcvfpfile()
322 a_ept->ainfo.mode); in putcvfpfile()
326 vfpPuts(a_vfp, a_ept->ainfo.owner); in putcvfpfile()
330 vfpPuts(a_vfp, a_ept->ainfo.group); in putcvfpfile()