Home | History | Annotate | Download | only in nfacct

Lines Matching refs:VERSION

11  * by the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
38 #define VERSION "1.0.1"
77 fprintf(stderr, "nfacct v%s: %s\n", VERSION, msg);
80 VERSION, msg, strerror(errno));
103 else if (strncmp(argv[1], "version", strlen(argv[1])) == 0)
111 VERSION, argv[1]);
562 printf(version_msg, VERSION);
577 " version\t\tDisplay version and disclaimer\n"
582 printf(help_msg, VERSION, argv[0]);