Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
HDprintf-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()
HDxsize.h102 #define size_overflow_p(SIZE) \ macro
HDvasnprintf.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()
/dragonfly/contrib/cvs-1.12/src/
HDhistory.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()
HDfilesubr.c847 if (size_overflow_p (xtimes (argc, sizeof (char *)))) { in expand_wild()
HDcommit.c549 if (size_overflow_p (xtimes (find_args.argc, sizeof (char **)))) in commit()