Home
last modified time | relevance | path

Searched defs:template (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dmktemp.c178 mkstemp (char *template) in mkstemp()
186 mktemp (char *template) in mktemp()
199 mkstemps(char *template, int suffixlen) in mkstemps()
207 mkostemps(char *template, int suffixlen, int flags) in mkostemps()
/picolibc-latest/test/
Dtest-mktemp.c59 check_contents(char *template,int repeats) in check_contents()
89 char template[sizeof(NAME_TEMPLATE_EXT)]; in main() local
/picolibc-latest/newlib/testsuite/newlib.string/
Dtstring.c59 static char *getbuf(size_t size, const char *template) in getbuf()