| /freebsd/contrib/libarchive/cpio/test/ |
| H A D | test_option_C_upper.c | 24 /* Create an archive with -C 513; this should be 513 bytes. */ in DEFINE_TEST() 25 r = systemf("echo file | %s -o -C 513 > 513.cpio 2>513.err", in DEFINE_TEST() 28 assertTextFileContents("1 block\n", "513.err"); in DEFINE_TEST() 29 assertFileSize("513.cpio", 513); in DEFINE_TEST()
|
| H A D | test_owner_parse.c | 20 * their /etc/passwd. Likely values are 513 (None), 545 (Users), 27 static const int root_gids[] = { 513, 545, 544 };
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/ |
| H A D | qcom.yaml | 463 - description: Acer Chromebook Spin 513 (rev0) 468 - description: Acer Chromebook Spin 513 (rev1 - 2) 474 - description: Acer Chromebook Spin 513 (rev3 - 8) 484 - description: Acer Chromebook Spin 513 (rev9) 489 - description: Acer Chromebook Spin 513 (newest rev) 494 - description: Acer Chromebook Spin 513 with KB Backlight (rev1 - 2) 500 - description: Acer Chromebook Spin 513 with KB Backlight (rev3 - 8) 510 - description: Acer Chromebook Spin 513 with KB Backlight (rev9) 515 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev) 520 - description: Acer Chromebook Spin 513 with LTE (rev1 - 2) [all …]
|
| H A D | mediatek.yaml | 342 - description: Acer Tomato (Acer Chromebook Spin 513 CP513-2H) 349 - description: Acer Tomato rev3 - 4 (Acer Chromebook Spin 513 CP513-2H)
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | sequencer.py | 495 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {})) 511 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {'.u': True})) 513 >>> e.b2s(s.pack({'eggs': 513, 'spam': 65}, {'.u': False})) 519 513 65 528 {'eggs': 513} 537 513 None
|
| /freebsd/contrib/file/tests/ |
| H A D | zstd-v0.7-22.result | 1 Zstandard compressed data (v0.7), Dictionary ID: 513
|
| H A D | zstd-v0.8-22.result | 1 Zstandard compressed data (v0.8+), Dictionary ID: 513
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_read_pax_truncated.c | 170 buff2[513] = '9'; in DEFINE_TEST() 207 buff2[513] = '9'; in DEFINE_TEST() 221 buff2[513] = ' '; in DEFINE_TEST()
|
| /freebsd/contrib/netbsd-tests/sbin/resize_ffs/ |
| H A D | testdata.md5 | 14 MD5 (513) = ede1dc964fe2460dd74c3c87942162ad
|
| /freebsd/share/examples/kld/cdev/module/ |
| H A D | cdev.c | 107 memset(&buf, '\0', 513); in mydev_open() 179 copystr(&buf, uio->uio_iov->iov_base, 513, &len); in mydev_read()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
| H A D | bclone_samefs_hole.ksh | 38 for filesize in 1 511 512 513 4095 4096 4097 131071 131072 131073 \
|
| H A D | bclone_crossfs_data.ksh | 41 for filesize in 1 107 113 511 512 513 4095 4096 4097 131071 131072 131073 \
|
| H A D | bclone_samefs_data.ksh | 38 for filesize in 1 107 113 511 512 513 4095 4096 4097 131071 131072 131073 \
|
| H A D | bclone_crossfs_hole.ksh | 40 for filesize in 1 511 512 513 4095 4096 4097 131071 131072 131073 \
|
| /freebsd/sys/contrib/device-tree/Bindings/reset/ |
| H A D | zynq-reset.txt | 62 513: fpga1 out reset
|
| /freebsd/lib/msun/ld80/ |
| H A D | b_logl.c | 360 u1 = u + 513; in __log__D() 361 u1 -= 513; in __log__D()
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | tcpdchk.8 | 64 Den Dolech 2, P.O. Box 513,
|
| H A D | hosts_access.3 | 91 Den Dolech 2, P.O. Box 513,
|
| H A D | tcpdmatch.8 | 96 Den Dolech 2, P.O. Box 513,
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | renesas,drif.yaml | 238 clocks = <&cpg CPG_MOD 513>; 243 resets = <&cpg 513>;
|
| /freebsd/lib/msun/bsdsrc/ |
| H A D | b_log.c | 385 u1 = u + 513; in __log__D() 386 u1 -= 513; in __log__D()
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | errno.h | 53 #define ERESTARTNOINTR 513
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfData.inc | 909 * [513, UINT64_MAX] 963 * For example, 5 -> 5, 22 -> 17, 99 -> 65, 256 -> 256, 1001 -> 513. */ 969 else if (Value >= 513) 971 return 513; 982 * false, 64 -> true, 100 -> false, 513 -> false. */
|
| /freebsd/contrib/llvm-project/compiler-rt/include/profile/ |
| H A D | InstrProfData.inc | 909 * [513, UINT64_MAX] 963 * For example, 5 -> 5, 22 -> 17, 99 -> 65, 256 -> 256, 1001 -> 513. */ 969 else if (Value >= 513) 971 return 513; 982 * false, 64 -> true, 100 -> false, 513 -> false. */
|
| /freebsd/usr.bin/tail/tests/ |
| H A D | tail_test.sh | 453 atf_check -o file:outfile tail -c +513 infile # start at the 513th byte
|