/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 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...] |
/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);
|
/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...] |
/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);
|
/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/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 \
|
/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} \
|
/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;
|
/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/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...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvfw/ |
ls.h | 14 char date[64]; member in struct:nvfw_ls_desc_head
|
/src/games/hack/ |
hack.unix.c | 111 time_t date; local in function:getlt 113 (void) time(&date); 114 return (localtime(&date)); 223 pline("Saved level is out of date. "); 234 time_t date; local in function:veryold 240 (void) time(&date); 241 if (date - buf.st_mtime < 3L * 24L * 60L * 60L) { /* recent */
|
hack.end.c | 319 char date[7];/* yymmdd */ member in struct:toptenentry 369 (void) strcpy(t0->date, getdatestr()); 380 t1->date, &t1->uid, 451 t1->date, t1->uid, 740 t1->date, &t1->uid,
|
/src/libexec/httpd/ |
lua-bozo.c | 309 char date[40]; local in function:bozo_process_lua 386 bozo_http_date(date, sizeof(date)));
|
cgi-bozo.c | 375 char date[40]; local in function:bozo_process_cgi 547 bozo_setenv(httpd, "DATE_GMT", bozo_http_date(date, sizeof(date)),
|
/src/sbin/dump/ |
optr.c | 486 char *date; local in function:lastdump 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 in function:outof 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 in function:rusers_reply 182 snprintf(date, sizeof(date), "%s", 216 date, idle, remote);
|
/src/usr.sbin/ac/ |
ac.c | 356 char date[64]; local in function:show_today 359 (void)strftime(date, sizeof (date), "%b %e total", 376 (void)printf("%s %11.2f\n", date, ((double)secs / 3600));
|
/src/sys/dev/scsipi/ |
scsi_ctron_ether.h | 94 char date[22]; /* firmware date string (asciz) */ member in struct:scsi_ctron_ether_inquiry_data
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_drv.h | 756 /** @date: driver date */ 757 const char *date; member in struct:drm_driver
|
/src/sys/fs/cd9660/ |
iso.h | 145 char date [ISODCL (19, 25)]; /* 7 by 711 */ member in struct:iso_directory_record
|
/src/usr.sbin/timed/timed/ |
timed.c | 652 date(void) function in typeref:typename:char * 776 int /* 1=trust hp to change our date */
|