Searched refs:prog_name (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibdiag_common.c | 79 static const char *prog_name; variable 151 prog_name, file, orig_buf); in read_ibdiag_config() 189 fprintf(stderr, "\nUsage: %s [options] %s\n\n", prog_name, in ibdiag_show_usage() 214 fprintf(stderr, " %s %s\n", prog_name, *p); in ibdiag_show_usage() 235 fprintf(stderr, "%s %s\n", prog_name, get_build_version()); in process_opt() 392 prog_name = argv[0]; in ibdiag_process_opts() 438 prog_name ? prog_name : "", getpid(), fn, buf); in ibexit() 441 prog_name ? prog_name : "", buf); in ibexit()
|
/freebsd/crypto/libecc/src/tests/ |
H A D | ec_utils.c | 1577 static void print_help(const char *prog_name) in print_help() argument 1579 printf("%s expects at least one argument\n", prog_name ? prog_name : "NULL"); in print_help()
|