Home
last modified time | relevance | path

Searched refs:ctime (Results 1 – 25 of 65) sorted by relevance

123

/reactos/sdk/include/c++/stlport/stl/
H A D_ctime.h23 # include_next <ctime>
25 # include _STLP_NATIVE_CPP_C_HEADER(ctime)
40 using _STLP_VENDOR_CSTD::ctime;
/reactos/base/services/nfsd/
H A Dupcall.h73 ULONGLONG ctime; member
99 ULONGLONG ctime; member
109 ULONGLONG ctime; member
130 ULONGLONG ctime; member
172 ULONGLONG ctime; member
H A Dgetattr.c100 args->ctime = info.change; in handle_getattr()
172 status = safe_write(&buffer, length, &args->ctime, sizeof(args->ctime)); in marshall_getattr()
174 dprintf(1, "NFS41_FILE_QUERY: downcall changattr=%llu\n", args->ctime); in marshall_getattr()
H A Dreadwrite.c239 args->ctime = info.change; in write_to_mds()
269 args->ctime = info.change; in write_to_pnfs()
310 status = safe_write(&buffer, length, &args->ctime, sizeof(args->ctime)); in marshall_rw()
H A Dsetattr.c147 args->ctime = info.change; in handle_nfs41_setattr()
376 args->ctime = info.change; in handle_nfs41_set_size()
478 args->ctime = info.change; in handle_nfs41_link()
518 return safe_write(&buffer, length, &args->ctime, sizeof(args->ctime)); in marshall_setattr()
H A Dea.c193 args->ctime = info.change; in handle_setexattr()
205 return safe_write(&buffer, length, &args->ctime, sizeof(args->ctime)); in marshall_setexattr()
/reactos/drivers/network/tcpip/lwip/src/core/ipv4/
H A Detharp.c102 u16_t ctime; member
184 arp_table[i].ctime = 0; in etharp_free_entry()
211 arp_table[i].ctime++; in etharp_tmr()
212 if ((arp_table[i].ctime >= ARP_MAXAGE) || in etharp_tmr()
308 if (arp_table[i].ctime >= age_queue) { in etharp_find_entry()
310 age_queue = arp_table[i].ctime; in etharp_find_entry()
317 age_pending = arp_table[i].ctime; in etharp_find_entry()
330 age_stable = arp_table[i].ctime; in etharp_find_entry()
397 arp_table[i].ctime = 0; in etharp_find_entry()
468 arp_table[i].ctime = 0;
[all …]
/reactos/modules/rostests/regtests/crt/
H A Dtime.c38 ok(ctime(&time) == NULL, "ctime doesn't return NULL for invalid parameters\n"); in Test_ctime()
40 ok(ctime(&time) == NULL, "ctime doesn't return NULL for invalid parameters\n"); in Test_ctime()
/reactos/base/applications/network/telnet/src/
H A Dtnerror.cpp146 char* szTime = ctime(&dwTime); in LogErrorConsole()
179 char* szTime = ctime(&dwTime); in LogWarningConsole()
205 char* szTime = ctime(&dwTime); in LogInfoConsole()
/reactos/sdk/include/c++/
H A Dctime14 #undef ctime
30 using ::ctime;
/reactos/sdk/include/c++/stlport/
H A Dctime34 # include_next <ctime>
36 # include _STLP_NATIVE_CPP_C_HEADER(ctime)
/reactos/modules/rosapps/applications/net/ncftp/ncftp/
H A Dtrace.c134 (void) fprintf(fp, "SESSION STARTED at: %s", ctime(&gTraceTime)); in OpenTrace()
173 (void) fprintf(gTraceFile, "SESSION ENDED at: %s", ctime(&gTraceTime)); in CloseTrace()
H A Dlog.c56 (void) fprintf(fp, "%s at %s", host, ctime(&now)); in LogOpen()
H A Dpreffw.c198 ctime(&now), in WriteDefaultFirewallPrefs()
/reactos/modules/rostests/winetests/windowscodecs/
H A Dstream.c369 ….ctime.dwHighDateTime == 0 && Stats.ctime.dwLowDateTime == 0, "Stat returned ctime (%u;%u), expect… in test_StreamOnMemory()
686 ….ctime.dwHighDateTime == 0 && Stats.ctime.dwLowDateTime == 0, "Stat returned ctime (%u;%u), expect… in test_StreamOnStreamRange()
994 …ok(stats.ctime.dwHighDateTime == 0 && stats.ctime.dwLowDateTime == 0, "Unexpected ctime (%u;%u).\n… in test_StreamOnIStream()
995 stats.ctime.dwHighDateTime, stats.ctime.dwLowDateTime); in test_StreamOnIStream()
/reactos/modules/rosapps/applications/sysutils/mkdosfs/
H A Dmkdosfs.c472 __u16 ctime; /* Creation time */ member
1113 struct tm *ctime; in setup_tables() local
1556 ctime = localtime(&create_time); in setup_tables()
1557 de->time = CT_LE_W((unsigned short)((ctime->tm_sec >> 1) + in setup_tables()
1558 (ctime->tm_min << 5) + (ctime->tm_hour << 11))); in setup_tables()
1559 de->date = CT_LE_W((unsigned short)(ctime->tm_mday + in setup_tables()
1560 ((ctime->tm_mon+1) << 5) + in setup_tables()
1561 ((ctime->tm_year-80) << 9))); in setup_tables()
1563 de->ctime = de->time; in setup_tables()
/reactos/sdk/lib/3rdparty/stlport/etc/
H A Dstd_headers_c.txt15 ctime
H A Dmsvcincl.dat43 ctime
44 ctime.h
/reactos/drivers/filesystems/btrfs/
H A Dreparse.c296 fcb->subvol->root_item.ctime = now; in set_symlink()
400 fcb->subvol->root_item.ctime = now; in set_reparse_point2()
586 fileref->fcb->subvol->root_item.ctime = now; in delete_reparse_point()
618 fcb->subvol->root_item.ctime = now; in delete_reparse_point()
651 fcb->subvol->root_item.ctime = now; in delete_reparse_point()
H A Dsend.c27 BTRFS_TIME ctime; member
98 BTRFS_TIME ctime; member
324 context->lastinode.ctime = ii->st_ctime; in send_inode()
380 sd->ctime = ii->st_ctime; in send_inode()
402 o2->sd->ctime = ii->st_ctime; in send_inode()
513 sd->ctime = context->lastinode.ctime; in send_add_dir()
665 send_add_tlv(context, BTRFS_SEND_TLV_CTIME, ctime, sizeof(BTRFS_TIME)); in send_utimes_command_dir()
1021 send_add_tlv(context, BTRFS_SEND_TLV_CTIME, ctime, sizeof(BTRFS_TIME)); in send_utimes_command()
1330 … send_utimes_command_dir(context, r->sd, &r->sd->atime, &r->sd->mtime, &r->sd->ctime); in flush_refs()
1378 … send_utimes_command_dir(context, r->sd, &r->sd->atime, &r->sd->mtime, &r->sd->ctime); in flush_refs()
[all …]
/reactos/sdk/lib/fslib/vfatlib/check/
H A Dmsdos_fs.h59 uint16_t ctime; /* Creation time */ member
/reactos/sdk/include/crt/
H A Dtime.h391 _CRTIMP char *__cdecl ctime(const time_t *_Time);
404 __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime32(_Time); }
414 __CRT_INLINE char *__cdecl ctime(const time_t *_Time) { return _ctime64(_Time); } in ctime() function
/reactos/sdk/lib/crt/time/
H A Dtime.cmake7 time/ctime.c
/reactos/modules/rostests/apitests/zipfldr/
H A DIDataObject.cpp241 ok_hex(statstg.ctime.dwHighDateTime, FileTime.dwHighDateTime); in test_FileContents1()
242 ok_hex(statstg.ctime.dwLowDateTime, FileTime.dwLowDateTime); in test_FileContents1()
331 ok_hex(statstg.ctime.dwHighDateTime, FileTime.dwHighDateTime); in test_FileContents2()
332 ok_hex(statstg.ctime.dwLowDateTime, FileTime.dwLowDateTime); in test_FileContents2()
/reactos/boot/freeldr/freeldr/include/fs/
H A Dext2.h129 ULONG ctime; member

123