Home
last modified time | relevance | path

Searched refs:cmdname (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c42 const char *cmdname; variable
428 if (cmdname && strlen(cmdname) == 0) { in do_command()
433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) { in do_command()
568 cmdname = ""; in main()
575 cmdname = "open"; in main()
578 cmdname = ""; in main()
586 while ((cmdname = tdb_getline("tdb> "))) { in main()
588 if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) { in main()
611 cmdname = argv[2]; in main()
/external/e2fsprogs/debugfs/
Ddump.c100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, in dump_file() argument
110 if (debugfs_read_inode(ino, &inode, cmdname)) in dump_file()
115 com_err(cmdname, retval, "while opening ext2 file"); in dump_file()
121 com_err(cmdname, retval, "while reading ext2 file"); in dump_file()
126 com_err(cmdname, errno, "while writing file"); in dump_file()
130 com_err(cmdname, retval, "while closing ext2 file"); in dump_file()
Dlogdump.c329 static void dump_journal(char *cmdname, FILE *out_file, in dump_journal() argument
346 retval = read_journal_block(cmdname, source, 0, in dump_journal()
375 retval = read_journal_block(cmdname, source, blocknr*blocksize, in dump_journal()
398 retval = read_journal_block(cmdname, source, in dump_journal()
/external/tesseract/liblept/
Dgplot.c158 gplot->cmdname = stringNew(buf); in gplotCreate()
200 FREE(gplot->cmdname); in gplotDestroy()
358 snprintf(buf, L_BUF_SIZE, "gnuplot %s &", gplot->cmdname); in gplotMakeOutput()
361 "gnuplot -persist -geometry +10+10 %s &", gplot->cmdname); in gplotMakeOutput()
455 if ((fp = fopen(gplot->cmdname, "w")) == NULL) in gplotGenCommandFile()
713 stringReplace(&gplot->cmdname, buf); in gplotRead()
765 fprintf(fp, "Commandfile name: %s\n", gplot->cmdname); in gplotWrite()
Dgplot.h60 char *cmdname; /* command file name */ member
/external/qemu/
Dmonitor.c2389 char *cmdname, size_t nlen) in get_command_name() argument
2405 memcpy(cmdname, pstart, len); in get_command_name()
2406 cmdname[len] = '\0'; in get_command_name()
2420 char cmdname[256]; in monitor_handle_command() local
2442 p = get_command_name(cmdline, cmdname, sizeof(cmdname)); in monitor_handle_command()
2448 if (compare_cmd(cmdname, cmd->name)) in monitor_handle_command()
2453 monitor_printf(mon, "unknown command: '%s'\n", cmdname); in monitor_handle_command()
2491 cmdname); in monitor_handle_command()
2495 cmdname); in monitor_handle_command()
2498 monitor_printf(mon, "%s: string expected\n", cmdname); in monitor_handle_command()
[all …]
/external/tesseract/include/
Dgplot.h60 char *cmdname; /* command file name */ member