Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c835 char defaultShell[1024]; /* command executed if none given */ local
862 defaultShell, defaultDir, rst))
1179 defaultShell,
1202 defaultShell,
1212 defaultShell,
1254 args[0] = defaultShell;
1257 execvp(defaultShell, args);
1259 fprintf(stderr, "rexd: can't exec shell %s\n", defaultShell);