Home
last modified time | relevance | path

Searched refs:unix3 (Results 1 – 17 of 17) sorted by relevance

/dports/ftp/filezilla/filezilla-3.55.1/tests/
H A Dserverpathtest.cpp46 const CServerPath unix3(L"/foo/bar"); in testGetPath() local
47 CPPUNIT_ASSERT(unix3.GetPath() == L"/foo/bar"); in testGetPath()
166 const CServerPath unix3(L"/foo/bar"); in testHasParent() local
167 CPPUNIT_ASSERT(unix3.HasParent()); in testHasParent()
268 const CServerPath unix3(L"/foo/bar"); in testGetParent() local
270 CPPUNIT_ASSERT(unix3.GetParent() == unix2); in testGetParent()
345 const CServerPath unix3(L"/foo/bar"); in testGetCommonParent() local
346 CPPUNIT_ASSERT(unix2.GetCommonParent(unix3) == unix1); in testGetCommonParent()
505 CServerPath unix3(L"/foo/baz"); in testChangePath() local
510 CPPUNIT_ASSERT(unix3.ChangePath(L"/foo/bar/baz") && unix3 == unix4); in testChangePath()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DSocketAddressTest.cpp272 SocketAddress unix3; in TEST() local
273 unix3.setFromPath("/bar"); in TEST()
283 EXPECT_NE(unix1, unix3); in TEST()
286 EXPECT_NE(unix2, unix3); in TEST()
287 EXPECT_NE(unix5, unix3); in TEST()
300 EXPECT_NE(unix1.hash(), unix3.hash()); in TEST()
302 EXPECT_NE(unix3.hash(), unixAnon.hash()); in TEST()
304 EXPECT_NE(unix3.hash(), unixAnon2.hash()); in TEST()
/dports/lang/php73/php-7.3.33/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/archivers/php74-phar/php-7.4.27/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/archivers/php73-phar/php-7.3.33/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/archivers/php81-phar/php-8.1.1/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/archivers/php80-phar/php-8.0.15/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/www/mod_php81/php-8.1.1/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/lang/php80/php-8.0.15/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/lang/php81/php-8.1.1/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/lang/php74/php-7.4.27/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/www/mod_php73/php-7.3.33/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/www/mod_php74/php-7.4.27/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/www/mod_php80/php-8.0.15/ext/phar/
H A Dzip.c46 phar_zip_unix3 unix3; in phar_zip_process_extra() member
63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
66 if (sizeof(h.unix3) - sizeof(h.header) != read) { in phar_zip_process_extra()
70 if (PHAR_GET_16(h.unix3.size) > sizeof(h.unix3) - 4) { in phar_zip_process_extra()
72 php_stream_seek(fp, PHAR_GET_16(h.unix3.size) - sizeof(h.unix3.size), SEEK_CUR); in phar_zip_process_extra()
79 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
81 entry->flags |= PHAR_GET_16(h.unix3.perms) & PHAR_ENT_PERM_MASK; in phar_zip_process_extra()
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/
H A DChangeLog2402 Thu May 27 11:13:03 1993 Tom Lord (lord@unix3.andrew.cmu.edu)
2500 Tue Oct 13 00:04:05 1992 Tom Lord (lord@unix3.andrew.cmu.edu)
2513 Thu Apr 30 13:02:21 1992 Tom Lord (lord at unix3.andrew.cmu.edu)
/dports/editors/ssed/sed-3.62/
H A DChangeLog2346 Thu May 27 11:13:03 1993 Tom Lord (lord@unix3.andrew.cmu.edu)
2444 Tue Oct 13 00:04:05 1992 Tom Lord (lord@unix3.andrew.cmu.edu)
2457 Thu Apr 30 13:02:21 1992 Tom Lord (lord at unix3.andrew.cmu.edu)
/dports/textproc/gsed/sed-4.8/
H A DChangeLog-20143286 Thu May 27 11:13:03 1993 Tom Lord (lord@unix3.andrew.cmu.edu)
3384 Tue Oct 13 00:04:05 1992 Tom Lord (lord@unix3.andrew.cmu.edu)
3397 Thu Apr 30 13:02:21 1992 Tom Lord (lord at unix3.andrew.cmu.edu)