Home
last modified time | relevance | path

Searched refs:size_overflow_p (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/cvs-1.12/lib/
H A Dprintf-parse.c94 if (size_overflow_p (memory_size)) \ in PRINTF_PARSE()
149 if (size_overflow_p (n)) in PRINTF_PARSE()
219 if (size_overflow_p (n)) in PRINTF_PARSE()
276 if (size_overflow_p (n)) in PRINTF_PARSE()
508 if (size_overflow_p (memory_size)) in PRINTF_PARSE()
H A Dxsize.h102 #define size_overflow_p(SIZE) \ macro
H A Dvasnprintf.c163 if (size_overflow_p (buf_memsize)) in VASNPRINTF()
198 if (size_overflow_p (memory_size)) \ in VASNPRINTF()
494 if (size_overflow_p (tmp_memsize)) in VASNPRINTF()
/dflybsd-src/contrib/cvs-1.12/src/
H A Dhistory.c954 if (size_overflow_p (xtimes (user_max, sizeof (char *)))) in save_user()
984 if (size_overflow_p (xtimes (file_max, sizeof (*fl)))) in save_file()
1016 if (size_overflow_p (xtimes (mod_max, sizeof (char *)))) in save_module()
H A Dfilesubr.c847 if (size_overflow_p (xtimes (argc, sizeof (char *)))) { in expand_wild()
H A Dcommit.c549 if (size_overflow_p (xtimes (find_args.argc, sizeof (char **)))) in commit()