Home | History | Annotate | Download | only in time

Lines Matching refs:ptrdiff_t

129 /* Return A + B, exiting if the result would overflow either ptrdiff_t
131 ATTRIBUTE_PURE_114833 static ptrdiff_t
135 ptrdiff_t sum;
149 xmalloc(ptrdiff_t size)
248 static ptrdiff_t fakeenv0size;
251 ptrdiff_t valsize = strlen(val) + 1;
254 ptrdiff_t initial_nenvptrs = 1; /* Counting the trailing NULL pointer. */
400 saveabbr(char **buf, ptrdiff_t *bufalloc, struct tm const *tmp)
406 ptrdiff_t absize = strlen(ab) + 1;
455 static ptrdiff_t abbrevsize;
719 static ptrdiff_t loabsize;
955 format_local_time(char *buf, ptrdiff_t size, struct tm const *tm)
978 format_utc_offset(char *buf, ptrdiff_t size, struct tm const *tm, time_t t)
1007 static ptrdiff_t
1008 format_quoted_string(char *buf, ptrdiff_t size, char const *p)
1011 ptrdiff_t s = size;
1049 istrftime(char *buf, ptrdiff_t size, char const *time_fmt,
1053 ptrdiff_t s = size;
1062 ptrdiff_t formatted_len;
1063 ptrdiff_t f_prefix_len = p - f;
1064 ptrdiff_t f_prefix_copy_size = sumsize(f_prefix_len, 2);
1066 bool oversized = (ptrdiff_t)sizeof fbuf <= f_prefix_copy_size;
1097 ptrdiff_t len;
1136 ptrdiff_t size = sizeof stackbuf;