Searched refs:entry (Results 151 - 175 of 1629) sorted by relevance

1234567891011>>

/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DVisitedLinkTable.cpp89 LinkHash* entry; local
91 entry = table + i;
94 if (!*entry)
98 if (*entry == linkHash)
106 *entry = linkHash;
121 LinkHash* entry; local
123 entry = table + i;
126 if (!*entry)
129 if (*entry == linkHash)
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_read_large.c45 struct archive_entry *entry; local
54 assert(NULL != (entry = archive_entry_new()));
55 archive_entry_set_size(entry, sizeof(testdata));
56 archive_entry_set_mode(entry, S_IFREG | 0777);
57 archive_entry_set_pathname(entry, "test");
58 assertA(0 == archive_write_header(a, entry));
59 archive_entry_free(entry);
67 assertA(0 == archive_read_next_header(a, &entry));
77 assertA(0 == archive_read_next_header(a, &entry));
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DStoredEntrySet.java56 Map.Entry entry = (Map.Entry) mapEntry; // allow ClassCastException
57 return add(entry.getKey(), entry.getValue());
80 Map.Entry entry = (Map.Entry) mapEntry;
86 cursor.findBoth(entry.getKey(), entry.getValue(), true);
116 Map.Entry entry = (Map.Entry) mapEntry;
121 cursor.findBoth(entry.getKey(), entry.getValue(), false);
137 Map.Entry entry
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/offlineasm/
H A Dself_hash.rb39 | entry |
40 if entry =~ regexp
41 contents += IO::read(directory + entry)
/macosx-10.10/Libc-1044.1.2/posix1e/
H A Dacl_perm.c126 acl_get_permset(acl_entry_t entry, acl_permset_t *permset_p) argument
128 _ACL_VALIDATE_ENTRY(entry);
130 *permset_p = (acl_permset_t)&entry->ae_perms;
135 acl_set_permset(acl_entry_t entry, acl_permset_t permset) argument
137 _ACL_VALIDATE_ENTRY(entry);
139 entry->ae_perms = permset->ap_perms;
152 acl_get_permset_mask_np(acl_entry_t entry, acl_permset_mask_t * mask_p) argument
154 _ACL_VALIDATE_ENTRY(entry);
156 *mask_p = (acl_permset_mask_t)entry->ae_perms;
161 acl_set_permset_mask_np(acl_entry_t entry, acl_permset_mask_ argument
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dstrhash.c84 static strhash_entry_t *find_entry(strhash_entry_t *entry, const char *key,
143 strhash_entry_t *entry; local
150 if ((entry = find_entry(hash->bins[h_index], key, h)) != NULL) {
152 entry->value = value;
154 /* Create new entry. */
155 if ((entry = new_entry(key, value)) == NULL) {
159 entry->next = hash->bins[h_index];
160 hash->bins[h_index] = entry;
179 strhash_entry_t *entry; local
184 entry
215 find_entry(strhash_entry_t *entry, const char *key, unsigned long hash) argument
228 strhash_entry_t *entry; local
[all...]
/macosx-10.10/cups-408/cups/scheduler/
H A Dcert.c87 acl_entry_t entry; /* ACL entry */ local
137 acl_create_entry(&acl, &entry);
138 acl_get_permset(entry, &permset);
140 acl_set_tag_type(entry, ACL_EXTENDED_ALLOW);
142 acl_set_qualifier(entry, &group);
143 acl_set_permset(entry, permset);
155 acl_create_entry(&acl, &entry);
156 acl_get_permset(entry, &permset);
158 acl_set_tag_type(entry, ACL_USER_OB
[all...]
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_dict.c168 DictEntry *entry = NULL; local
177 entry = kxld_array_get_item(&dict->buckets, idx);
179 return entry->value;
194 DictEntry *entry = NULL; local
200 entry = kxld_array_get_item(&dict->buckets, idx);
201 while (!dict->cmp(entry->key, key)) {
202 if (entry->state == EMPTY) goto finish;
207 entry = kxld_array_get_item(&dict->buckets, idx);
225 DictEntry *entry = NULL; local
248 * new entry i
273 DictEntry *entry = NULL; local
317 DictEntry *entry = NULL; local
345 DictEntry *entry = NULL; local
376 DictEntry *entry = NULL; local
[all...]
/macosx-10.10/IOFireWireSerialBusProtocolTransport-251.0.1/SBP2DiskLogger/
H A DSBP2DiskLogger.cpp688 SCSITaskLogEntry * entry = NULL; local
694 entry = ( SCSITaskLogEntry * ) malloc ( sizeof ( SCSITaskLogEntry ) );
695 TAILQ_INSERT_TAIL ( &gListHead, entry, chain );
698 bzero ( entry->cdb, sizeof ( entry->cdb ) );
699 entry->senseKey = 0;
700 entry->ASC = 0;
701 entry->ASCQ = 0;
703 entry->taskID = gTraceBuffer[index].arg2;
704 entry
726 SCSITaskLogEntry * entry = NULL; local
772 SCSITaskLogEntry * entry = NULL; local
806 SCSITaskLogEntry * entry = NULL; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/generic/
H A Ditcl_linkage.c86 Tcl_HashEntry *entry;
101 * Add a new entry for the given procedure. If an entry with
106 entry = Tcl_CreateHashEntry(procTable, name, &newEntry);
108 cfunc = (ItclCfunc*)Tcl_GetHashValue(entry);
129 Tcl_SetHashValue(entry, (ClientData)cfunc);
172 Tcl_HashEntry *entry;
187 * Add a new entry for the given procedure. If an entry with
192 entry
85 Tcl_HashEntry *entry; local
170 Tcl_HashEntry *entry; local
238 Tcl_HashEntry *entry; local
311 Tcl_HashEntry *entry; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_right.h77 /* Find an entry in a space, given the name */
91 /* Translate (space, object) -> (name, entry) */
112 ipc_entry_t entry);
114 #define ipc_right_request_cancel_macro(space, port, name, entry) \
115 ((entry->ie_request == IE_REQ_NONE) ? IP_NULL : \
116 ipc_right_request_cancel((space), (port), (name), (entry)))
118 /* Check if an entry is being used */
122 ipc_entry_t entry);
129 ipc_entry_t entry);
131 /* Clean up an entry i
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Ducmstate.c38 * row=[[firstentry ','] entry (',' entry)*]
41 * entry=range [':' nextstate] ['.' action]
53 int32_t entry; local
82 /* read an entry, the start of the range first */
105 entry=MBCS_ENTRY_FINAL(0, MBCS_STATE_VALID_16, 0);
107 entry=MBCS_ENTRY_TRANSITION(0, 0);
117 entry=MBCS_ENTRY_SET_STATE(entry, i);
124 entry
333 int32_t entry, sum, state, cell, count; local
425 int32_t entry, state, cell, count; local
621 int32_t entry, offset, oldOffset, trailOffset, oldTrailOffset, savings, sum; local
844 int32_t i, entry, savings, localSavings, belowSavings; local
928 int32_t state, cell, entry; local
975 int32_t i, entry, count; local
[all...]
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dgrep-changelog117 # Check that the date of the entry matches if date options
140 my $entry = shift;
142 return 0 unless $entry;
145 return 1 if ($entry =~ /$regexp/
146 && (!$exclude || $entry !~ $exclude));
148 return 1 if !$exclude || $entry !~ $exclude;
161 my ($header, $entry) = @_;
165 # Remove leading whitespace from entry.
166 $entry =~ s/^\s+//mg;
168 $entry
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/kadm5/
H A Dget_s.c146 ret = krb5_copy_principal(context->context, ent.entry.principal,
150 if(mask & KADM5_PRINC_EXPIRE_TIME && ent.entry.valid_end)
151 out->princ_expire_time = *ent.entry.valid_end;
152 if(mask & KADM5_PW_EXPIRATION && ent.entry.pw_end)
153 out->pw_expiration = *ent.entry.pw_end;
155 hdb_entry_get_pw_change_time(&ent.entry, &out->last_pwd_change);
157 out->attributes |= ent.entry.flags.postdate ? 0 : KRB5_KDB_DISALLOW_POSTDATED;
158 out->attributes |= ent.entry.flags.forwardable ? 0 : KRB5_KDB_DISALLOW_FORWARDABLE;
159 out->attributes |= ent.entry.flags.initial ? KRB5_KDB_DISALLOW_TGT_BASED : 0;
160 out->attributes |= ent.entry
[all...]
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/ATAPILogger/
H A DATAPILogger.cpp696 SCSITaskLogEntry * entry = NULL; local
702 entry = TAILQ_FIRST ( &gListHead );
703 while ( entry != NULL )
706 if ( entry->taskID == gTraceBuffer[index].arg2 )
713 entry = TAILQ_NEXT ( entry, chain );
717 if ( entry == NULL )
720 entry = ( SCSITaskLogEntry * ) malloc ( sizeof ( SCSITaskLogEntry ) );
721 TAILQ_INSERT_TAIL ( &gListHead, entry, chain );
725 bzero ( entry
750 SCSITaskLogEntry * entry = NULL; local
796 SCSITaskLogEntry * entry = NULL; local
835 SCSITaskLogEntry * entry = NULL; local
[all...]
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_read_disk_entry_from_file.c86 struct archive_entry *entry,
96 path = archive_entry_sourcepath(entry);
98 path = archive_entry_pathname(entry);
111 archive_entry_set_fflags(entry, stflags, 0);
147 archive_entry_copy_stat(entry, st);
150 name = archive_read_disk_uname(_a, archive_entry_uid(entry));
152 archive_entry_copy_uname(entry, name);
153 name = archive_read_disk_gname(_a, archive_entry_gid(entry));
155 archive_entry_copy_gname(entry, name);
161 archive_entry_set_fflags(entry, s
85 archive_read_disk_entry_from_file(struct archive *_a, struct archive_entry *entry, int fd, const struct stat *st) argument
193 setup_acls_posix1e(struct archive_read_disk *a, struct archive_entry *entry, int fd) argument
242 setup_acl_posix1e(struct archive_read_disk *a, struct archive_entry *entry, acl_t acl, int archive_entry_acl_type) argument
300 setup_acls_posix1e(struct archive_read_disk *a, struct archive_entry *entry, int fd) argument
325 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, const char *name, int fd) argument
372 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int fd) argument
444 setup_xattr(struct archive_read_disk *a, struct archive_entry *entry, int namespace, const char *name, const char *fullname, int fd) argument
491 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int fd) argument
560 setup_xattrs(struct archive_read_disk *a, struct archive_entry *entry, int fd) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/bind/tuple/
H A DBigIntegerBinding.java39 * Converts an entry buffer into a <code>BigInteger</code> value.
41 * @param entry is the source entry buffer.
45 public static BigInteger entryToBigInteger(DatabaseEntry entry) { argument
47 return entryToInput(entry).readBigInteger();
51 * Converts a <code>BigInteger</code> value into an entry buffer.
55 * @param entry is the destination entry buffer.
57 public static void bigIntegerToEntry(BigInteger val, DatabaseEntry entry) { argument
59 outputToEntry(sizedOutput(val).writeBigInteger(val), entry);
[all...]
H A DStringBinding.java49 * Converts an entry buffer into a simple <code>String</code> value.
51 * @param entry is the source entry buffer.
55 public static String entryToString(DatabaseEntry entry) { argument
57 return entryToInput(entry).readString();
61 * Converts a simple <code>String</code> value into an entry buffer.
65 * @param entry is the destination entry buffer.
67 public static void stringToEntry(String val, DatabaseEntry entry) { argument
69 outputToEntry(sizedOutput(val).writeString(val), entry);
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/shell-backends/
H A Dpasswd-shell.c116 struct ldentry *entry; local
122 if (( entry = pw2entry( op, pw )) != NULL ) {
124 if ( strcasecmp( op->ldop_dn, entry->lde_dn ) == 0 ) {
125 write_entry( op, entry, ofp );
128 } else if ( test_filter( op, entry ) == LDAP_COMPARE_TRUE ) {
129 write_entry( op, entry, ofp );
131 free_entry( entry );
143 struct ldentry *entry; local
166 entry = (struct ldentry *) ecalloc( 1, sizeof( struct ldentry ));
167 entry
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Ddir.c50 dir->entry.name[0] = '\0';
51 dir->entry.length = 0;
52 memset(&(dir->entry.find_data), 0, sizeof(dir->entry.find_data));
109 * start_directory() already filled in the first entry.
118 &dir->entry.find_data) == FALSE)
133 strcpy(dir->entry.name, dir->entry.find_data.cFileName);
134 dir->entry.length = strlen(dir->entry
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dtimer.h65 int timer_set_relative(timer_callout_t * entry,
75 void timer_cancel(timer_callout_t * entry);
77 boolean_t timer_time_changed(timer_callout_t * entry);
79 boolean_t timer_still_pending(timer_callout_t * entry);
/macosx-10.10/dtrace-147/DTTk/Bin/
H A Drwbypid.d46 syscall::*read*:entry
51 syscall::*write*:entry
/macosx-10.10/dtrace-147/DTTk/Proc/
H A Drwbypid.d46 syscall::*read*:entry
51 syscall::*write*:entry
/macosx-10.10/dtrace-147/test/tst/common/docsExamples/
H A Dksyms.d43 syscall::read:entry
56 fbt::uiomove:entry
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.basename.d38 fbt:::entry
44 fbt:::entry

Completed in 232 milliseconds

1234567891011>>