Searched refs:commandname (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/bin/sh/
H A Deval.h36 extern char *commandname; /* currently executing command */
H A Derror.c67 char *commandname; variable
140 if (commandname)
141 outfmt(out2, "%s: ", commandname);
H A Dmain.c331 commandname = fullname;
H A Deval.c84 char *commandname; variable
1093 savecmdname = commandname;
1118 commandname = argv[0];
1137 commandname = savecmdname;
H A Doptions.c112 commandname = arg0 = scriptname;
/freebsd-10-stable/bin/sh/bltin/
H A Dbltin.h70 #define INITARGS(argv) if ((commandname = argv[0]) == NULL) {fputs("Argc is zero\n", stderr); exit(2);} else
79 extern char *commandname;
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dtinytest.c84 static char commandname[MAX_PATH+1]; variable
148 commandname, verbosity_flag, group->prefix, testcase->name);
154 ok = CreateProcessA(commandname, buffer, NULL, NULL, 0,
390 snprintf(commandname, sizeof(commandname), "%s%s", v[0], extension);
391 commandname[MAX_PATH]='\0';

Completed in 115 milliseconds