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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsnprintf.c62 size_t pruned_len = (len < size ? len : size - 1); local
63 memcpy (str, output, pruned_len);
64 str[pruned_len] = '\0';
H A Dvsnprintf.c61 size_t pruned_len = (len < size ? len : size - 1); local
62 memcpy (str, output, pruned_len);
63 str[pruned_len] = '\0';

Completed in 47 milliseconds