HomeSort by: relevance | last modified time | path
    Searched defs:store_num (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libutil/
snprintb.c 89 store_num(state *s, const char *fmt, uintmax_t num) function
134 store_num(s, s->num_fmt, s->val);
211 store_num(s, s->num_fmt, field);
244 if (store_num(s, s->bitfmt, field) < 0)
315 store_num(&s, s.num_fmt, val);
snprintb.c 89 store_num(state *s, const char *fmt, uintmax_t num) function
134 store_num(s, s->num_fmt, s->val);
211 store_num(s, s->num_fmt, field);
244 if (store_num(s, s->bitfmt, field) < 0)
315 store_num(&s, s.num_fmt, val);

Completed in 32 milliseconds