Searched refs:PROG_NAME (Results 1 – 11 of 11) sorted by relevance
| /src/contrib/wireguard-tools/ |
| H A D | pubkey.c | 21 fprintf(stderr, "Usage: %s %s\n", PROG_NAME, argv[0]); in pubkey_main() 27 fprintf(stderr, "%s: Key is not the correct length or format\n", PROG_NAME); in pubkey_main() 38 fprintf(stderr, "%s: Trailing characters found after key\n", PROG_NAME); in pubkey_main() 43 fprintf(stderr, "%s: Key is not the correct length or format\n", PROG_NAME); in pubkey_main()
|
| H A D | wg.c | 13 const char *PROG_NAME; variable 33 fprintf(file, "Usage: %s <cmd> [<args>]\n\n", PROG_NAME); in show_usage() 42 PROG_NAME = argv[0]; in main()
|
| H A D | subcommands.h | 9 extern const char *PROG_NAME;
|
| H A D | set.c | 21 …al seconds>] [allowed-ips [+|-]<ip1>/<cidr1>[,[+|-]<ip2>/<cidr2>]...] ]...\n", PROG_NAME, argv[0]); in set_main()
|
| H A D | genkey.c | 82 fprintf(stderr, "Usage: %s %s\n", PROG_NAME, argv[0]); in genkey_main()
|
| H A D | showconf.c | 31 fprintf(stderr, "Usage: %s %s <interface>\n", PROG_NAME, argv[0]); in showconf_main()
|
| H A D | setconf.c | 111 fprintf(stderr, "Usage: %s %s <interface> <configuration filename>\n", PROG_NAME, argv[0]); in setconf_main()
|
| H A D | show.c | 205 …wed-ips | latest-handshakes | transfer | persistent-keepalive | dump]\n", PROG_NAME, COMMAND_NAME); in show_usage()
|
| /src/contrib/bmake/mk/ |
| H A D | prog.mk | 201 ${PROG} ${DESTDIR}${BINDIR}/${PROG_NAME} 258 .if ${PROG_NAME:U${PROG}} != ${PROG} 260 STAGE_AS_${PROG} = ${PROG_NAME}
|
| /src/contrib/bmake/ |
| H A D | Makefile | 131 PROG_NAME = ${PROG}-${_MAKE_VERSION} macro 133 SYMLINKS += ${PROG_NAME} ${BINDIR}/${PROG}
|
| H A D | ChangeLog | 3221 * Makefile (PROG_NAME): use ${_MAKE_VERSION}
|