Lines Matching refs:old_args
8583 char *old_args; local
8599 new_arg = old_args = space = NULL;
8646 space = old_args = kernelp->arg + old_kernel_len;
8647 while ((*old_args == ' ') || (*old_args == '\t'))
8648 old_args++;
8659 if (old_args[0] != '\0') {
8660 (void) strlcpy(buf, old_args, bufsize);
8700 ((old_args == NULL) || (old_args[0] == '\0'))) ||
8721 strlen(old_args) + 2;
8724 DIRECT_BOOT_KERNEL, old_args);
8870 new_str_len = strlen(new_path) + strlen(old_args) + 2;
8873 old_args);