Searched defs:PRINT_FIELD_U (Results 1 - 4 of 4) sorted by relevance

/external/strace/tests/
H A Dquotactl.h64 # define PRINT_FIELD_U(prefix, where, field) \ macro
/external/strace/tests-m32/
H A Dquotactl.h64 # define PRINT_FIELD_U(prefix, where, field) \ macro
/external/strace/tests-mx32/
H A Dquotactl.h64 # define PRINT_FIELD_U(prefix, where, field) \ macro
/external/strace/
H A Dquota.c165 #define PRINT_FIELD_U(prefix, where, field) \ macro
207 PRINT_FIELD_U("{", dq, dqb_bhardlimit);
208 PRINT_FIELD_U(", ", dq, dqb_bsoftlimit);
209 PRINT_FIELD_U(", ", dq, dqb_curspace);
210 PRINT_FIELD_U(", ", dq, dqb_ihardlimit);
211 PRINT_FIELD_U(", ", dq, dqb_isoftlimit);
212 PRINT_FIELD_U(", ", dq, dqb_curinodes);
214 PRINT_FIELD_U(", ", dq, dqb_btime);
215 PRINT_FIELD_U(", ", dq, dqb_itime);
238 PRINT_FIELD_U("{", d
[all...]

Completed in 327 milliseconds