Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dreadelf.c591 file_copystr(buf, sizeof(buf), descsz, in do_bid_note()
933 file_copystr(buf, sizeof(buf), in do_core_note()
1297 file_copystr(buf, sizeof(buf), descw, str)); in donote()
H A Dfile.h540 file_protected char *file_copystr(char *, size_t, size_t, const char *);
H A Dfuncs.c61 file_copystr(char *buf, size_t blen, size_t width, const char *str) in file_copystr() function