Changeset 120 in MondoRescue for trunk/tools/quality


Ignore:
Timestamp:
Nov 9, 2005, 2:44:43 AM (18 years ago)
Author:
bcornec
Message:

libmondo-filelist.c memory review (asprintf and the like) - compiles but no test made yet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/quality

    r119 r120  
    3232echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r strcat | wc -l` strcat"
    3333echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r strcpy | wc -l` strcpy"
     34echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r fgets | wc -l` fgets"
    3435echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r malloc_string | wc -l` malloc_string"
    3536echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r MAX_STR_LEN | wc -l` MAX_STR_LEN"
     37echo "monodrescue uses : `find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn' | egrep -v '/\*' | xargs grep -r goto | wc -l` goto"
    3638
    3739echo " "
Note: See TracChangeset for help on using the changeset viewer.