Home | History | Annotate | Download | only in reboot

Lines Matching defs:bootstr

76 	char *bootstr, **av;
129 bootstr = malloc(len + 1);
130 *bootstr = '\0'; /* for first strcat */
132 strcat(bootstr, *av);
133 strcat(bootstr, " ");
135 bootstr[len - 1] = '\0'; /* to kill last space */
138 bootstr = NULL;
144 reboot(howto, bootstr);
161 if (bootstr)
163 bootstr);
240 reboot(howto, bootstr);