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

/haiku/src/bin/
H A Dsetmime.cpp96 const char* kAttribute = "-attribute"; variable
162 { kAttribute, CmdOption::kAttrRoot, true, true },
334 const char* value = UserArgValue(args, kAttribute);
398 cout << " \\" << endl << "\t" << kAttribute << " \"" << fName << "\" "
644 name, kAttribute);
1057 TUserArgsI attrArgs = userAttr->find(hash_function(kAttribute));
1059 throw Error("internal error: %s arg not found", kAttribute);

Completed in 30 milliseconds