Searched refs:appname (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm.c | 87 char *appname; variable 137 appname = *argv; in main() 158 "'s' or 'p' argument\n", appname); in main() 181 appname, ch, optarg); in main() 216 "times\n", appname); in main() 266 appname); in main() 315 " input_file\n", appname); in usage() 690 fprintf(stderr, "%s: ", appname); in stop() 702 appname, ofilename); in stop() 711 appname, regfilename); in stop() [all …]
|
H A D | aicasm.h | 74 extern char *appname;
|
H A D | aicasm_symbol.c | 573 fprintf(stderr, "%s: %d of %d register definitions used\n", appname, in symtable_dump()
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | asio_server_class.hpp | 7 const char* appname = program_invocation_name; variable 28 std::string fullAppPath = {appname}; in SetUpTestCase()
|