HomeSort by relevance Sort by last modified time
    Searched full:ecmd (Results 1 - 14 of 14) sorted by null

  /external/syslinux/bios/com32/cmenu/
test.c 340 char *ecmd; // effective exit command or onerrorcmd local
453 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
454 gencommand(curr,ecmd);
456 runsyslinuximage(ecmd,temp);
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
460 free(ecmd); ecmd = NULL;
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 340 char *ecmd; // effective exit command or onerrorcmd local
510 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
511 gencommand(curr,ecmd);
513 runsyslinuximage(ecmd,temp);
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
517 free(ecmd); ecmd = NULL;
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
523 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /external/syslinux/com32/cmenu/
adv_menu.tpl 360 char *ecmd; // effective exit command or onerrorcmd
440 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
441 gencommand(curr,ecmd);
443 runsyslinuximage(ecmd,temp);
445 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
447 free(ecmd); ecmd = NULL;
452 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
453 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /external/syslinux/efi32/com32/cmenu/
test.c 340 char *ecmd; // effective exit command or onerrorcmd local
453 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
454 gencommand(curr,ecmd);
456 runsyslinuximage(ecmd,temp);
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
460 free(ecmd); ecmd = NULL;
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 340 char *ecmd; // effective exit command or onerrorcmd local
510 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
511 gencommand(curr,ecmd);
513 runsyslinuximage(ecmd,temp);
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
517 free(ecmd); ecmd = NULL;
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
523 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /external/syslinux/efi64/com32/cmenu/
test.c 340 char *ecmd; // effective exit command or onerrorcmd local
453 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
454 gencommand(curr,ecmd);
456 runsyslinuximage(ecmd,temp);
458 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
460 free(ecmd); ecmd = NULL;
465 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
466 dotrv = execdotcmd(ecmd,".repeat",NULL);
test2.c 340 char *ecmd; // effective exit command or onerrorcmd local
510 ecmd = (char *)malloc(sizeof(char)*MAX_CMD_LINE_LENGTH);
511 gencommand(curr,ecmd);
513 runsyslinuximage(ecmd,temp);
515 dotrv = execdotcmd(onerrcmd,".quit",ecmd); // pass bad cmdline as arg
517 free(ecmd); ecmd = NULL;
522 ecmd = ( isallowed(username,"root") ? exitcmdroot : exitcmd);
523 dotrv = execdotcmd(ecmd,".repeat",NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
timeprov.h 104 HRESULT WINAPI TimeProvCommand(TimeProvHandle hTimeProv,TimeProvCmd eCmd,TimeProvArgs pvArgs);
  /external/deqp/scripts/khr_util/
registry.py 330 eCmd = registry.commands[commandName]
331 eProto = eCmd.find('proto')
333 Command, eCmd,
334 name=eCmd.findtext('proto/name'),
339 alias=extractAlias(eCmd),
340 params=NameIndex(map(parseParam, eCmd.findall('param'))))
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 521 enum eCmd
1145 enum eCmd
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.c 552 PRINT_BIT_FIELD (Eax, ECMD);
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
Cpuid.h     [all...]

Completed in 572 milliseconds