month             248 lib/util/time.c void interpret_dos_date(uint32_t date,int *year,int *month,int *day,int *hour,int *minute,int *second)
month             259 lib/util/time.c 	*month = ((p2>>5)&0xFF) + ((p3&0x1)<<3) - 1;
month             232 lib/util/time.h void interpret_dos_date(uint32_t date,int *year,int *month,int *day,int *hour,int *minute,int *second);
month              14 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_push_uint16(ndr, NDR_SCALARS, r->month));
month              32 librpc/gen_ndr/ndr_spoolss.c 		NDR_CHECK(ndr_pull_uint16(ndr, NDR_SCALARS, &r->month));
month              50 librpc/gen_ndr/ndr_spoolss.c 	ndr_print_uint16(ndr, "month", r->month);
month            12992 librpc/gen_ndr/ndr_srvsvc.c 		NDR_CHECK(ndr_push_uint32(ndr, NDR_SCALARS, r->month));
month            13014 librpc/gen_ndr/ndr_srvsvc.c 		NDR_CHECK(ndr_pull_uint32(ndr, NDR_SCALARS, &r->month));
month            13036 librpc/gen_ndr/ndr_srvsvc.c 	ndr_print_uint32(ndr, "month", r->month);
month              54 librpc/gen_ndr/spoolss.h 	uint16_t month;
month            1036 librpc/gen_ndr/srvsvc.h 	uint32_t month;
month             129 source3/include/rpc_misc.h 	uint16 month;
month             239 source3/modules/getdate.c   int month;
month            1701 source3/modules/getdate.c 	PC.month = (yyvsp[(1) - (3)].textintval).value;
month            1717 source3/modules/getdate.c 	    PC.month = (yyvsp[(3) - (5)].textintval).value;
month            1722 source3/modules/getdate.c 	    PC.month = (yyvsp[(1) - (5)].textintval).value;
month            1734 source3/modules/getdate.c 	PC.month = -(yyvsp[(2) - (3)].textintval).value;
month            1744 source3/modules/getdate.c 	PC.month = (yyvsp[(2) - (3)].intval);
month            1753 source3/modules/getdate.c 	PC.month = (yyvsp[(1) - (2)].intval);
month            1761 source3/modules/getdate.c 	PC.month = (yyvsp[(1) - (4)].intval);
month            1771 source3/modules/getdate.c 	PC.month = (yyvsp[(2) - (2)].intval);
month            1779 source3/modules/getdate.c 	PC.month = (yyvsp[(2) - (3)].intval);
month            1898 source3/modules/getdate.c 		PC.month = ((yyvsp[(1) - (1)].textintval).value / 100) % 100;
month            2595 source3/modules/getdate.c   pc.month = tmp->tm_mon + 1;
month            2681 source3/modules/getdate.c   tm.tm_mon = pc.month - 1 + pc.rel_month;
month             130 source3/modules/getdate.y   int month;
month             291 source3/modules/getdate.y 	PC.month = $1.value;
month             304 source3/modules/getdate.y 	    PC.month = $3.value;
month             309 source3/modules/getdate.y 	    PC.month = $1.value;
month             318 source3/modules/getdate.y 	PC.month = -$2.value;
month             325 source3/modules/getdate.y 	PC.month = $2;
month             331 source3/modules/getdate.y 	PC.month = $1;
month             336 source3/modules/getdate.y 	PC.month = $1;
month             343 source3/modules/getdate.y 	PC.month = $2;
month             348 source3/modules/getdate.y 	PC.month = $2;
month             417 source3/modules/getdate.y 		PC.month = ($1.value / 100) % 100;
month             894 source3/modules/getdate.y   pc.month = tmp->tm_mon + 1;
month             980 source3/modules/getdate.y   tm.tm_mon = pc.month - 1 + pc.rel_month;
month              81 source3/modules/vfs_shadow_copy2.c 	unsigned year, month, day, hr, min, sec;
month              84 source3/modules/vfs_shadow_copy2.c 	if (sscanf(name, "@GMT-%04u.%02u.%02u-%02u.%02u.%02u", &year, &month,
month              33 source3/rpc_client/init_spoolss.c 	r->month	= unixtime->tm_mon+1;
month              68 source3/rpc_parse/parse_misc.c 	if(!prs_uint16("month", ps, depth, &systime->month))
month              92 source3/rpc_parse/parse_misc.c 	systime->month=unixtime->tm_mon+1;
month             695 source3/rpc_server/srv_spoolss_nt.c 	SSVAL(p, 2, st.month);
month            2034 source3/rpc_server/srv_srvsvc_nt.c 	tod->month	= t->tm_mon + 1;
month             145 source3/rpcclient/cmd_spoolss.c 	printf("\t:date: [%d]-[%d]-[%d] (%d)\n", r->time.year, r->time.month,
month              77 source4/libnet/libnet_time.c 	tm.tm_mon = (int)info->month -1;
month            1707 source4/rpc_server/srvsvc/dcesrv_srvsvc.c 	info->month	= tm.tm_mon + 1;