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

/macosx-10.9.5/security_systemkeychain-55191.2/Gatekeeper/
H A DAuthority.h13 @property (strong) NSString *remarks; variable
/macosx-10.9.5/smb-697.95.1/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.9.5/Security-55471.14.18/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.h117 void addFeature(const char *feature, const char *value, const char *remarks);
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)"
H A Dpolicyengine.cpp122 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
139 // const char *remarks = query[8];
254 " AND CASE WHEN filter_unsigned IS NULL THEN remarks = :remarks ELSE filter_unsigned = :screen END");
258 query.bind(":remarks") = cfString(path);
710 string remarks; local
723 remarks = cfString(rem);
729 "INSERT INTO authority (type, allow, requirement, priority, label, expires, filter_unsigned, remarks, flags)"
730 " VALUES (:type, :allow, :requirement, :priority, :label, :expires, :filter_unsigned, :remarks, :flags);");
739 if (!remarks
797 const char *remarks = query[6]; local
[all...]
/macosx-10.9.5/Security-55471.14.18/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.h117 void addFeature(const char *feature, const char *value, const char *remarks);
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)"
H A Dpolicyengine.cpp122 "SELECT allow, requirement, id, label, expires, flags, disabled, filter_unsigned, remarks FROM scan_authority"
139 // const char *remarks = query[8];
254 " AND CASE WHEN filter_unsigned IS NULL THEN remarks = :remarks ELSE filter_unsigned = :screen END");
258 query.bind(":remarks") = cfString(path);
710 string remarks; local
723 remarks = cfString(rem);
729 "INSERT INTO authority (type, allow, requirement, priority, label, expires, filter_unsigned, remarks, flags)"
730 " VALUES (:type, :allow, :requirement, :priority, :label, :expires, :filter_unsigned, :remarks, :flags);");
739 if (!remarks
797 const char *remarks = query[6]; local
[all...]
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dspctl.cpp79 const char *remarks; variable
172 { "remarks", required_argument, NULL, optRemarks },
278 remarks = optarg;
525 if (remarks)
526 CFDictionaryAddValue(context, kSecAssessmentUpdateKeyRemarks, CFTempString(remarks));
594 if (CFStringRef remarks = rule.get<CFStringRef>(kSecAssessmentRuleKeyRemarks))
595 printf(" [%s]", cfString(remarks).c_str());
/macosx-10.9.5/vim-53/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.9.5/vim-53/runtime/lang/
H A Dmenu_hu_hu.utf-8.vim7 " remarks.

Completed in 206 milliseconds