Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dextern.h129 void formatbuf(char *, size_t, const char *);
H A Dmain.c623 formatbuf(buf, sizeof(buf), *promptopt ? *promptopt : DEFAULTPROMPT); in prompt()
644 formatbuf(buf, sizeof(buf), *rpromptopt ? *rpromptopt : DEFAULTRPROMPT); in rprompt()
H A Dutil.c1169 formatbuf(char *buf, size_t len, const char *src) in formatbuf() function