Searched refs:new_id (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_id.c178 uint16_t new_id; local
193 new_id = 0;
195 if (random_id_statistics && new_id != 0)
197 read_random(&new_id, sizeof (new_id));
198 } while (bit_test(id_bits, new_id) || new_id == 0);
205 bit_set(id_bits, new_id);
206 id_array[array_ptr] = new_id;
214 return (new_id);
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DCopy.pm11 DBIx::Class::CDBICompat::Copy - Emulates Class::DBI->copy($new_id)
19 Emulates C<<Class::DBI->copy($new_id)>>.
/macosx-10.9.5/postfix-252/postfix/src/bounce/
H A Dbounce_one_service.c98 VSTRING *new_id = vstring_alloc(10); local
152 new_id)) != 0) {
169 queue_id, STR(new_id));
188 new_id)) != 0) {
206 queue_id, STR(new_id));
233 new_id)) != 0) {
243 queue_id, STR(new_id));
261 vstring_free(new_id);
H A Dbounce_trace_service.c88 VSTRING *new_id; local
172 new_id = vstring_alloc(10);
176 new_id)) != 0) {
190 queue_id, STR(new_id));
210 vstring_free(new_id);
H A Dbounce_notify_service.c95 VSTRING *new_id = vstring_alloc(10); local
179 new_id)) != 0) {
199 queue_id, STR(new_id));
218 new_id)) != 0) {
239 queue_id, STR(new_id));
272 new_id)) != 0) {
285 queue_id, STR(new_id));
318 vstring_free(new_id);
H A Dbounce_warn_service.c95 VSTRING *new_id = vstring_alloc(10); local
169 new_id)) != 0) {
189 queue_id, STR(new_id));
207 new_id)) != 0) {
227 queue_id, STR(new_id));
257 new_id)) != 0) {
270 queue_id, STR(new_id));
287 vstring_free(new_id);
H A Dbounce_notify_verp.c101 VSTRING *new_id; local
146 new_id = vstring_alloc(10);
165 new_id)) != 0) {
183 queue_id, STR(new_id));
224 new_id)) != 0) {
234 queue_id, STR(new_id));
258 vstring_free(new_id);
/macosx-10.9.5/ruby-104/ruby/test/win32ole/
H A Dtest_propertyputref.rb19 new_id = @sapi.getvoices.item(0).Id
21 assert_equal(new_id, @sapi.voice.Id)
/macosx-10.9.5/ncurses-42/ncurses/panel/
H A Dp_new.c45 static char *new_id; variable
104 if (!new_id)
105 new_id = strdup("new");
106 pan->user = new_id;
/macosx-10.9.5/remote_cmds-41.90.1/talkd.tproj/
H A Dextern.h35 int new_id(void);
H A Dtable.c168 request->id_num = new_id();
189 new_id(void) function
H A Dprocess.c176 ptr->id_num = new_id();
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Denv013.tcl57 set new_id [getfileid $testdir/$dupfile]
58 puts "\tEnv013.d: new: $new_id"
59 error_check_bad id_changed $orig_id $new_id
/macosx-10.9.5/bc-21/bc/bc/
H A Dutil.c401 int insert_id_rec (root, new_id)
403 id_rec *new_id;
410 *root = new_id;
411 new_id->left = NULL;
412 new_id->right = NULL;
413 new_id->balance = 0;
418 if (strcmp (new_id->id, (*root)->id) < 0)
421 if (insert_id_rec (&((*root)->left), new_id))
475 if (insert_id_rec (&((*root)->right), new_id))
H A Dproto.h83 _PROTOTYPE(int insert_id_rec, (id_rec **root, id_rec *new_id));
/macosx-10.9.5/postfix-252/postfix/src/postsuper/
H A Dpostsuper.c669 VSTRING *new_id = vstring_alloc(10); local
682 vstring_sprintf(new_id, "%.*s%s",
687 vstring_sprintf(new_id, "%.*s%c%s",
692 MQID_LG_GET_HEX_USEC(new_id, cp);
693 vstring_strcat(new_id, get_file_id_st(st, 0));
702 mail_queue_path(new_path, *log_qpp, STR(new_id));
711 mail_queue_path(new_path, actual_queue, STR(new_id));
720 vstring_free(new_id);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py152 new_id = CFLocaleGetIdentifier(new_loc)
154 self.failUnless(new_id == id1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfcalendar.py152 new_id = CFLocaleGetIdentifier(new_loc)
154 self.assertEqual(new_id , id1)
/macosx-10.9.5/eap8021x-180/EAP8021X.fproj/
H A DEAPCertificateUtil.c975 SecIdentityRef new_id = NULL; local
984 &new_id);
991 status = SecIdentityCopyCertificate(new_id, &cert);
1003 my_CFRelease(&new_id);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_cc.c1015 ssize_t new_id = dt_strtab_insert(dtp->dt_apple_ids, arg1); local
1018 if (new_id > 0 && new_id <= UINT16_MAX) {
1019 uid = (uint16_t)new_id;
1090 ssize_t new_id = dt_strtab_insert(dtp->dt_apple_ids, arg1); local
1093 if (new_id > 0 && new_id <= UINT16_MAX) {
1094 uid = (uint16_t)new_id;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_link.c1005 cnid_t new_id; local
1006 if ((error = cat_acquire_cnid(hfsmp, &new_id))) {
1012 error = cat_create(hfsmp, new_id, priv_descp, priv_attrp, NULL);
H A Dhfs_readwrite.c1770 uint32_t new_id; local
1771 if (tmp_doc_id == 0 && (error = hfs_generate_document_id(hfsmp, &new_id)) == 0) {
1774 extinfo->document_id = tmp_doc_id = new_id;
1873 uint32_t new_id; local
1877 if ((error = hfs_generate_document_id(hfsmp, &new_id)) == 0) {
1882 f_extinfo->document_id = new_id;
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmem.c360 Heapid new_id = new_heap_id(); local
364 h->heap_id, new_id);
366 h->heap_id = new_id;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_credential.c581 pid_t new_id; local
587 new_id = current_proc()->p_pid;
589 KAUTH_DEBUG("RESOLVER - pid %d refused permission to become identity resolver", new_id);
593 if (kauth_resolver_identity != new_id) {
594 KAUTH_DEBUG("RESOLVER - new resolver %d taking over from old %d", new_id, kauth_resolver_identity);
612 kauth_resolver_identity = new_id;
/macosx-10.9.5/CPANInternal-140/Class-DBI/lib/Class/
H A DDBI.pm1729 $new_obj = $obj->copy($new_id);
1755 my $new_obj = Sub::Class->move($old_obj, $new_id);
1761 $new_id as the primary key of $new_obj (otherwise the usual sequence or

Completed in 181 milliseconds

12