Home
last modified time | relevance | path

Searched refs:sys_semihost_tmpnam (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.5.0-3.4.0/semihost/
Dsys_tmpnam.c39 sys_semihost_tmpnam(char *pathname, int identifier, int maxpath) in sys_semihost_tmpnam() function
Dsemihost.h155 sys_semihost_tmpnam(char *pathname, int identifier, int maxpath);
/picolibc-3.5.0-3.4.0/test/semihost/
Dsemihost-tmpname.c47 ret = sys_semihost_tmpnam(pathname, 0, MAXPATHLEN); in main()
Dsemihost-tmpnam.c49 ret = sys_semihost_tmpnam(pathname, identifier, PATH_MAX); in main()