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

  /external/fio/oslib/
libmtd_common.h 35 #ifndef PROGRAM_NAME
36 # error "You must define PROGRAM_NAME before including this header"
86 bareverbose(verbose, "%s: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__)
90 printf("%s: " fmt, PROGRAM_NAME, ##__VA_ARGS__); \
98 fprintf(stderr, "%s: error!: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__); \
109 fprintf(stderr, "%*serror %d (%s)\n", (int)sizeof(PROGRAM_NAME) + 1,\
119 fprintf(stderr, "%s: warning!: " fmt "\n", PROGRAM_NAME, ##__VA_ARGS__); \
215 printf("%s %s\n", PROGRAM_NAME, VERSION); \
libmtd_int.h 33 #define PROGRAM_NAME "libmtd"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrCompiler.h 25 #define PROGRAM_NAME "VfrCompile"
VfrCompiler.cpp 69 SetUtilityName ((CHAR8*) PROGRAM_NAME);
  /external/libpng/contrib/tools/
pngfix.c 37 #define PROGRAM_NAME "pngfix"
    [all...]

Completed in 122 milliseconds