dayofweek         130 source3/include/rpc_misc.h 	uint16 dayofweek;
dayofweek          70 source3/rpc_parse/parse_misc.c 	if(!prs_uint16("dayofweek", ps, depth, &systime->dayofweek))
dayofweek          93 source3/rpc_parse/parse_misc.c 	systime->dayofweek=unixtime->tm_wday;