Searched refs:cmd_string (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/init/
H A Dinit.c1000 char cmd_string[MAXCMDL]; local
1018 while (getcmd(&cmd, &cmd_string[0]) == TRUE) {
1185 process_startd_line(struct CMD_LINE *cmd, char *cmd_string) argument
1192 (void) strlcpy(startd_cline, cmd_string, sizeof (startd_cline));
1199 sz = strlcpy(startd_cline, cmd_string, sizeof (startd_cline));
1219 char cmd_string[MAXCMDL]; local
1238 while ((status = getcmd(&cmd, &cmd_string[0])) == TRUE) {
1240 process_startd_line(&cmd, cmd_string);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c240 char *cmd_string);
1173 * If cmd_string is non-null, argc and argv are ignored, and cmd_string is
1180 args_to_rtcmd(rtcmd_irep_t *rcip, char **argv, char *cmd_string) argument
1183 char *tok = cmd_string;
1193 if (cmd_string == NULL) {
1196 tok = strtok(cmd_string, ws);
1223 ((tok = (cmd_string == NULL ? *++argv : strtok(NULL, ws))) != NULL)

Completed in 198 milliseconds