Searched refs:lsep (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/netstat/ |
| H A D | if.c | 198 const char *lsep, *rsep; in show_stat() local 201 lsep = ""; in show_stat() 203 lsep = " "; in show_stat() 213 xo_emit("{P:/%s}{D:/%*s}{P:/%s}", lsep, width, "-", rsep); in show_stat() 235 maybe_pad(lsep); in show_stat() 241 maybe_pad(lsep); in show_stat()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltablib.c | 146 size_t lsep; in tconcat() local 148 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat() 155 luaL_addlstring(&b, sep, lsep); in tconcat()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltablib.c | 94 size_t lsep; in tconcat() local 96 const char *sep = luaL_optlstring(L, 2, "", &lsep); in tconcat() 103 luaL_addlstring(&b, sep, lsep); in tconcat()
|
| H A D | lstrlib.c | 119 size_t l, lsep; in str_rep() local 122 const char *sep = luaL_optlstring(L, 3, "", &lsep); in str_rep() 124 else if (l + lsep < l || l + lsep >= MAXSIZE / n) /* may overflow? */ in str_rep() 127 size_t totallen = n * l + (n - 1) * lsep; in str_rep() 132 if (lsep > 0) { /* avoid empty 'memcpy' (may be expensive) */ in str_rep() 133 memcpy(p, sep, lsep * sizeof(char)); p += lsep; in str_rep()
|