HomeSort by relevance Sort by last modified time
    Searched refs:printf_format (Results 1 - 6 of 6) sorted by null

  /external/toybox/lib/
lib.h 105 char *xmprintf(char *format, ...) printf_format;
106 void xprintf(char *format, ...) printf_format;
154 void error_msg(char *msg, ...) printf_format;
155 void perror_msg(char *msg, ...) printf_format;
156 void error_exit(char *msg, ...) printf_format noreturn;
157 void perror_exit(char *msg, ...) printf_format noreturn;
158 void help_exit(char *msg, ...) printf_format noreturn;
portability.h 14 #define printf_format __attribute__((format(printf, 1, 2))) macro
17 #define printf_format macro
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 127 --filter=whitespace,runtime/printf,+runtime/printf_format
174 'build/printf_format',
201 'runtime/printf_format',
    [all...]
  /art/tools/
cpplint.py 131 --filter=whitespace,runtime/printf,+runtime/printf_format
178 'build/printf_format',
205 'runtime/printf_format',
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 95 --filter=whitespace,runtime/printf,+runtime/printf_format
154 'build/printf_format',
182 'runtime/printf_format',
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 95 --filter=whitespace,runtime/printf,+runtime/printf_format
154 'build/printf_format',
182 'runtime/printf_format',
    [all...]

Completed in 813 milliseconds