Home
last modified time | relevance | path

Searched refs:lua_pushstring (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/contrib/libucl/lua/
H A Dlua_ucl.c91 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 Dlutils.c84 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 Dlfs.c130 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 Dldblib.c108 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 Dloadlib.c128 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 Dloslib.c172 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 Dlauxlib.c80 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 Dlua.c232 lua_pushstring(L, argv[i]); in createargtable()
262 lua_pushstring(L, name); in dolibrary()
H A Dlua.h228 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 Dltablib.c37 lua_pushstring(L, key); in checkfield()
H A Dlbaselib.c204 lua_pushstring(L, lua_typename(L, t)); in luaB_type()
H A Dlapi.c491 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 Dzcp_iter.c102 (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 Dzcp_get.c114 (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 Dzcp.c394 (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 Dinterp_lua.c155 lua_pushstring(luap, argv[nargc]); in interp_run()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c559 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 Dlbaselib.c179 lua_pushstring(L, luaL_typename(L, 1)); in luaB_type()
H A Dlua.h209 LUA_API const char *(lua_pushstring) (lua_State *L, const char *s); variable
H A Dlapi.c512 LUA_API const char *lua_pushstring (lua_State *L, const char *s) { in lua_pushstring() function