HomeSort by relevance Sort by last modified time
    Searched defs:find_command (Results 1 - 3 of 3) sorted by null

  /external/grub/stage2/
cmdline.c 62 find_command (char *command) function
151 builtin = find_command (heap);
232 builtin = find_command (heap);
  /system/core/sh/
exec.c 115 * have to change the find_command routine as well.
362 find_command(name, &entry, DO_ERR, pathval());
427 find_command(char *name, struct cmdentry *entry, int act, const char *path) function
1002 find_command(arg, &entry, DO_ABS, pathval());
  /external/qemu/android/
console.c 356 find_command( char* input, CommandDef commands, char* *pend, char* *pargs ) function
428 CommandDef cmd = find_command( line, commands, &cmdend, &args );
461 subcmd = find_command( line, commands, &cmdend, &args );
495 subcmd = find_command( line, cmd, &end, &args );
    [all...]

Completed in 543 milliseconds