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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
help.h 7 struct cmdname { struct in struct:cmdnames
help.c 10 struct cmdname *ent = malloc(sizeof(*ent) + len + 1);
33 struct cmdname *a = *(struct cmdname **)a_;
34 struct cmdname *b = *(struct cmdname **)b_;
251 const struct cmdname *const *c1 = p1, *const *c2 = p2;
291 /* This reuses cmdname->len for similarity index */
  /ndk/sources/host-tools/nawk-20071023/
main.c 41 char *cmdname; /* gets argv[0] for error messages */ variable
62 cmdname = argv[0];
66 cmdname);
145 argv[0] = cmdname; /* put prog name at front of arglist */
lib.c 499 extern char *cmdname, *curfname;
505 fprintf(stderr, "%s: ", cmdname);
554 extern char *cmdname;
558 fprintf(stderr, "%s: ", cmdname);
570 extern char *cmdname;
574 fprintf(stderr, "%s: ", cmdname);
  /system/core/netcfg/
netcfg.c 155 char *cmdname = argv[0]; local
160 fprintf(stderr, "not enough arguments for '%s'\n", cmdname);
165 fprintf(stderr, "action '%s' failed (%s)\n", cmdname, strerror(errno));
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 42 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 = argv[2]
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 102 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd,
112 if (debugfs_read_inode(ino, &inode, cmdname))
117 com_err(cmdname, retval, "while opening ext2 file");
122 com_err(cmdname, retval, "while allocating memory");
128 com_err(cmdname, retval, "while reading ext2 file");
133 com_err(cmdname, errno, "while writing file");
139 com_err(cmdname, retval, "while closing ext2 file");
logdump.c 332 static void dump_journal(char *cmdname, FILE *out_file,
349 retval = read_journal_block(cmdname, source, 0,
378 retval = read_journal_block(cmdname, source, blocknr*blocksize,
401 retval = read_journal_block(cmdname, source,
  /ndk/sources/host-tools/make-3.81/
read.c 1432 char *cmdname; local
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 450 milliseconds