Searched refs:shellname (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/pty/
H A Dpty.c163 const char *shellname; local
166 shellname = p;
171 shellname = pwent->pw_shell;
173 shellname = "/bin/sh";
175 v = rb_str_new2(shellname);
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dcommands.c1296 char *shellp, *shellname;
1301 if ((shellname = strrchr(shellp, '/')) == 0)
1302 shellname = shellp;
1304 shellname++;
1306 execl(shellp, shellname, "-c", &saveline[1], NULL);
1308 execl(shellp, shellname, NULL);
1290 char *shellp, *shellname; local
/macosx-10.10.1/remote_cmds-47/telnet.tproj/
H A Dcommands.c1373 const char *shellp, *shellname;
1378 if ((shellname = strrchr(shellp, '/')) == 0)
1379 shellname = shellp;
1381 shellname++;
1383 execl(shellp, shellname, "-c", &saveline[1], (char *)0);
1385 execl(shellp, shellname, (char *)0);
1367 const char *shellp, *shellname; local

Completed in 215 milliseconds