Searched refs:sl2 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/unistr/
H A Du-strcoll.h27 char *sl2; local
33 sl2 = U_STRCONV_TO_LOCALE (s2);
34 if (sl2 != NULL)
36 /* Compare sl1 and sl2. */
38 result = strcoll (sl1, sl2);
43 free (sl2);
45 map some characters to question marks. Therefore sl1 and sl2
56 free (sl2);
71 sl2 = U_STRCONV_TO_LOCALE (s2);
72 if (sl2 !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dskiplist.c354 Skiplist *skiplist_concat(Skiplist *sl1, Skiplist *sl2) { argument
362 *sl1 = *sl2;
363 *sl2 = temp;
364 /* swap them so that sl2 can be freed normally upon return. */
367 if(sl2->bottom == NULL || sl2->bottom->next == NULL) {
368 skiplist_remove_all(sl2, free);
371 compared = sl1->compare(sl1->bottomend->prev->data, sl2->bottom->data);
375 /* OK now append sl2 onto sl1 */
377 eheight = MIN(sl1->height, sl2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 219 milliseconds