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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c9497 char *old_args; local
9513 new_arg = old_args = space = NULL;
9564 space = old_args = kernelp->arg + old_kernel_len;
9565 while ((*old_args == ' ') || (*old_args == '\t'))
9566 old_args++;
9578 if (old_args[0] != '\0') {
9579 (void) strlcpy(buf, old_args, bufsize);
9622 ((old_args == NULL) || (old_args[
[all...]

Completed in 77 milliseconds