Searched refs:progname (Results 76 - 100 of 284) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dtp_main.c53 static const char *progname = NULL; variable
119 fprintf(stderr, "%s: ERROR: %s\n", progname, buf);
123 progname);
130 fprintf(stderr, "%s: WARNING: %s\n", progname, message);
458 err = atf_fs_path_append_fmt(&exe, "%s", progname);
591 progname = strrchr(argv[0], '/');
592 if (progname == NULL)
593 progname = argv[0];
595 progname++;
600 if (strncmp(progname, "l
[all...]
/freebsd-11-stable/sbin/md5/
H A Dmd5.c70 const char *progname; member in struct:Algorithm_t
162 const char* progname; local
164 if ((progname = strrchr(argv[0], '/')) == NULL)
165 progname = argv[0];
167 progname++;
170 if (strcasecmp(Algorithm[digest].progname, progname) == 0)
475 fprintf(stderr, "usage: %s [-pqrtx] [-c string] [-s string] [files ...]\n", alg->progname);
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dgmon-sol2.c181 char *progname; local
193 progname=strrchr(___Argv[0], '/');
194 if (progname == NULL)
195 progname=___Argv[0];
197 progname++;
199 sprintf(buf, "%s/%ld.%s", profdir, (long) getpid(), progname);
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfsyncd.c65 usage(progname)
66 char *progname;
70 progname);
91 char *progname; local
94 progname = strrchr(argv[0], '/');
95 if (progname) {
96 progname++;
98 progname = argv[0];
128 usage(progname);
168 openlog(progname, LOG_PI
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlua.c105 static const char *progname = LUA_PROGNAME; variable
131 lua_writestringerror("%s: ", progname);
147 progname);
169 l_message(progname, msg);
395 l_message(progname, lua_pushfstring(L, "error calling 'print' (%s)",
407 const char *oldprogname = progname;
408 progname = NULL; /* no 'progname' on errors in interactive mode */
417 progname = oldprogname;
560 if (argv[0] && argv[0][0]) progname
[all...]
/freebsd-11-stable/usr.sbin/rpcbind/
H A Dsecurity.c168 char *progname; local
199 progname = "";
201 progname = rpc->r_name;
203 snprintf(progname = progbuf, sizeof(progbuf), "%u",
225 fromname, procname, progname, text);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfconvert.c46 const char *progname; variable
61 progname);
164 progname = basename(argv[0]);
/freebsd-11-stable/crypto/openssh/
H A Dlogintest.c65 "progname\t'%s'\n\ttype\t\t%d\n\t"
75 descname, li->progname, li->type,
109 strlcpy(li1->progname, "OpenSSH-logintest", sizeof(li1->progname));
H A Dloginrec.h63 char progname[LINFO_PROGSIZE]; /* name of program (for PAM) */ member in struct:logininfo
/freebsd-11-stable/tools/tools/mwl/mwldebug/
H A Dmwldebug.c50 const char *progname; variable
125 fprintf(stderr, "usage: %s [-i device] [flags]\n", progname);
143 progname = argv[0];
/freebsd-11-stable/tools/tools/ath/athdebug/
H A Dathdebug.c51 const char *progname; variable
139 fprintf(stderr, "usage: %s [-i device] [flags]\n", progname);
160 progname = argv[0];
/freebsd-11-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c44 const char *progname; variable
49 fprintf(stderr, "usage: %s [-i ifname]\n", progname);
179 progname = argv[0];
/freebsd-11-stable/usr.sbin/mailwrapper/
H A Dmailwrapper.c93 const char *progname; local
101 progname = getprogname();
150 if (strcmp(from, progname) == 0) {
/freebsd-11-stable/contrib/ldns/drill/
H A Ddrill.c23 usage(FILE *stream, const char *progname) argument
25 fprintf(stream, " Usage: %s name [@server] [type] [class]\n", progname);
81 version(FILE *stream, const char *progname) argument
83 fprintf(stream, "%s version %s (ldns version %s)\n", progname, DRILL_VERSION, ldns_version());
110 char *progname; local
164 progname = strdup(argv[0]);
192 usage(stdout, progname);
349 version(stdout, progname);
396 version(stdout, progname);
397 usage(stdout, progname);
[all...]
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c84 char *progname; variable
152 progname = strrchr(argv[0], '/');
153 if (progname)
154 progname++;
156 progname = argv[0];
161 printf("%s: version %s.%d\n", progname, VERSION, PATCHLEVEL);
/freebsd-11-stable/contrib/nvi/cl/
H A Dcl_main.c96 term_init(gp->progname, ttype);
101 perr(gp->progname, NULL);
179 gp->progname = name;
196 perr(gp->progname, NULL);
219 tcfail: perr(gp->progname, "tcgetattr");
318 perr(gp->progname, NULL);
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_machine.h164 #define CALL(callname, progname, callmain) \
181 char *argv[] = {progname,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL}; \
/freebsd-11-stable/contrib/gcc/
H A Dgen-protos.c104 progname, start);
140 progname = &argv[0][i];
H A Dgenconditions.c215 progname = "genconditions";
/freebsd-11-stable/contrib/elftoolchain/ar/
H A Dutil.c51 fprintf(stderr, "%s: warning: ", bsdar->progname);
72 fprintf(stderr, "%s: fatal: ", bsdar->progname);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp128 static void display_usage(const char *progname, const char *subcommand) { argument
139 progname, subcommand);
229 const char *const progname, const char *const subcommand,
370 const char *progname = argv[0]; local
474 display_usage(progname, subcommand);
498 display_usage(progname, subcommand);
525 progname, subcommand, named_pipe_path.c_str(),
530 display_usage(progname, subcommand);
226 ConnectToRemote(MainLoop &mainloop, GDBRemoteCommunicationServerLLGS &gdb_server, bool reverse_connect, const char *const host_and_port, const char *const progname, const char *const subcommand, const char *const named_pipe_path, pipe_t unnamed_pipe, int connection_fd) argument
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java45 private String progname; field in class:Getopt
69 progname = programName;
81 if (progname == null) {
124 p.printf(format, progname, (optstr == null ?
/freebsd-11-stable/libexec/bootpd/
H A Dbootpd.h207 extern char *progname;
/freebsd-11-stable/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile12 SRCS+= iftoa.c itoa.c matherr.c progname.c
/freebsd-11-stable/tools/tools/pirtool/
H A Dpirtool.c61 char *progname = NULL; variable
73 progname = basename(argv[0]);
123 fprintf(stderr, "usage: %s [-h]\r\n", progname);
124 fprintf(stderr, "-h\tdisplay this message\r\n", progname);

Completed in 224 milliseconds

1234567891011>>