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

  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 43 const char *cmdname; variable
429 if (cmdname && strlen(cmdname) == 0) {
434 if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
569 cmdname = "";
576 cmdname = "open";
579 cmdname = "";
587 while ((cmdname = tdb_getline("tdb> "))) {
589 if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) {
612 cmdname = argv[2]
    [all...]
  /external/e2fsprogs/debugfs/
dump.c 100 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd,
110 if (debugfs_read_inode(ino, &inode, cmdname))
115 com_err(cmdname, retval, "while opening ext2 file");
120 com_err(cmdname, retval, "while allocating memory");
126 com_err(cmdname, retval, "while reading ext2 file");
131 com_err(cmdname, errno, "while writing file");
137 com_err(cmdname, retval, "while closing ext2 file");
quota.c 54 static int parse_quota_type(const char *cmdname, const char *str)
84 com_err(cmdname, retval,
logdump.c 338 static void dump_journal(char *cmdname, FILE *out_file,
353 retval = read_journal_block(cmdname, source, 0, buf, 2048);
380 retval = read_journal_block(cmdname, source,
408 retval = read_journal_block(cmdname, source,
  /external/vulkan-validation-layers/
unique_objects_generator.py     [all...]
  /kernel/tests/net/test/
xfrm.py 230 cmdname = self._GetConstantName(command, "XFRM_MSG_")
232 print "%s %s" % (cmdname, str(self._ParseNLMsg(data, struct_type)))
234 print "%s" % cmdname
  /external/toybox/toys/pending/
modprobe.c 57 char *cmdname, *name, *depent, *opts; member in struct:module_s
285 static int depmode_read_entry(char *cmdname)
300 if (!cmdname || !fnmatch(cmdname, name, 0)) {
405 mod->cmdname = name;
  /bootable/recovery/updater/
blockimg.cpp 432 const char* cmdname; member in struct:CommandParameters
694 << " when executing command: " << params.cmdname;
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 4232 const char *cmdname; local
    [all...]
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 449 milliseconds