Searched refs:new_list (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dpipeline.c191 struct curl_llist *new_list = NULL; local
194 new_list = Curl_llist_alloc((curl_llist_dtor) site_blacklist_llist_dtor);
195 if(!new_list)
206 Curl_llist_destroy(new_list, NULL);
213 Curl_llist_destroy(new_list, NULL);
230 if(!Curl_llist_insert_next(new_list, new_list->tail, entry)) {
232 Curl_llist_destroy(new_list, NULL);
246 *list_ptr = new_list;
284 struct curl_llist *new_list local
[all...]
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dcopy_cmd.c71 WORD_LIST *new_list; local
73 for (new_list = (WORD_LIST *)NULL; list; list = list->next)
74 new_list = make_word_list (copy_word (list->word), new_list);
76 return (REVERSE_LIST (new_list, WORD_LIST *));
95 PATTERN_LIST *new_list, *new_clause; local
97 for (new_list = (PATTERN_LIST *)NULL; clauses; clauses = clauses->next)
100 new_clause->next = new_list;
101 new_list = new_clause;
103 return (REVERSE_LIST (new_list, PATTERN_LIS
149 REDIRECT *new_list, *temp; local
[all...]
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dpluginviewer.c282 char * new_list; local
293 new_list = malloc (strlen(*list_of_mechs) + strlen(m->plug->mech_name) + 2);
294 sprintf (new_list, "%s %s", *list_of_mechs, m->plug->mech_name);
296 *list_of_mechs = new_list;
310 char * new_list; local
321 new_list = malloc (strlen(*list_of_mechs) + strlen(m->plug->mech_name) + 2);
322 sprintf (new_list, "%s %s", *list_of_mechs, m->plug->mech_name);
324 *list_of_mechs = new_list;
338 char * new_list; local
348 new_list
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-externalref.mm90 void **new_list = (void **)(list->_buffer ? malloc_zone_realloc(gc_zone, list->_buffer, new_size * sizeof(void *)) : auto_zone_allocate_object(gc_zone, new_size * sizeof(void *), memory_type, false, false));
91 if (!new_list) _objc_fatal("unable to allocate, size = %ld\n", new_size);
96 new_list[index] = EMPTY_SLOT;
98 auto_zone_root_write_barrier(gc_zone, &list->_buffer, new_list);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m449 struct objc_method_list* new_list;
452 new_list = realloc(cls->methodLists[0],
456 if (new_list == NULL) {
459 cls->methodLists[0] = new_list;
460 objcMethod = new_list->method_list + (new_list->method_count)++;
466 new_list->method_count--;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m449 struct objc_method_list* new_list;
452 new_list = realloc(cls->methodLists[0],
456 if (new_list == NULL) {
459 cls->methodLists[0] = new_list;
460 objcMethod = new_list->method_list + (new_list->method_count)++;
466 new_list->method_count--;
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPKeychainUtil.c367 CFMutableArrayRef new_list = NULL; local
407 if (new_list == NULL) {
408 new_list = CFArrayCreateMutableCopy(NULL, 0, app_list);
410 CFArrayAppendValue(new_list, app);
412 if (new_list == NULL) {
416 status = SecACLSetContents(acl, new_list, prompt_description,
418 CFRelease(new_list);
H A DEAPOLControl.c972 CFMutableDictionaryRef new_list; local
975 new_list = CFDictionaryCreateMutableCopy(NULL, 0, list);
978 new_list
985 CFDictionaryRemoveValue(new_list, str);
1005 CFDictionarySetValue(new_list, str, new_binding);
1010 new_list,
1018 CFRelease(new_list);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Dfakemail.c121 #define new_list() \
405 result = new_list ();
699 *next_line = new_list ();
120 #define new_list macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngset.c1024 png_bytep new_list, p; local
1044 new_list=(png_bytep)png_malloc(png_ptr,
1049 png_memcpy(new_list, png_ptr->chunk_list,
1054 png_memcpy(new_list + 5*old_num_chunks, chunk_list,
1056 for (p = new_list + 5*old_num_chunks + 4, i = 0; i<num_chunks; i++, p += 5)
1059 png_ptr->chunk_list = new_list;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-runtime-compat.m476 struct objc_method_list* new_list;
479 new_list = realloc(cls->methodLists[0],
483 if (new_list == NULL) {
486 cls->methodLists[0] = new_list;
487 objcMethod = new_list->method_list + (new_list->method_count)++;
493 new_list->method_count--;
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_misc.c656 const char *new_list; local
736 if ((new_list = tls_apply_cipher_list(app_ctx, context, buf)) == 0)
743 return (app_ctx->cipher_list = mystrdup(new_list));
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpd.c443 interface_list_t * new_list; local
445 new_list = ifl_init();
446 if (new_list == NULL) {
451 S_interfaces = new_list;
464 inetroute_list_t * new_list; local
466 new_list = inetroute_list_init();
467 if (new_list == NULL) {
473 S_inetroutes = new_list;

Completed in 241 milliseconds