Home
last modified time | relevance | path

Searched refs:PROG_NAME (Results 1 – 11 of 11) sorted by relevance

/src/contrib/wireguard-tools/
H A Dpubkey.c21 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 Dwg.c13 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 Dsubcommands.h9 extern const char *PROG_NAME;
H A Dset.c21 …al seconds>] [allowed-ips [+|-]<ip1>/<cidr1>[,[+|-]<ip2>/<cidr2>]...] ]...\n", PROG_NAME, argv[0]); in set_main()
H A Dgenkey.c82 fprintf(stderr, "Usage: %s %s\n", PROG_NAME, argv[0]); in genkey_main()
H A Dshowconf.c31 fprintf(stderr, "Usage: %s %s <interface>\n", PROG_NAME, argv[0]); in showconf_main()
H A Dsetconf.c111 fprintf(stderr, "Usage: %s %s <interface> <configuration filename>\n", PROG_NAME, argv[0]); in setconf_main()
H A Dshow.c205 …wed-ips | latest-handshakes | transfer | persistent-keepalive | dump]\n", PROG_NAME, COMMAND_NAME); in show_usage()
/src/contrib/bmake/mk/
H A Dprog.mk201 ${PROG} ${DESTDIR}${BINDIR}/${PROG_NAME}
258 .if ${PROG_NAME:U${PROG}} != ${PROG}
260 STAGE_AS_${PROG} = ${PROG_NAME}
/src/contrib/bmake/
H A DMakefile131 PROG_NAME = ${PROG}-${_MAKE_VERSION} macro
133 SYMLINKS += ${PROG_NAME} ${BINDIR}/${PROG}
H A DChangeLog3221 * Makefile (PROG_NAME): use ${_MAKE_VERSION}