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

/macosx-10.10/security_systemkeychain-55202/Gatekeeper/
H A DAuthority.h13 @property (strong) NSString *remarks; variable
/macosx-10.10/smb-759.0/rpcwrappers/
H A Dnetshareenum.cpp310 unsigned char *remarks = (unsigned char *)rBuffer + shareInfo1->shi1_remark; local
316 if ((remarks < endBuffer) && *remarks) {
317 size_t maxlen = endBuffer - remarks;
319 maxlen = smb_strnlen((const char *)remarks, maxlen);
320 remarks[maxlen] = 0;
321 comments = convertToStringRef(remarks, maxlen, FALSE);
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dsyspolicy.sql45 remarks TEXT NULL -- optional remarks string
74 remarks TEXT NULL -- optional remarks string
114 INSERT INTO feature (name, value, remarks)
116 INSERT INTO feature (name, value, remarks)
118 INSERT INTO feature (name, value, remarks)
174 remarks TEXT NULL -- optional remarks string
202 object.remarks
[all...]
H A Dpolicydb.h118 void addFeature(const char *feature, const char *value, const char *remarks);
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
143 // const char *remarks = query[8];
258 " AND CASE WHEN filter_unsigned IS NULL THEN remarks = :remarks ELSE filter_unsigned = :screen END");
262 query.bind(":remarks") = cfString(path);
723 string remarks; local
736 remarks = cfString(rem);
742 "INSERT INTO authority (type, allow, requirement, priority, label, expires, filter_unsigned, remarks, flags)"
743 " VALUES (:type, :allow, :requirement, :priority, :label, :expires, :filter_unsigned, :remarks, :flags);");
752 if (!remarks
810 const char *remarks = query[6]; local
[all...]
H A Dpolicydb.cpp211 void PolicyDatabase::addFeature(const char *name, const char *value, const char *remarks) argument
213 SQLite::Statement feature(*this, "INSERT OR REPLACE INTO feature (name,value,remarks) VALUES(:name, :value, :remarks)");
216 feature.bind(":remarks") = remarks;
337 SQLite::Statement insert(*this, "INSERT INTO authority (type, allow, requirement, label, filter_unsigned, flags, remarks)"
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dsyspolicy.sql45 remarks TEXT NULL -- optional remarks string
74 remarks TEXT NULL -- optional remarks string
114 INSERT INTO feature (name, value, remarks)
116 INSERT INTO feature (name, value, remarks)
118 INSERT INTO feature (name, value, remarks)
174 remarks TEXT NULL -- optional remarks string
202 object.remarks
[all...]
H A Dpolicydb.h118 void addFeature(const char *feature, const char *value, const char *remarks);
H A Dpolicyengine.cpp126 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
143 // const char *remarks = query[8];
258 " AND CASE WHEN filter_unsigned IS NULL THEN remarks = :remarks ELSE filter_unsigned = :screen END");
262 query.bind(":remarks") = cfString(path);
723 string remarks; local
736 remarks = cfString(rem);
742 "INSERT INTO authority (type, allow, requirement, priority, label, expires, filter_unsigned, remarks, flags)"
743 " VALUES (:type, :allow, :requirement, :priority, :label, :expires, :filter_unsigned, :remarks, :flags);");
752 if (!remarks
810 const char *remarks = query[6]; local
[all...]
H A Dpolicydb.cpp211 void PolicyDatabase::addFeature(const char *name, const char *value, const char *remarks) argument
213 SQLite::Statement feature(*this, "INSERT OR REPLACE INTO feature (name,value,remarks) VALUES(:name, :value, :remarks)");
216 feature.bind(":remarks") = remarks;
337 SQLite::Statement insert(*this, "INSERT INTO authority (type, allow, requirement, label, filter_unsigned, flags, remarks)"
/macosx-10.10/security_systemkeychain-55202/src/
H A Dspctl.cpp79 const char *remarks; variable
172 { "remarks", required_argument, NULL, optRemarks },
278 remarks = optarg;
539 if (remarks)
540 CFDictionaryAddValue(context, kSecAssessmentUpdateKeyRemarks, CFTempString(remarks));
608 if (CFStringRef remarks = rule.get<CFStringRef>(kSecAssessmentRuleKeyRemarks))
609 printf(" [%s]", cfString(remarks).c_str());
/macosx-10.10/vim-55/runtime/syntax/
H A Dcs.vim73 syn keyword csXmlTag contained ThreadingSafetyStatement Docs devdoc example overload remarks returns summary
H A Ddoxygen.vim226 syn keyword doxygenOther contained arg author date deprecated li return returns see invariant note post pre remarks since test nextgroup=doxygenSpecialMultilineDesc
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_hu_hu.utf-8.vim7 " remarks.

Completed in 232 milliseconds