Lines Matching +defs:neg +defs:s
49 wrtmessage(void *cbopaque, const char *s) in wrtmessage()
75 malloc_write(const char *s) in malloc_write()
113 bool neg; in malloc_strtoumax() local
224 u2s(uintmax_t x, unsigned base, bool uppercase, char *s, size_t *slen_p) in u2s()
267 d2s(intmax_t x, char sign, char *s, size_t *slen_p) in d2s()
269 bool neg; in d2s() local
293 o2s(uintmax_t x, bool alt_form, char *s, size_t *slen_p) in o2s()
306 x2s(uintmax_t x, bool alt_form, bool uppercase, char *s, size_t *slen_p) in x2s()
329 #define APPEND_S(s, slen) do { \ in malloc_vsnprintf() argument
336 #define APPEND_PADDED_S(s, slen, width, left_justify) do { \ in malloc_vsnprintf() argument
411 char *s; in malloc_vsnprintf() local