Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/netbsd-tests/lib/libprop/
H A Dt_basic.c149 char *ext2; in ATF_TC_BODY() local
153 ext2 = prop_dictionary_externalize(dict2); in ATF_TC_BODY()
154 ATF_REQUIRE(ext2 != NULL); in ATF_TC_BODY()
155 ATF_REQUIRE_STREQ(ext1, ext2); in ATF_TC_BODY()
157 free(ext2); in ATF_TC_BODY()
/freebsd-12.1/usr.sbin/fstyp/tests/
H A Dfstyp_test.sh80 atf_test_case ext2
85 bzcat $(atf_get_srcdir)/ext2.img.bz2 > ext2.img
86 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img
87 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img
256 atf_add_test_case ext2
H A DMakefile8 ${PACKAGE}FILES+= ext2.img.bz2
/freebsd-12.1/crypto/heimdal/lib/hdb/
H A Dext.c88 HDB_extension *ext2; in hdb_replace_extension() local
92 ext2 = NULL; in hdb_replace_extension()
101 ext2 = hdb_find_extension(entry, ext->data.element); in hdb_replace_extension()
145 ext2 = ext3; in hdb_replace_extension()
151 if (ext2) { in hdb_replace_extension()
152 free_HDB_extension(ext2); in hdb_replace_extension()
153 ret = copy_HDB_extension(ext, ext2); in hdb_replace_extension()
/freebsd-12.1/contrib/processor-trace/libipt/src/
H A Dpt_decoder_function.c224 uint8_t opc, ext, ext2; in pt_df_fetch() local
367 ext2 = *pos++; in pt_df_fetch()
368 switch (ext2) { in pt_df_fetch()
/freebsd-12.1/contrib/bmake/
H A Dos.sh183 LOCAL_FS=ext2
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL361 string ext2-name
362 string ext2-version
/freebsd-12.1/sys/gnu/dts/arm64/freescale/
H A Dimx8mq.dtsi61 clk_ext2: clock-ext2 {
/freebsd-12.1/contrib/subversion/doc/user/
H A Dlj_article.txt176 would install in an operating system (like the Linux ext2 fs.)
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dfilesystems179 >0 ubyte 0xf9 pCache: ext2/ext3 persistent cache
1689 # ext2/ext3 filesystems - Andreas Dilger <[email protected]>
1696 # No journal? ext2
1697 >0x45c lelong ^0x0000004 ext2 filesystem data
/freebsd-12.1/contrib/amd/
H A DChangeLog47 * [linux] Add ext2, ext3, ext4 specific mount options
1078 and mount names. The new order is "ext3 ext2 ffs ufs 4.2 4.3 4.4
1080 ufs, and ext3 instead of ext2 on Linux).