Lines Matching refs:size_t

151 #define FILE_BADSIZE CAST(size_t, ~0ul)
171 size_t flen;
174 size_t elen;
406 size_t nmagic; /* number of entries in array */
431 size_t len;
442 size_t blen; /* Length of buffer */
453 size_t line; /* current magic line number */
459 size_t s_len; /* length of search region */
460 size_t offset; /* starting offset in source: XXX - should this be off_t? */
461 size_t rm_len; /* match length */
473 size_t bytes_max; /* number of bytes to read from file */
474 size_t encoding_max; /* bytes to look for encoding */
500 protected const char *file_fmtdatetime(char *, size_t, uint64_t, int);
501 protected const char *file_fmtdate(char *, size_t, uint16_t);
502 protected const char *file_fmttime(char *, size_t, uint16_t);
503 protected const char *file_fmtvarint(char *, size_t, const unsigned char *,
505 protected const char *file_fmtnum(char *, size_t, const char *, int);
509 size_t);
511 protected int file_pipe2file(struct magic_set *, int, const void *, size_t);
515 protected char *file_copystr(char *, size_t, size_t, const char *);
516 protected int file_checkfmt(char *, size_t, const char *);
517 protected size_t file_printedlen(const struct magic_set *);
518 protected int file_print_guid(char *, size_t, const uint64_t *);
533 const struct buffer *, file_unichar_t *, size_t, const char *, const char *, int);
535 file_unichar_t **, size_t *, const char **, const char **, const char **);
543 size_t *, size_t);
547 protected uintmax_t file_varint2uintmax_t(const unsigned char *, int, size_t *);
551 protected void file_oomem(struct magic_set *, size_t);
559 protected void file_showstr(FILE *, const char *, size_t);
560 protected size_t file_mbswidth(struct magic_set *, const char *);
562 protected ssize_t sread(int, void *, size_t, int);
564 protected int file_looks_utf8(const unsigned char *, size_t, file_unichar_t *,
565 size_t *);
566 protected size_t file_pstring_length_size(struct magic_set *,
568 protected size_t file_pstring_get_length(struct magic_set *,
570 protected char * file_printable(struct magic_set *, char *, size_t,
571 const char *, size_t);
574 size_t);
581 const void *, size_t);
587 size_t blen;
596 extern const size_t file_nnames;
600 size_t strlcpy(char *, const char *, size_t);
603 size_t strlcat(char *, const char *, size_t);
609 ssize_t getline(char **, size_t *, FILE *);
610 ssize_t getdelim(char **, size_t *, int, FILE *);