Home
last modified time | relevance | path

Searched refs:commandname (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/libevent/test/
H A Dtinytest.c84 static char commandname[MAX_PATH+1]; variable
148 commandname, verbosity_flag, group->prefix, testcase->name); in testcase_run_forked_()
154 ok = CreateProcessA(commandname, buffer, NULL, NULL, 0, in testcase_run_forked_()
390 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension);
391 commandname[MAX_PATH]='\0';
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c84 static char commandname[MAX_PATH+1]; variable
148 commandname, verbosity_flag, group->prefix, testcase->name); in testcase_run_forked_()
154 ok = CreateProcessA(commandname, buffer, NULL, NULL, 0, in testcase_run_forked_()
390 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension);
391 commandname[MAX_PATH]='\0';
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h73 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(…
81 extern char *commandname;
/freebsd-12.1/bin/sh/
H A Derror.c132 if (commandname) in vwarning()
133 outfmt(out2, "%s: ", commandname); in vwarning()
H A Deval.h36 extern char *commandname; /* currently executing command */
H A Deval.c83 char *commandname; variable
1083 savecmdname = commandname; in evalcommand()
1108 commandname = argv[0]; in evalcommand()
1127 commandname = savecmdname; in evalcommand()
H A Dmain.c336 commandname = fullname; in dotcmd()
H A Doptions.c116 commandname = arg0 = scriptname; in procargs()
H A Dparser.c1925 if (commandname) in synerror()
1926 outfmt(out2, "%s: %d: ", commandname, startlinno); in synerror()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.texinfo13499 @item define @var{commandname}
13500 Define a command named @var{commandname}. If there is already a command
13526 @item document @var{commandname}
13527 Document the user-defined command @var{commandname}, so that it can be
13528 accessed by @code{help}. The command @var{commandname} must already be
13532 @var{commandname} displays the documentation you have written.
13545 @itemx show user @var{commandname}
13546 Display the @value{GDBN} commands used to define @var{commandname} (but
13547 not its documentation). If no @var{commandname} is given, display the