Searched refs:merged (Results 1 - 20 of 20) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dl.c250 char *merged; local
262 merged = OPENSSL_malloc(strlen(filespec1) + 1);
263 if(!merged)
269 strcpy(merged, filespec1);
274 merged = OPENSSL_malloc(strlen(filespec2) + 1);
275 if(!merged)
281 strcpy(merged, filespec2);
300 merged = OPENSSL_malloc(len + 2);
301 if(!merged)
307 strcpy(merged, filespec
[all...]
H A Ddso_dlfcn.c297 char *merged; local
309 merged = OPENSSL_malloc(strlen(filespec1) + 1);
310 if(!merged)
315 strcpy(merged, filespec1);
320 merged = OPENSSL_malloc(strlen(filespec2) + 1);
321 if(!merged)
327 strcpy(merged, filespec2);
346 merged = OPENSSL_malloc(len + 2);
347 if(!merged)
353 strcpy(merged, filespec
[all...]
H A Ddso_vms.c387 char *merged; local
466 merged = OPENSSL_malloc(nam.naml$l_long_expand_size + 1);
467 if(!merged)
469 strncpy(merged, nam.naml$l_long_expand,
471 merged[nam.naml$l_long_expand_size] = '\0';
475 merged = OPENSSL_malloc(nam.naml$b_esl + 1);
476 if(!merged)
478 strncpy(merged, nam.naml$l_esa,
480 merged[nam.naml$b_esl] = '\0';
483 merged
[all...]
H A Ddso_win32.c548 char *merged = NULL; local
560 merged = OPENSSL_malloc(strlen(filespec1) + 1);
561 if(!merged)
567 strcpy(merged, filespec1);
571 merged = OPENSSL_malloc(strlen(filespec2) + 1);
572 if(!merged)
578 strcpy(merged, filespec2);
623 merged = win32_joiner(dso, filespec1_split);
627 return(merged);
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_addr.c860 IPAddressOrRange *merged;
861 if (!make_addressRange(&merged, a_min, b_max, length))
863 sk_IPAddressOrRange_set(aors, i, merged);
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dmap.pl338 % O(lgN). Eventually this package should be merged with ASSOC.PL.
358 % and eventually MAP and ASSOC should be merged. In the mean time,
/barrelfish-master/doc/015-disk-driver-arch/
H A Drunning.tex81 to the region with the higher type or merged if they are both of the same type.
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dlinearize.pl419 % all monomials with identical variables are merged.
459 all monomials with identical variables are merged.
H A Dtracer_tcl.pl452 % merged previous summary and display commands; this allows more flexibility
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Deplex.tex1081 the bounds of the columns are merged (and failure will occur if the
1082 merged bound is empty); all the unified columns are constrained to integers
1106 value for the merged columns.
H A Dextchr.tex748 rules with identical (or sufficiently similar) heads can be merged
814 handlers must be merged ``by hand''. This means that the source code
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex502 should really be merged with the third one in Kaluga that we use for ARM.
/barrelfish-master/doc/017-arm/
H A DARM.tex170 3269 files updated, 0 files merged, 0 files removed, 0 files unresolved
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex1091 %The two search techniques, BBS and LDS, can be merged quite simply in
/barrelfish-master/doc/026-device-queues/
H A Ddevif.tex686 memory chunks, the memory chunks are merged to one big chunk.
/barrelfish-master/usr/eclipseclp/documents/search/
H A Dsearch.tex960 The two search techniques, BBS and LDS, can be merged quite simply in
/barrelfish-master/doc/006-routing/
H A DRouting.tex297 If two dispatchers want to communicate with the help of the multi-hop interconnect driver, they must acquire binding objects for each endpoint of the channel. In any binding attempt, one dispatcher must act as the client and the other as the service (however, once a binding is established, the communication process on both sides of the binding is indistinguishable). The binding phase is merged with channel set-up, i.e. a new multi-hop channel will be created during the binding process.
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dech.pl31 % Sept 2001, merged into one file
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex1733 implementation instructions are merged and specialised:
/barrelfish-master/usr/eclipseclp/documents/applications/
H A Dtutorial.tex318 We now introduce a naming scheme\index{naming scheme} that should be used to define identifiers for the various entities in an ECLiPSe program. A consistent naming scheme makes it easier to maintain and modify the program, and also makes sure that contributions from different programmers can be merged without extra work. The scheme presented here is used for RiskWise.

Completed in 414 milliseconds