| /freebsd-12.1/contrib/libucl/lua/ |
| H A D | lua_ucl.c | 91 lua_pushstring (L, key); in ucl_object_lua_push_element() 229 lua_pushstring (L, ucl_obj_tostring (obj)); in ucl_object_lua_push_scalar() 472 lua_pushstring (L, (const char *)result); in lua_ucl_to_string() 581 lua_pushstring (L, ucl_parser_get_error (parser)); in lua_ucl_parser_parse_file() 586 lua_pushstring (L, "invalid arguments"); in lua_ucl_parser_parse_file() 622 lua_pushstring (L, ucl_parser_get_error (parser)); in lua_ucl_parser_parse_string() 627 lua_pushstring (L, "invalid arguments"); in lua_ucl_parser_parse_string() 734 lua_pushstring (L, "invalid schema argument"); in lua_ucl_parser_validate() 941 lua_pushstring (L, "invalid object or schema"); in lua_ucl_object_validate() 1018 lua_pushstring (L, OBJECT_META); in lua_ucl_object_mt() [all …]
|
| /freebsd-12.1/stand/liblua/ |
| H A D | lutils.c | 84 lua_pushstring(L, command_errbuf); in lua_command_error() 115 lua_pushstring(L, argv[nargc]); in lua_parse() 147 lua_pushstring(L, buf); in lua_gets() 170 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); in lua_getenv() 383 lua_pushstring(L, MACHINE); in luaopen_loader() 385 lua_pushstring(L, MACHINE_ARCH); in luaopen_loader()
|
| H A D | lfs.c | 130 lua_pushstring(L, entry->d_name); in lua_dir_iter_next() 240 lua_pushstring(L, mode_s); in PUSH_INTEGER() 253 lua_pushstring(L, buf); in push_st_permissions() 321 lua_pushstring(L, members[i].name); in lua_attributes()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | ldblib.c | 108 lua_pushstring(L, v); in settabss() 201 lua_pushstring(L, lua_getlocal(L, NULL, nvar)); /* push local name */ in db_getlocal() 212 lua_pushstring(L, name); /* push name */ in db_getlocal() 240 lua_pushstring(L, name); in db_setlocal() 254 lua_pushstring(L, name); in auxupvalue() 311 lua_pushstring(L, hooknames[(int)ar->event]); /* push event name */ in hookf() 365 lua_pushstring(L, "k"); in db_sethook() 396 lua_pushstring(L, unmakemask(mask, buff)); /* 2nd result = mask */ in db_gethook()
|
| H A D | loadlib.c | 128 if (lib == NULL) lua_pushstring(L, dlerror()); in lsys_load() 135 if (f == NULL) lua_pushstring(L, dlerror()); in lsys_sym() 190 lua_pushstring(L, buffer); in pusherror() 298 lua_pushstring(L, dft); /* use default */ in setpath() 402 lua_pushstring(L, (stat == ERRLIB) ? LIB_FAIL : "init"); in ll_loadlib() 486 lua_pushstring(L, filename); /* will be 2nd argument to module */ in checkload() 555 lua_pushstring(L, filename); /* will be 2nd argument to module */ in searcher_Croot() 583 lua_pushstring(L, name); in findloader() 607 lua_pushstring(L, name); /* pass name as argument to module loader */ in ll_require() 662 lua_pushstring(L, modname); in modinit()
|
| H A D | loslib.c | 172 lua_pushstring(L, buff); in os_tmpname() 178 lua_pushstring(L, getenv(luaL_checkstring(L, 1))); /* if NULL push nil */ in os_getenv() 368 lua_pushstring(L, setlocale(cat[op], l)); in os_setlocale()
|
| H A D | lauxlib.c | 80 lua_pushstring(L, name + 3); /* push name without prefix */ in pushglobalfuncname() 245 lua_pushstring(L, strerror(en)); in luaL_fileresult() 284 lua_pushstring(L, what); in luaL_execresult() 304 lua_pushstring(L, tname); in luaL_newmetatable() 777 lua_pushstring(L, event); in luaL_getmetafield() 828 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring() 978 lua_pushstring(L, modname); /* argument to open function */ in luaL_requiref()
|
| H A D | lua.c | 232 lua_pushstring(L, argv[i]); in createargtable() 262 lua_pushstring(L, name); in dolibrary()
|
| H A D | lua.h | 228 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable 361 #define lua_pushliteral(L, s) lua_pushstring(L, "" s)
|
| H A D | ltablib.c | 37 lua_pushstring(L, key); in checkfield()
|
| H A D | lbaselib.c | 204 lua_pushstring(L, lua_typename(L, t)); in luaB_type()
|
| H A D | lapi.c | 491 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp_iter.c | 102 (void) lua_pushstring(state, clonename); in zcp_clones_iter() 191 (void) lua_pushstring(state, snapname); in zcp_snapshots_iter() 292 (void) lua_pushstring(state, childname); in zcp_children_iter() 370 (void) lua_pushstring(state, nvpair_name(pair)); in zcp_props_iter() 371 (void) lua_pushstring(state, val); in zcp_props_iter() 372 (void) lua_pushstring(state, source); in zcp_props_iter() 518 (void) lua_pushstring(state, "__gc"); in zcp_load_list_lib()
|
| H A D | zcp_get.c | 114 (void) lua_pushstring(state, src); in get_prop_src() 174 (void) lua_pushstring(state, buf); in zcp_get_user_prop() 175 (void) lua_pushstring(state, setpoint); in zcp_get_user_prop() 486 (void) lua_pushstring(state, strval); in get_special_prop() 496 (void) lua_pushstring(state, propval); in get_special_prop() 527 (void) lua_pushstring(state, strval); in get_zap_prop() 541 (void) lua_pushstring(state, propval); in get_zap_prop() 734 (void) lua_pushstring(state, dataset_name); in zcp_get_userquota_prop() 793 (void) lua_pushstring(state, dataset_name); in zcp_get_written_prop()
|
| H A D | zcp.c | 394 (void) lua_pushstring(state, "Lua stack overflow"); in zcp_lua_to_nvlist_impl() 512 (void) lua_pushstring(state, nvpair_name(pair)); in zcp_nvlist_to_lua() 555 (void) lua_pushstring(state, fnvpair_value_string(pair)); in zcp_nvpair_value_to_lua() 571 (void) lua_pushstring(state, strarr[i]); in zcp_nvpair_value_to_lua() 808 (void) lua_pushstring(state, in zcp_lua_counthook()
|
| /freebsd-12.1/stand/common/ |
| H A D | interp_lua.c | 155 lua_pushstring(luap, argv[nargc]); in interp_run()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lauxlib.c | 559 lua_pushstring(L, event); in luaL_getmetafield() 602 lua_pushstring(L, (lua_toboolean(L, idx) ? "true" : "false")); in luaL_tolstring() 746 lua_pushstring(L, modname); /* argument to open function */ in luaL_requiref()
|
| H A D | lbaselib.c | 179 lua_pushstring(L, luaL_typename(L, 1)); in luaB_type()
|
| H A D | lua.h | 209 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
|
| H A D | lapi.c | 512 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function
|