Home
last modified time | relevance | path

Searched refs:E2FSPROGS_DATE (Results 1 – 22 of 22) sorted by relevance

/external/e2fsprogs/util/
Dsubst.conf.in5 E2FSPROGS_DATE @E2FSPROGS_DATE@
/external/e2fsprogs/
Dversion.h11 #define E2FSPROGS_DATE "18-Aug-2018" macro
Dconfigure.ac14 E2FSPROGS_DATE=`grep E2FSPROGS_DATE ${srcdir}/version.h | awk '{print $3}' \
16 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[[1-9]]$/s/^/0/')
17 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'`
18 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'`
66 AC_SUBST(E2FSPROGS_DATE) subst
Dconfigure2818 E2FSPROGS_DAY=$(echo $E2FSPROGS_DATE | awk -F- '{print $1}' | sed -e '/^[1-9]$/s/^/0/')
2819 MONTH=`echo $E2FSPROGS_DATE | awk -F- '{print $2}'`
2820 YEAR=`echo $E2FSPROGS_DATE | awk -F- '{print $3}'`
/external/e2fsprogs/lib/blkid/
Dversion.c24 static const char *lib_date = E2FSPROGS_DATE;
/external/e2fsprogs/lib/ext2fs/
Dversion.c26 static const char *lib_date = E2FSPROGS_DATE;
/external/e2fsprogs/misc/
Dmklost+found.c47 E2FSPROGS_DATE); in main()
Dlsattr.c215 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
Dchattr.c350 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
De2initrd_helper.c320 E2FSPROGS_VERSION, E2FSPROGS_DATE); in PRS()
Ddumpe2fs.c613 E2FSPROGS_DATE); in main()
Dfsck.c1281 printf("fsck %s (%s)\n", E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
De4defrag.c1685 printf("e4defrag %s (%s)\n", E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
De2image.c1486 E2FSPROGS_DATE); in main()
Dmke2fs.c1842 E2FSPROGS_DATE); in PRS()
Dtune2fs.c1800 printf("tune2fs %s (%s)\n", E2FSPROGS_VERSION, E2FSPROGS_DATE); in parse_tune2fs_options()
Dfuse2fs.c3711 E2FSPROGS_DATE); in fuse2fs_opt_proc()
/external/e2fsprogs/ext2ed/
Dwin.c45 …le_string,"EXT2ED - Extended-2 File System editor ver %s (%s)", E2FSPROGS_VERSION, E2FSPROGS_DATE); in draw_title_win()
Dgeneral_com.c90 wprintw (show_pad,"EXT2ED ver %s (%s)\n",E2FSPROGS_VERSION, E2FSPROGS_DATE); in help()
/external/e2fsprogs/resize/
Dmain.c284 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()
/external/e2fsprogs/e2fsck/
Dunix.c1187 static const char *my_ver_date = E2FSPROGS_DATE;
/external/e2fsprogs/debugfs/
Ddebugfs.c2544 E2FSPROGS_VERSION, E2FSPROGS_DATE); in main()