HomeSort by: relevance | last modified time | path
    Searched defs:date (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /src/bin/date/
Makefile 6 PROG= date
7 SRCS= date.c
15 COPTS.date.c = -Wno-format-nonliteral
Makefile 6 PROG= date
7 SRCS= date.c
15 COPTS.date.c = -Wno-format-nonliteral
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
nouveau_nvkm_nvfw_ls.c 34 char *date; local in function:nvfw_ls_desc_head
44 date = kstrndup(hdr->date, sizeof(hdr->date), GFP_KERNEL);
45 nvkm_debug(subdev, "\tdate : %s\n", date);
46 kfree(date);
nouveau_nvkm_nvfw_ls.c 34 char *date; local in function:nvfw_ls_desc_head
44 date = kstrndup(hdr->date, sizeof(hdr->date), GFP_KERNEL);
45 nvkm_debug(subdev, "\tdate : %s\n", date);
46 kfree(date);
  /src/games/trek/
schedule.c 62 double date; local in function:schedule
64 date = Now.date + offset;
74 type, date, i, x, y, z);
77 e->date = date;
98 double date; local in function:reschedule
103 date = Now.date + offset;
104 e->date = date
    [all...]
schedule.c 62 double date; local in function:schedule
64 date = Now.date + offset;
74 type, date, i, x, y, z);
77 e->date = date;
98 double date; local in function:reschedule
103 date = Now.date + offset;
104 e->date = date
    [all...]
  /src/usr.sbin/mscdlabel/
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
28 memcpy(date, d, 4); /* year */
29 memcpy(date + 5, d + 4, 2); /* month */
30 memcpy(date + 8, d + 6, 2); /* day */
31 memcpy(date + 11, d + 8, 2); /* hour */
32 memcpy(date + 14, d + 10, 2); /* min */
34 label, date);
iso9660.c 18 char label[32 + 1], date[] = "yyyy/mm/dd hh:mm", *d; local in function:printinfo
28 memcpy(date, d, 4); /* year */
29 memcpy(date + 5, d + 4, 2); /* month */
30 memcpy(date + 8, d + 6, 2); /* day */
31 memcpy(date + 11, d + 8, 2); /* hour */
32 memcpy(date + 14, d + 10, 2); /* min */
34 label, date);
  /src/usr.bin/make/unit-tests/
opt-query.mk 15 # variants Ensures that the up-to-date status is correctly
24 _!= touch -f opt-query-file.up-to-date
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
49 # expect: opt-query-file.out-of-date in compat mode: query status 1
50 # expect: opt-query-file.up-to-date in compat mode: query status 0
52 # expect: opt-query-file.out-of-date in jobs mode: query status 1
53 # expect: opt-query-file.up-to-date in jobs mode: query status 0
57 @rm -f opt-query-file.up-to-date
75 # it is not up-to-date
    [all...]
opt-query.mk 15 # variants Ensures that the up-to-date status is correctly
24 _!= touch -f opt-query-file.up-to-date
37 . for target in opt-query-file.out-of-date opt-query-file.up-to-date phony
49 # expect: opt-query-file.out-of-date in compat mode: query status 1
50 # expect: opt-query-file.up-to-date in compat mode: query status 0
52 # expect: opt-query-file.out-of-date in jobs mode: query status 1
53 # expect: opt-query-file.up-to-date in jobs mode: query status 0
57 @rm -f opt-query-file.up-to-date
75 # it is not up-to-date
    [all...]
  /src/distrib/utils/tls/
tls.c 95 char *date; local in function:show_long
126 /* date */
127 if ((date = ctime(&st.st_mtime)) == NULL)
130 date += 4; /* skip day-of-week */
131 date[12] = '\0'; /* to the minute */
132 printf("%s ", date);
tls.c 95 char *date; local in function:show_long
126 /* date */
127 if ((date = ctime(&st.st_mtime)) == NULL)
130 date += 4; /* skip day-of-week */
131 date[12] = '\0'; /* to the minute */
132 printf("%s ", date);
  /src/lib/libutil/
parsedate.y 139 | date { param->yyHaveDate++; }
345 date: label
614 { "idlw", tZONE, HOUR(12) }, /* International Date Line West */
660 { "idle", tZONE, -HOUR(12) }, /* International Date Line East */
1338 (void)printf("Enter date, or blank line to exit.\n\t> ");
parsedate.y 139 | date { param->yyHaveDate++; }
345 date: label
614 { "idlw", tZONE, HOUR(12) }, /* International Date Line West */
660 { "idle", tZONE, -HOUR(12) }, /* International Date Line East */
1338 (void)printf("Enter date, or blank line to exit.\n\t> ");
  /src/tools/
Makefile 86 dependall-date
93 .if make(dependall-date)
94 dependall-date: dependall-host-mkdep dependall-compat
100 SUBDIR= host-mkdep compat binstall .WAIT date \
Makefile 86 dependall-date
93 .if make(dependall-date)
94 dependall-date: dependall-host-mkdep dependall-compat
100 SUBDIR= host-mkdep compat binstall .WAIT date \
  /src/usr.bin/xlint/lint1/
Makefile 36 CLEANFILES+= ${MAN} ${MAN}.date
38 ${MAN}.date: err.c
64 ${MAN}: makeman err.c Makefile ${MAN}.date
67 "$$(cat ${.ALLSRC:M*.date})" ${.ALLSRC:M*err.c} \
Makefile 36 CLEANFILES+= ${MAN} ${MAN}.date
38 ${MAN}.date: err.c
64 ${MAN}: makeman err.c Makefile ${MAN}.date
67 "$$(cat ${.ALLSRC:M*.date})" ${.ALLSRC:M*err.c} \
  /src/sys/dev/acpi/
acpi_quirks.c 132 const char *datestr = pmf_get_platform("bios-date");
133 unsigned long date; local in function:acpi_quirks_bios_year
138 date = strtoul(datestr, NULL, 10);
139 if (date == 0 || date == ULONG_MAX)
141 if (date < 19000000 || date > 99999999)
143 return date / 10000;
acpi_quirks.c 132 const char *datestr = pmf_get_platform("bios-date");
133 unsigned long date; local in function:acpi_quirks_bios_year
138 date = strtoul(datestr, NULL, 10);
139 if (date == 0 || date == ULONG_MAX)
141 if (date < 19000000 || date > 99999999)
143 return date / 10000;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_uc_fw_abi.h 56 u32 date; member in struct:uc_css_header
intel_uc_fw_abi.h 56 u32 date; member in struct:uc_css_header
  /src/sys/dev/ofw/
ofrtc.c 162 int date[6]; local in function:ofrtc_gettod
173 date, date + 1, date + 2, date + 3, date + 4, date + 5)) {
177 dt->dt_sec = date[OFRTC_SEC];
178 dt->dt_min = date[OFRTC_MIN];
179 dt->dt_hour = date[OFRTC_HR]
    [all...]
ofrtc.c 162 int date[6]; local in function:ofrtc_gettod
173 date, date + 1, date + 2, date + 3, date + 4, date + 5)) {
177 dt->dt_sec = date[OFRTC_SEC];
178 dt->dt_min = date[OFRTC_MIN];
179 dt->dt_hour = date[OFRTC_HR]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
ls.h 14 char date[64]; member in struct:nvfw_ls_desc_head

Completed in 58 milliseconds

1 2 3 4