Home
last modified time | relevance | path

Searched defs:buff (Results 1 – 24 of 24) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlzio.h29 #define luaZ_initbuffer(L, buff) ((buff)->buffer = NULL, (buff)->buffsize = 0) argument
31 #define luaZ_buffer(buff) ((buff)->buffer) argument
32 #define luaZ_sizebuffer(buff) ((buff)->buffsize) argument
33 #define luaZ_bufflen(buff) ((buff)->n) argument
35 #define luaZ_buffremove(buff,i) ((buff)->n -= (i)) argument
36 #define luaZ_resetbuffer(buff) ((buff)->n = 0) argument
39 #define luaZ_resizebuffer(L, buff, size) \ argument
44 #define luaZ_freebuffer(L, buff) luaZ_resizebuffer(L, buff, 0) argument
A Dlobject.c259 char buff[L_MAXLENNUM + 1]; in l_str2d() local
323 int luaO_utf8esc (char *buff, unsigned long x) { in luaO_utf8esc()
355 static int tostringbuff (TValue *obj, char *buff) { in tostringbuff()
375 char buff[MAXNUMBER2STR]; in luaO_tostring() local
405 static void pushstr (BuffFS *buff, const char *str, size_t l) { in pushstr()
418 static void clearbuff (BuffFS *buff) { in clearbuff()
428 static char *getbuff (BuffFS *buff, int sz) { in getbuff()
443 static void addstr2buff (BuffFS *buff, const char *str, size_t slen) { in addstr2buff()
459 static void addnum2buff (BuffFS *buff, TValue *num) { in addnum2buff()
471 BuffFS buff; /* holds last part of the result */ in luaO_pushvfstring() local
A Dlzio.c26 const char *buff; in luaZ_fill() local
A Dloslib.c170 char buff[LUA_TMPNAMBUFSIZE]; in os_tmpname() local
275 ptrdiff_t convlen, char *buff) { in checkoption()
333 char *buff = luaL_prepbuffsize(&b, SIZETIMEFMT); in os_date() local
A Dlstrlib.c1016 static lua_Number adddigit (char *buff, int n, lua_Number x) { in adddigit()
1024 static int num2straux (char *buff, int sz, lua_Number x) { in num2straux()
1056 static int lua_number2strx (lua_State *L, char *buff, int sz, in lua_number2strx()
1112 char buff[10]; in addquoted() local
1133 static int quotefloat (lua_State *L, char *buff, lua_Number n) { in quotefloat()
1166 char *buff = luaL_prepbuffsize(b, MAX_ITEM); in addliteral() local
1243 char *buff = luaL_prepbuffsize(&b, maxitem); /* to put formatted item */ in str_format() local
1513 char *buff = luaL_prepbuffsize(b, size); in packint() local
1580 char *buff = luaL_prepbuffsize(&b, sizeof(f)); in str_pack() local
1588 char *buff = luaL_prepbuffsize(&b, sizeof(f)); in str_pack() local
[all …]
A Dlundump.c117 char buff[LUAI_MAXSHORTLEN]; in loadStringN() local
274 char buff[sizeof(LUA_SIGNATURE) + sizeof(LUAC_DATA)]; /* larger than both */ in checkliteral() local
A Dloadlib.c178 char buff[MAX_PATH + 1]; in setprogdir() local
485 luaL_Buffer buff; in searchpath() local
A Dllex.h73 Mbuffer *buff; /* buffer for tokens */ member
A Dldump.c62 lu_byte buff[DIBS]; in dumpSize() local
A Dltablib.c248 unsigned int buff[sof(c) + sof(t)]; in l_randomizePivot() local
A Dlstate.c72 char buff[3 * sizeof(size_t)]; in luai_makeseed() local
A Dllex.c362 char buff[UTF8BUFFSZ]; in utf8esc() local
A Dluac.c311 char buff[100]; in PrintConstant() local
A Dldblib.c398 char buff[5]; in db_gethook() local
A Dliolib.c431 char buff[L_MAXLENNUM + 1]; /* +1 for ending '\0' */ member
524 char *buff = luaL_prepbuffer(&b); /* preallocate buffer space */ in read_line() local
A Dlauxlib.c711 char buff[BUFSIZ]; /* area for reading file */ member
828 LUALIB_API int luaL_loadbufferx (lua_State *L, const char *buff, size_t size, in luaL_loadbufferx()
A Dluaconf.h607 #define lua_pointer2str(buff,sz,p) l_sprintf(buff,sz,"%p",p) argument
A Dlvm.c624 static void copy2buff (StkId top, int n, char *buff) { in copy2buff()
664 char buff[LUAI_MAXSHORTLEN]; in luaV_concat() local
A Dldebug.c755 char buff[LUA_IDSIZE]; in luaG_addinfo() local
A Dldo.c911 Mbuffer buff; /* dynamic structure used by the scanner */ member
A Dlparser.c1931 LClosure *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff, in luaY_parser()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/mntent/
A Dmntent.c19 struct mntent *mnt, char *buff, int bufsize) in getmntent_r()
71 static char *buff = NULL; in libc_hidden_def() local
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dldconfig.c220 char buff[BUFFER_SIZE]; in is_shlib() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c656 char buff[__UCLIBC_PWD_BUFFER_SIZE__]; in __getgrouplist_internal() local

Completed in 51 milliseconds