Searched refs:lcompat_sprintf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 15 extern ssize_t lcompat_sprintf(char *, size_t size, const char *, ...); 405 lcompat_sprintf((s), LUAI_MAXNUMBER2STR, LUA_NUMBER_FMT, (n))
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcompat.c | 9 lcompat_sprintf(char *buf, size_t size, const char *fmt, ...) in lcompat_sprintf() function
|
| H A D | lobject.c | 204 int l = lcompat_sprintf(buff, sizeof(buff), "%p", va_arg(argp, void *)); in luaO_pushvfstring()
|