HomeSort by: relevance | last modified time | path
    Searched defs:setfield (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/sort/
init.c 181 setfield(const char *pos, struct field *cur_fld, int gflag) function
  /src/external/mit/lua/dist/src/
loslib.c 211 static void setfield (lua_State *L, const char *key, int value, int delta) { function
233 setfield(L, "year", stm->tm_year, 1900);
234 setfield(L, "month", stm->tm_mon, 1);
235 setfield(L, "day", stm->tm_mday, 0);
236 setfield(L, "hour", stm->tm_hour, 0);
237 setfield(L, "min", stm->tm_min, 0);
238 setfield(L, "sec", stm->tm_sec, 0);
239 setfield(L, "yday", stm->tm_yday, 1);
240 setfield(L, "wday", stm->tm_wday, 1);

Completed in 41 milliseconds