Home
last modified time | relevance | path

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

/DragonOS-0.1.5/docs/userland/libc/apis/api-list/
Dstdio.md16 ``int sprintf(char *buf,const char *fmt,...)```
18 就是正常的 ``sprintf``
22 格式化,不建议调用,请用 printf 或 sprintf 替代。
/DragonOS-0.1.5/user/libs/libc/src/include/export/
Dstdio.h50 int sprintf(char *buf, const char *fmt, ...);
/DragonOS-0.1.5/user/libs/libc/src/
Dprintf.c53 int sprintf(char *buf, const char *fmt, ...) in sprintf() function
/DragonOS-0.1.5/user/apps/shell/
Dcmd.c270 sprintf(output_buf, "%s ", buf->d_name); in shell_cmd_ls()