Searched refs:cmdname (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/util/
H A Dhelp.h7 struct cmdname { struct in struct:cmdnames
H A Dhelp.c9 struct cmdname *ent = malloc(sizeof(*ent) + len + 1);
32 struct cmdname *a = *(struct cmdname **)a_;
33 struct cmdname *b = *(struct cmdname **)b_;
256 const struct cmdname *const *c1 = p1, *const *c2 = p2;
296 /* This reuses cmdname->len for similarity index */
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c42 const char *cmdname; variable
428 if (cmdname && strlen(cmdname) == 0) {
433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
568 cmdname = "";
575 cmdname = "open";
578 cmdname = "";
586 while ((cmdname = tdb_getline("tdb> "))) {
588 if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) {
611 cmdname
[all...]
/external/e2fsprogs/debugfs/
H A Ddump.c100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, argument
110 if (debugfs_read_inode(ino, &inode, cmdname))
115 com_err(cmdname, retval, "while opening ext2 file");
121 com_err(cmdname, retval, "while reading ext2 file");
126 com_err(cmdname, errno, "while writing file");
130 com_err(cmdname, retval, "while closing ext2 file");
H A Dlogdump.c331 static void dump_journal(char *cmdname, FILE *out_file, argument
348 retval = read_journal_block(cmdname, source, 0,
377 retval = read_journal_block(cmdname, source, blocknr*blocksize,
400 retval = read_journal_block(cmdname, source,

Completed in 119 milliseconds