Searched refs:unpack (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata59 printf(OUTPUT "%#02x, ", unpack("C", substr($file, $j, 1)));
69 printf(OUTPUT "%#02x, ", unpack("C", $data));
/barrelfish-master/lib/lua/src/
H A Dltablib.c115 ** Pack/unpack
136 static int unpack (lua_State *L) { function
144 return luaL_error(L, "too many results to unpack");
267 {"unpack", unpack},
277 /* _G.unpack = table.unpack */
278 lua_getfield(L, -1, "unpack");
279 lua_setglobal(L, "unpack");

Completed in 250 milliseconds