Lines Matching refs:GETNEXTNUM
255 #define GETNEXTNUM(value, function) \ in backupsa_from_file() macro
267 GETNEXTNUM(sa_args.satype, strtoul); in backupsa_from_file()
268 GETNEXTNUM(sa_args.spi, strtoul); in backupsa_from_file()
270 GETNEXTNUM(sa_args.mode, strtoul); in backupsa_from_file()
271 GETNEXTNUM(sa_args.reqid, strtoul); in backupsa_from_file()
272 GETNEXTNUM(sa_args.wsize, strtoul); in backupsa_from_file()
273 GETNEXTNUM(sa_args.e_type, strtoul); in backupsa_from_file()
274 GETNEXTNUM(sa_args.e_keylen, strtoul); in backupsa_from_file()
275 GETNEXTNUM(sa_args.a_type, strtoul); in backupsa_from_file()
276 GETNEXTNUM(sa_args.a_keylen, strtoul); in backupsa_from_file()
277 GETNEXTNUM(sa_args.flags, strtoul); in backupsa_from_file()
278 GETNEXTNUM(sa_args.l_alloc, strtoul); in backupsa_from_file()
279 GETNEXTNUM(sa_args.l_bytes, strtouq); in backupsa_from_file()
280 GETNEXTNUM(sa_args.l_addtime, strtouq); in backupsa_from_file()
281 GETNEXTNUM(sa_args.l_usetime, strtouq); in backupsa_from_file()
282 GETNEXTNUM(sa_args.seq, strtoul); in backupsa_from_file()
284 #undef GETNEXTNUM in backupsa_from_file()