Home
last modified time | relevance | path

Searched full:5678 (Results 1 – 25 of 78) sorted by relevance

1234

/freebsd/tools/regression/tmpfs/
H A Dt_setattr59 chgrp 5678 grp || die
62 [ ${st_gid} -eq 5678 ] || die
71 chown 1234:5678 owngrp || die
74 [ ${st_gid} -eq 5678 ] || die
77 echo 'chown 1234:5678 owngrpp' | kqueue_monitor 1 owngrpp || die
/freebsd/crypto/openssh/regress/
H A Dcfgparse.sh33 listenaddress 1.2.3.4:5678
37 listenaddress [::1]:5678
46 port 5678
62 port 5678
H A Daddrmatch.sh31 Match LocalPort 5678
42 run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport"
52 run_trial user ::5 somehost ::2 5678 match4 "IP6 localport"
/freebsd/contrib/netbsd-tests/fs/tmpfs/
H A Dt_setattr.sh77 atf_check -s eq:0 -o empty -e empty chgrp 5678 grp
80 [ ${st_gid} -eq 5678 ] || atf_fail "gid was not set"
111 atf_check -s eq:0 -o empty -e empty chown 1234:5678 owngrp
114 [ ${st_gid} -eq 5678 ] || atf_fail "gid was not modified"
129 echo 'chown 1234:5678 owngrpp' | kqueue_monitor 1 owngrpp
/freebsd/contrib/kyua/store/
H A Dmetadata_test.cpp79 "VALUES (512, 5678)"); in ATF_TEST_CASE_BODY()
84 ATF_REQUIRE_EQ(5678L, metadata.timestamp()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Din2_669 rdr le0 inet6 any -> fe80:aa55:1234:5678:5a5a:a5a5:fedc:ba98/128 ip
70 rdr le0 inet6 any -> fe80:aa55:1234:5678:5a5a:a5a5:fedc:ba98,fe80:aa55:1234:5678:5a5a:a5a5:fedc:ba9…
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dasix,ax88178.yaml60 compatible = "usb1234,5678";
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_007_neg.ksh48 "0" "0.000" "0.5" "-1.234" "-1" "1234b" "5678x"
/freebsd/contrib/sendmail/libsm/
H A Dt-inet6_ntop.c23 "1234:5678:9abc:def0:fedc:dead:f00f:101",
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/
H A Dzfs_upgrade_007_neg.ksh57 "0" "0.000" "0.5" "-1.234" "-1" "1234b" "5678x"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_split/
H A Dzpool_split_props.ksh58 'allocated=1234' 'capacity=5678' 'multihost=none'
/freebsd/cddl/usr.sbin/dwatch/
H A Ddwatch.1625 Watch processes forked by either pid 1234 or pid 5678.
627 dwatch -p '1234|5678' execve
/freebsd/contrib/kyua/drivers/
H A Dreport_junit_test.cpp95 "timeout = 5678\n";
134 builder.set_timeout(datetime::delta(5678, 0)); in add_tests()
/freebsd/contrib/netbsd-tests/bin/sh/
H A Dt_arith.sh306 'echo $(( 2016-5678 ))'
308 'echo $(( 2016+-5678 ))'
310 'echo $(( 2016-+5678 ))'
312 'echo $(( -2016-5678 ))'
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-cmp.11263 \& \-ref 1234 \-secret pass:1234\-5678 \e
1292 \& \-ref 1234 \-secret pass:1234\-5678
1322 \& secret = pass:1234\-5678\-1234\-567
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.c58 #define TEST_PORT 5678
/freebsd/share/examples/BSD_daemon/
H A Dbeastie.fig86 4503 5678 4462 5648 4413 5618 4331 5565 4252 5513 4211 5494
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in1218 -ref 1234 -secret pass:1234-5678 \
1245 -ref 1234 -secret pass:1234-5678
1274 secret = pass:1234-5678-1234-567
/freebsd/sbin/ping/tests/
H A Dtest_ping.py44 tcp = sc.TCP(sport=1234, dport=5678)
48 udp = sc.UDP(sport=1234, dport=5678)
/freebsd/lib/libc/arm/string/
H A Dmemcpy.S1129 ldr ip, [r1, #0x05] /* BE:ip = 5678 LE:ip = 8765 */
1205 ldr ip, [r1, #0x05] /* BE:ip = 5678 LE:ip = 8765 */
1277 ldr r3, [r1, #0x05] /* BE:r3 = 5678 LE:r3 = 8765 */
/freebsd/sys/arm/arm/
H A Dsupport.S1826 ldr ip, [r1, #0x05] /* BE:ip = 5678 LE:ip = 8765 */
1902 ldr ip, [r1, #0x05] /* BE:ip = 5678 LE:ip = 8765 */
1974 ldr r3, [r1, #0x05] /* BE:r3 = 5678 LE:r3 = 8765 */
/freebsd/crypto/openssl/
H A DNEWS.md56 value ([CVE-2023-5678])
1506 [CVE-2023-5678]: https://www.openssl.org/news/vulnerabilities.html#CVE-2023-5678
/freebsd/sys/dev/mpt/
H A Dmpt.h1059 MPT_NIL_TMT_VALUE=5678
/freebsd/contrib/kyua/engine/
H A Dscheduler_test.cpp1184 mock_users.push_back(passwd::user("nobody", 1234, 5678)); in ATF_TEST_CASE_BODY()
/freebsd/contrib/tcpdump/
H A Dprint-bgp.c672 static char addr[sizeof("1234:5678:89ab:cdef:1234:5678:89ab:cdef")]; in bgp_vpn_ip_print()

1234