Searched refs:shellname (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/usr/src/cmd/make/lib/mksh/ |
| H A D | dosys.cc | 156 register char *shellname; in doshell() local 163 if ((shellname = strrchr(shell->string_mb, (int) slash_char)) == NULL) { in doshell() 164 shellname = shell->string_mb; in doshell() 166 shellname++; in doshell() 179 argv[argv_index++] = shellname; in doshell() 243 register char *shellname; in exec_vp() local 261 shellname = strrchr(shell->string_mb, (int) slash_char); in exec_vp() 262 if (shellname == NULL) { in exec_vp() 263 shellname = shell->string_mb; in exec_vp() 265 shellname++; in exec_vp() [all …]
|
| /titanic_53/usr/src/cmd/pfexec/ |
| H A D | pfexec.c | 59 shellname(const char *name, char buf[MAXPATHLEN]) in shellname() function 126 if (shellname(getexecname(), pathbuf) == RES_OK) in main() 129 switch (shellname(cmd, pathbuf)) { in main()
|
| /titanic_53/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
| H A D | commands.c | 1549 register char *shellp, *shellname; local 1554 if ((shellname = strrchr(shellp, '/')) == 0) 1555 shellname = shellp; 1557 shellname++; 1559 (void) execl(shellp, shellname, "-c", argv[1], 0); 1561 (void) execl(shellp, shellname, 0);
|