Lines Matching refs:size_t

367 #define SIZE_MAX	((size_t)-1)
493 size_t strlcpy(char *, const char *, size_t);
701 size_t strdup_len = strlen(strdup_src) + 1; \
712 size_t strndup_len = (n); \
723 size_t strndup_len = strlen(strdup_src); \
724 size_t strndup_ln2 = strlen(strdup_app) + 1; \
734 size_t strndup_len = strlen(strdup_src) + 1; \
735 size_t strndup_ln2 = ((cond) || *strdup_app) ? \
804 size_t len;
805 char dummy[8192 - sizeof(struct lalloc_common *) - sizeof(size_t)];
1543 #define ORD(c) ((size_t)(c) > 0xFF ? eek_ord : \
1549 size_t ord_c = (c); \
1551 if (ord_c > (size_t)0xFFU) \
1749 size_t nfree; /* free table entries */
2082 size_t len;
2108 (xp) = Xcheck_grow(&(xs), (xp), (size_t)more); \
2129 char *Xcheck_grow(XString *, const char *, size_t);
2139 size_t len;
2141 size_t siz;
2385 internal_errorf(Tintovfl, (size_t)(val), \
2386 '+', (size_t)(cnst)); \
2396 void *aresize(void *, size_t, Area *);
2397 void *aresize2(void *, size_t, size_t, Area *);
2421 char *debunk(char *, const char *, size_t);
2443 size_t utf_mbtowc(unsigned int *, const char *);
2444 size_t utf_wctomb(char *, unsigned int);
2446 size_t utf_mbswidth(const char *) MKSH_A_PURE;
2448 size_t utf_ptradj(const char *) MKSH_A_PURE;
2640 size_t option(const char *) MKSH_A_PURE;
2655 void (*)(char *, size_t, unsigned int, const void *),
2656 const void *, size_t, size_t);
2657 void strip_nuls(char *, size_t)
2659 ssize_t blocking_read(int, char *, size_t)
2669 char *strndup_i(const char *, size_t, Area *);
2732 void vistree(char *, size_t, struct op *)
2757 size_t array_ref_len(const char *) MKSH_A_PURE;
2761 uint32_t chvt_rndsetup(const void *, size_t) MKSH_A_PURE;