Home
last modified time | relevance | path

Searched refs:sys_semihost_close (Results 1 – 15 of 15) sorted by relevance

/picolibc-latest/test/semihost/
Dsemihost-open.c53 ret = sys_semihost_close(fd); in main()
68 (void) sys_semihost_close(fd); in main()
Dsemihost-remove.c53 ret = sys_semihost_close(fd); in main()
80 (void) sys_semihost_close(fd); in main()
Dsemihost-flen.c63 ret = sys_semihost_close(fd); in main()
84 (void) sys_semihost_close(fd); in main()
Dsemihost-rename.c54 ret = sys_semihost_close(fd); in main()
83 (void) sys_semihost_close(fd); in main()
Dsemihost-read.c65 ret = sys_semihost_close(fd); in main()
92 (void) sys_semihost_close(fd); in main()
Dsemihost-write.c65 ret = sys_semihost_close(fd); in main()
92 (void) sys_semihost_close(fd); in main()
Dsemihost-seek.c66 ret = sys_semihost_close(fd); in main()
104 (void) sys_semihost_close(fd); in main()
Dsemihost-close.c53 ret = sys_semihost_close(fd); in main()
Dsemihost-istty.c60 (void) sys_semihost_close(fd); in main()
Dsemihost-tmpname.c57 ret = sys_semihost_close(fd); in main()
Dsemihost-tmpnam.c63 ret = sys_semihost_close(fd); in main()
/picolibc-latest/semihost/
Dclose.c47 return (int) sys_semihost_close(fd); in close()
Dsys_close.c39 sys_semihost_close(int fd) in sys_semihost_close() function
Dsys_feature.c79 sys_semihost_close(fd); in get_features()
Dsemihost.h85 sys_semihost_close(int fd);