HomeSort by relevance Sort by last modified time
    Searched refs:postexec (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/hdt/
hdt.c 88 if (strlen(hardware.postexec)>0) {
89 more_printf("Executing postexec instructions : %s\n",hardware.postexec);
90 runsyslinuxcmd(hardware.postexec);
hdt-common.c 123 } else if (!strncmp(argv[i], "postexec=", 9)) {
124 /* The postexec= parameter is separated in several argv[]
128 * i.e postexec='linux memtest.bin'
133 strcpy(hardware->postexec, argument);
139 strcat(hardware->postexec, " ");
140 strcat(hardware->postexec, argument);
143 hardware->postexec[strlen(hardware->postexec) - 1] = 0;
239 memset(hardware->postexec, 0, sizeof hardware->postexec);
    [all...]

Completed in 86 milliseconds