Searched refs:str_m (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/libs/snprintf/
H A Dsnprintf.c85 * It is permitted for str_m to be zero, and it is permitted to specify NULL
86 * pointer for resulting string argument if str_m is zero (as per ISO C99).
90 * is greater or equal to str_m, not all characters from the result
91 * have been stored in str, output bytes beyond the (str_m-1) -th character
92 * are discarded. If str_m is greater than zero it is guaranteed
109 * yet, like snprintf and vsnprintf counterparts, will write at most str_m-1
112 * length (the return value) is greater than or equal to the str_m argument,
152 * - removed POSIX check for str_m<1; value 0 for str_m is
171 * where huge values of str_m, precisio
494 size_t str_m; local
517 size_t str_m; local
538 asnprintf(char **ptr, size_t str_m, const char *fmt, ...) argument
566 vasnprintf(char **ptr, size_t str_m, const char *fmt, va_list ap) argument
598 portable_snprintf(char *str, size_t str_m, const char *fmt, ...) argument
610 portable_snprintf(char *str, size_t str_m, const char *fmt, ...) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tests/rand/
H A Dgen.c97 char *str_a, *str_adder, *str_m; local
146 || NULL == (str_m = strtok (NULL, ",")))
170 m2exp = atol (str_m);

Completed in 393 milliseconds