Home
last modified time | relevance | path

Searched refs:file_copystr (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/file/src/
H A Dreadelf.c585 file_copystr(buf, sizeof(buf), descsz, in do_bid_note()
927 file_copystr(buf, sizeof(buf), in do_core_note()
1291 file_copystr(buf, sizeof(buf), descw, str)); in donote()
H A Dfile.h526 protected char *file_copystr(char *, size_t, size_t, const char *);
H A Dfuncs.c55 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr() function