Searched refs:record (Results 51 - 75 of 518) sorted by relevance

1234567891011>>

/macosx-10.10/postfix-255/postfix/src/global/
H A Drec2stream.c5 /* convert record stream to stream-lf format
9 /* rec2stream reads a record stream from standard input and
35 #include <record.h>
H A Dstream2rec.c5 /* convert stream-lf data to record format
10 /* them to standard output in record form.
35 #include <record.h>
/macosx-10.10/shell_cmds-179/id/
H A Dopen_directory.h12 CFStringRef CopyAttrFromRecord(ODRecordRef record, CFStringRef attribute);
13 int GetIntAttrFromRecord(ODRecordRef record, CFStringRef attribute, int *output);
H A Dopen_directory.c31 ODRecordRef record = NULL; local
44 record = (ODRecordRef)CFArrayGetValueAtIndex(results, 0);
45 CFRetain(record);
57 return record;
97 CopyAttrFromRecord(ODRecordRef record, CFStringRef attribute) argument
100 CFArrayRef values = ODRecordCopyValues(record, attribute, &error);
115 GetIntAttrFromRecord(ODRecordRef record, CFStringRef attribute, int *output) argument
118 CFStringRef str = CopyAttrFromRecord(record, attribute);
130 GetUIDFromRecord(ODRecordRef record) argument
134 GetIntAttrFromRecord(record, CFST
140 GetGIDFromRecord(ODRecordRef record) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDDLSession.cpp199 RecordHandle record; local
200 record = mClientSession.insertRecord(ClientSession::toIPCHandle(inDbHandle),
204 outUniqueId = makeDbUniqueRecord(record);
211 RecordHandle record = ClientSession::toIPCHandle(findDbUniqueRecord(inUniqueRecordIdentifier)); local
212 mClientSession.deleteRecord(ClientSession::toIPCHandle(inDbHandle), record); local
224 RecordHandle record = ClientSession::toIPCHandle(findDbUniqueRecord(inoutUniqueRecordIdentifier)); local
225 mClientSession.modifyRecord(ClientSession::toIPCHandle(inDbHandle), record, inRecordType, local
228 //@@@ make a (new) unique record out of possibly modified "record"...
232 SDDLSession::postGetRecord(RecordHandle record, U32HandleObjec argument
303 RecordHandle record; local
339 RecordHandle record; local
379 RecordHandle record = ClientSession::toIPCHandle(findDbUniqueRecord(inUniqueRecord)); local
390 RecordHandle record = ClientSession::toIPCHandle(findDbUniqueRecord(inUniqueRecordIdentifier)); local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/regressions/
H A Dssl-51-state.c55 tls_buffer record; member in struct:RecQueueItem
62 tls_record_t record; member in struct:__anon5019
131 size_t avail = item->record.length - item->offset;
136 memcpy(data, item->record.data+item->offset, *length);
139 memcpy(data, item->record.data+item->offset, avail);
142 tls_buffer_free(&item->record);
152 static int process(tls_stream_parser_ctx_t ctx, tls_buffer record) argument
159 test_printf("%s: %p processing %zd bytes\n", __FUNCTION__, ctx, record.length);
162 decrypted.length = tls_record_decrypted_size(h->record, record
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c138 static char *toprec; /* Additional record specified by cgetset() */
166 * Cgetcap searches the capability record buf for the capability cap with type
220 * Cgetent extracts the capability record name from the NULL terminated file
228 * TC_NOT_FOUND if the requested record couldn't be found
248 * pointer to a malloc'd capability record with all tc= capabilities fully
259 #define DOALLOC(size) typeRealloc(char, size, record)
274 char *record = 0; local
287 * Check if we have a top record from cgetset().
290 if ((record = DOALLOC(topreclen + BFRAG)) == 0) {
294 (void) strcpy(record, topre
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DOverviewTimelineView.css60 .timeline-view.overview > .data-grid td.graph-column .timeline-record-bar {
64 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
68 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
72 .timeline-view.overview > .data-grid:focus tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar:not(.has-inactive-segment) > .segment {
76 .timeline-view.overview > .data-grid tr.parent:not(.expanded) td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
80 .timeline-view.overview > .data-grid tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
84 .timeline-view.overview > .data-grid:focus tr.parent:not(.expanded).selected td.graph-column .timeline-record-bar.has-inactive-segment > .segment:not(.inactive) {
H A DTimelineIcons.css74 .style-record .icon {
78 .layout-record .icon {
82 .paint-record .icon {
86 .evaluated-record .icon {
90 .event-record .icon {
94 .probe-record .icon {
98 .console-profile-record .icon {
102 .timer-record .icon {
106 .animation-record .icon {
H A DSourceCodeTimelineTreeElement.js43 record: undefined,
H A DResourceTimelineDataGridNodePathComponent.js27 var resource = resourceTimelineDataGridNode.record.resource;
H A DSourceCodeTimelineTimelineDataGridNode.js61 if (this.isRecordVisible(event.data.record))
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Deudcb-ph.el90 (let (record
105 (setq record nil
112 ;; whole record (see `eudc-strict-return-matches')
129 (setq record (cons (cons key value) record)) ; New key
130 (setcdr (car record) (if (listp (eudc-cdar record))
131 (append (eudc-cdar record) (list value))
132 (list (eudc-cdar record) value))))))))
136 (setq record (nrevers
[all...]
H A Deudcb-bbdb.el74 (defun eudc-bbdb-filter-non-matching-record (record)
88 (eval (list (intern (concat "bbdb-record-"
90 'record)))
104 record)))
106 (defun eudc-bbdb-extract-phones (record)
115 (bbdb-record-phones record)))
117 (defun eudc-bbdb-extract-addresses (record)
137 (bbdb-record
[all...]
H A Deudcb-ldap.el79 (defun eudc-ldap-cleanup-record-simple (record)
88 record))
93 ;; Cleanup a LDAP record to make it suitable for EUDC:
94 ;; Make the record a cons-cell instead of a list if it is single-valued
96 (defun eudc-ldap-cleanup-record-filtering-addresses (record)
108 record))
124 (mapcar 'eudc-ldap-cleanup-record-filtering-addresses result))
125 (setq result (mapcar 'eudc-ldap-cleanup-record
[all...]
/macosx-10.10/ntp-92/libntp/
H A Daudio.c308 /* Grab the device and record masks */
344 info.record.buffer_size = bufsiz;
445 info.record.encoding = AUDIO_ENCODING_ULAW;
446 info.record.error = 0;
447 info.record.gain = gain;
451 o_port = info.record.port = port;
457 rval = info.record.error;
488 info.record.sample_rate, info.record.channels,
489 info.record
[all...]
/macosx-10.10/BerkeleyDB-21/db/examples_c/csv/
H A DDbRecord.c54 * Read a specific record from the database.
65 * This code assumes a record number (typed as u_int32_t) is the same
71 * Retrieve the requested record from the primary database. Have
75 * We have the Berkeley DB library allocate memory for the record,
78 * record, rather than allocating structure local memory to hold them
79 * and copying them out of the record.
128 /* Set up the record references. */
132 recordp->record = (u_int8_t *)data->data + skip;
167 *((u_char **)addr) = recordp->record + recordp->offset[field];
168 recordp->record[record
250 DbRecord record; local
324 DbRecord record; local
[all...]
/macosx-10.10/dtrace-147/test/tst/common/offsetof/
H A Dtst.OffsetofAlias.d40 typedef struct record {
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Doggstream.tcl33 s record
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DPairPositioningSubtables.cpp138 const PairValueRecord *record = records; local
141 if (SWAPW(record->secondGlyph) == glyphID) {
142 return record;
145 record = (const PairValueRecord *) ((char *) record + recordSize);
152 const PairValueRecord *record = records;
153 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra);
156 record = trial;
161 trial = (const PairValueRecord *) ((char *) record + probe);
164 record
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregrexec.c25 * posix regex record executor
26 * multiple record sized-buffer interface
36 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, regmatch_t* match, regflags_t flags, int sep, void* handle, regrecord_t record) argument
119 if (n = (*record)(handle, (char*)beg, x - beg))
124 else if (n = (*record)(handle, (char*)l, r - l))
128 n = (inv && (++r - buf) < len) ? (*record)(handle, (char*)r, (buf + len) - r): 0;
161 regrexec(const regex_t* p, const char* s, size_t len, size_t nmatch, oldregmatch_t* oldmatch, regflags_t flags, int sep, void* handle, regrecord_t record) argument
171 if (!(r = regrexec_20120528(p, s, len, nmatch, match, flags, sep, handle, record)))
180 return regrexec_20120528(p, s, len, 0, NiL, flags, sep, handle, record);
/macosx-10.10/cups-408/cups/cups/
H A Dtestfile.c260 record, /* Current record */ local
312 for (record = 0; record < 256; record ++)
314 memset(buffer, record, sizeof(buffer));
319 if (record < 256)
321 printf("FAIL (%d: %s)\n", record, strerror(errno));
368 for (num_records = (pass + 1) * 256, count = (pass + 1) * 256, record = ((int)CUPS_RAND() & 65535) % num_records;
370 count --, record
[all...]
/macosx-10.10/CPANInternal-159.1/Pod-ProjectDocs-0.40/lib/Pod/ProjectDocs/
H A DIndexPage.pm67 var record = manager.records[i];
68 if ( record.name.match(regexp) ) {
74 html += get_record_html(record, module_name, seq);
80 function get_record_html (record, name, i) {
85 + record.path
88 + record.title
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/dbVerifyKey/
H A DdbVerifyKey.cpp41 sprintf(unk, "**Unknown record type %u\n", (unsigned)recordType);
47 * Search for specified record type; verify there is exactly one or zero
59 CSSM_DB_UNIQUE_RECORD_PTR record = NULL; local
83 &record);
89 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
120 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
127 &record);
129 printf("***More than 1 record of type %s found\n",
132 CSSM_DL_FreeUniqueRecord(dlDbHand, record);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.cpp131 // Walk the region stack, and record each region we see.
289 ScriptSampleRecord* record = m_scopeSampleMap->get(codeBlock->ownerExecutable()); local
290 ASSERT(record);
291 record->sample(codeBlock, sample.vPC());
423 ScriptSampleRecord* record = codeBlockSamples[i]; local
424 CodeBlock* codeBlock = record->m_codeBlock;
426 double blockPercent = (record->m_sampleCount * 100.0) / m_sampleCount;
430 dataLogF("#%d: %s:%d: %d / %lld (%.3f%%)\n", i + 1, record->m_executable->sourceURL().utf8().data(), codeBlock->lineNumberForBytecodeOffset(0), record->m_sampleCount, m_sampleCount, blockPercent);
436 for (unsigned op = 0; op < record
[all...]

Completed in 230 milliseconds

1234567891011>>