Home
last modified time | relevance | path

Searched refs:cnsec (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/libev/
H A Dstathelper.c91 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
129 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
133 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
137 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
139 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
143 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/scandir/
H A D_scandir.c560 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
595 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
599 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
603 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
605 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
609 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/sysutils/py-scandir/scandir-1.10.0/
H A D_scandir.c560 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
595 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
599 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
603 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
605 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
609 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/scandir/
H A D_scandir.c560 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
595 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
599 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
603 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
605 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
609 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_format_rar.c243 long cnsec; member
1321 rar->cnsec = 0; in read_header()
1671 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1795 rar->cnsec = nsec; in read_exttime()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_format_rar.c237 long cnsec; member
1311 rar->cnsec = 0; in read_header()
1655 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1761 rar->cnsec = nsec; in read_exttime()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_format_rar.c237 long cnsec; member
1325 rar->cnsec = 0; in read_header()
1665 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1771 rar->cnsec = nsec; in read_exttime()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_rar.c243 long cnsec; member
1321 rar->cnsec = 0; in read_header()
1671 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1795 rar->cnsec = nsec; in read_exttime()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_rar.c243 long cnsec; member
1321 rar->cnsec = 0; in read_header()
1671 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1795 rar->cnsec = nsec; in read_exttime()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_format_rar.c243 long cnsec; member
1321 rar->cnsec = 0; in read_header()
1671 archive_entry_set_ctime(entry, rar->ctime, rar->cnsec); in read_header()
1795 rar->cnsec = nsec; in read_exttime()
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dglob.c72 long cnsec; member
431 matchptr->cnsec = GET_ST_CTIME_NSEC(buf); in insert()
977 r = a->cnsec - b->cnsec; in gmatchcmp()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c1291 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
1322 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
1326 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
1330 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
1332 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
1336 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.c1478 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
1513 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
1517 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
1521 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
1523 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
1527 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.c1478 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
1513 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
1517 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
1521 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
1523 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
1527 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dposixmodule.c2010 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2037 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2041 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2045 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2047 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2051 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Dposixmodule.c2149 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2176 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2184 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2186 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2190 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Dposixmodule.c2149 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2176 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2184 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2186 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2190 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python38/Python-3.8.12/Modules/
H A Dposixmodule.c2149 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2176 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2184 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2186 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2190 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Dposixmodule.c2149 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2176 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2184 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2186 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2190 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dposixmodule.c2149 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2176 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2180 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2184 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2186 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2190 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python310/Python-3.10.1/Modules/
H A Dposixmodule.c2394 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2422 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2426 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2430 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2432 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2436 fill_time(module, v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Dposixmodule.c2378 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2406 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2410 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2414 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2416 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2420 fill_time(module, v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/lang/python39/Python-3.9.9/Modules/
H A Dposixmodule.c2342 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
2370 cnsec = st->st_ctim.tv_nsec; in _pystat_fromstructstat()
2374 cnsec = st->st_ctimespec.tv_nsec; in _pystat_fromstructstat()
2378 cnsec = st->st_ctime_nsec; in _pystat_fromstructstat()
2380 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
2384 fill_time(module, v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Efi/
H A Dedk2module.c493 unsigned long ansec, mnsec, cnsec; in _pystat_fromstructstat() local
502 ansec = mnsec = cnsec = 0; in _pystat_fromstructstat()
508 fill_time(v, 4, st->st_mtime, cnsec); in _pystat_fromstructstat()
/dports/www/moinmoin/moin-1.9.11/wiki/data/pages/BadContent/revisions/
H A D00000001763 cnsec.cn

12