HomeSort by: relevance | last modified time | path
    Searched refs:skipfile (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/jemalloc/dist/scripts/
run_static_analysis.sh 46 # CodeChecker has a bug where it freaks out if you supply the skipfile via process substitution,
48 skipfile=$(mktemp)
49 # The single-quotes are deliberate here, you want `$skipfile` to be evaluated upon exit
50 trap 'rm -f $skipfile' EXIT
51 echo '-**/stdlib.h' > "$skipfile"
54 --analyzers clangsa clang-tidy --skip "$skipfile" \
  /src/external/bsd/jemalloc.old/dist/scripts/
run_static_analysis.sh 46 # CodeChecker has a bug where it freaks out if you supply the skipfile via process substitution,
48 skipfile=$(mktemp)
49 # The single-quotes are deliberate here, you want `$skipfile` to be evaluated upon exit
50 trap 'rm -f $skipfile' EXIT
51 echo '-**/stdlib.h' > "$skipfile"
54 --analyzers clangsa clang-tidy --skip "$skipfile" \
  /src/sbin/restore/
extern.h 105 void skipfile(void);
tape.c 670 skipfile();
675 skipfile();
683 skipfile();
722 skipfile();
731 skipfile();
737 skipfile();
758 skipfile();
766 skipfile();
772 skipfile();
796 skipfile();
967 skipfile(void) function
    [all...]
restore.c 636 skipfile();
721 skipfile();
dirs.c 220 skipfile();

Completed in 74 milliseconds