HomeSort by: relevance | last modified time | path
    Searched defs:date (Results 1 - 25 of 97) 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
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/nvfw/
nouveau_nvkm_nvfw_ls.c 34 char *date; local
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
64 date = Now.date + offset;
74 type, date, i, x, y, z);
77 e->date = date;
98 double date; local
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
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/external/bsd/libarchive/dist/cpio/test/
test_option_t.c 18 char date[48]; local
70 /* Date varies depending on local timezone and locale. */
85 _snprintf(date, sizeof(date)-1, "%12s file", date2);
88 snprintf(date, sizeof(date)-1, "%12s file", date2);
90 assertEqualMem(p + 42, date, strlen(date));
  /src/distrib/utils/tls/
tls.c 95 char *date; local
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> ");
  /src/external/gpl2/xcvs/dist/lib/
getdate.y 254 | date
389 date: label
1167 /* Parse a date/time string, storing the resulting time value into *RESULT.
1431 /* Add relative date. */
1501 printf ("Enter date, or blank line to exit.\n\t> ");
  /src/sys/dev/acpi/
acpi_quirks.c 132 const char *datestr = pmf_get_platform("bios-date");
133 unsigned long date; local
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/dev/ofw/
ofrtc.c 162 int date[6]; local
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/i915/gt/uc/
intel_uc_fw_abi.h 56 u32 date; member in struct:uc_css_header
  /src/external/gpl2/xcvs/dist/src/
annotate.c 30 static char *date = NULL; variable
41 "Usage: %s %s [-lRfF] [-r rev] [-D date] [files...]\n",
44 "\t-f\tUse head revision if tag/date not found.\n",
47 "\t-D date\tAnnotate file as of specified date.\n",
52 /* Command to show the revision, date, and author where each line of a
79 parse_tagdate (&tag, &date, optarg);
82 if (date) free (date);
83 date = Make_Date (optarg)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/
ls.h 14 char date[64]; member in struct:nvfw_ls_desc_head
  /src/crypto/external/apache2/openssl/dist/apps/
version.c 44 { "b", OPT_B, '-', "Show build date" },
63 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
84 dirty = date = 1;
119 seed = options = cflags = version = date = platform
136 if (date)
  /src/crypto/external/bsd/openssl/dist/apps/
version.c 30 {"b", OPT_B, '-', "Show build date"},
46 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
64 dirty = date = 1;
94 seed = options = cflags = version = date = platform
112 if (date)
  /src/crypto/external/bsd/openssl.old/dist/apps/
version.c 42 {"b", OPT_B, '-', "Show build date"},
66 int cflags = 0, version = 0, date = 0, options = 0, platform = 0, dir = 0; local
84 dirty = date = 1;
108 seed = options = cflags = version = date = platform = dir = engdir
127 if (date)
  /src/external/gpl2/gmake/dist/
vmsfunctions.c 168 /* Revision date */
170 /* Creation date */
173 /* Revision date */
175 /* Creation date */
244 static long int date[2]; local
249 date[0] = (tval & 0xff) << 24;
250 date[1] = ((tval >> 8) & 0xffffff);
252 if ((date[0] == 0) && (date[1] == 0))
255 sys$asctim (0, &date_str, date, 0)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
date_and_time.c 53 /* DATE_AND_TIME ([DATE, TIME, ZONE, VALUES])
55 Description: Returns data on the real-time clock and date in a form
62 DATE (optional) shall be scalar and of type default character.
66 month. If there is no date available, they are assigned blanks.
87 no date available;
90 is no date available;
92 VALUES(3) the day of the month, or -HUGE(0) if there is no date
132 char date[DATE_LEN + 1]; local
175 snprintf (date, DATE_LEN + 1, "%04d%02d%02d",
187 memset (date, ' ', DATE_LEN)
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
post_mail.c 73 /* Received: and Date: message headers. The result is a stream
226 const char *date; local
234 date = mail_date(now.tv_sec);
280 * Do the Received: and Date: header lines. This allows us to shave a few
281 * cycles by using the expensive date conversion result for both.
285 post_mail_fprintf(stream, "\tid %s; %s", vstring_str(id), date);
286 post_mail_fprintf(stream, "Date: %s", date);
  /src/games/hack/
hack.unix.c 111 time_t date; local
113 (void) time(&date);
114 return (localtime(&date));
223 pline("Saved level is out of date. ");
234 time_t date; local
240 (void) time(&date);
241 if (date - buf.st_mtime < 3L * 24L * 60L * 60L) { /* recent */
  /src/libexec/httpd/
cgi-bozo.c 375 char date[40]; local
547 bozo_setenv(httpd, "DATE_GMT", bozo_http_date(date, sizeof(date)),
lua-bozo.c 309 char date[40]; local
386 bozo_http_date(date, sizeof(date)));
  /src/sbin/dump/
optr.c 486 char *date; local
505 date = (char *)ctime(&dtwalk->dd_ddate);
506 date[24] = '\0';
507 strcpy(date + 16, date + 19); /* blast away seconds */
515 "%c %8s\t(%6s) Last dump: Level %c, Date %s\n",
520 date);
  /src/usr.bin/mail/
names.c 251 char *date; local
263 date = ctime(&now);
307 (void)fprintf(fout, "From %s %s", myname, date);
  /src/usr.bin/rusers/
rusers.c 166 char date[26], idle[11]; local
182 snprintf(date, sizeof(date), "%s",
216 date, idle, remote);

Completed in 31 milliseconds

1 2 3 4