Searched defs:lasts (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/glib/gio/fen/
H A Dfen-node.c189 gchar* lasts; local
199 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
212 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
246 gchar* lasts; local
258 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
268 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
/external/icu4c/tools/tzcode/
H A Dzic.c361 static struct lookup const lasts[] = { variable
1499 if ((lp = byword(dp, lasts)) != NULL) {
/external/libxml2/
H A Drelaxng.c9115 xmlNodePtr *list = NULL, *lasts = NULL; local
9166 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
9167 if (lasts == NULL) {
9171 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr));
9233 if (lasts[i] != NULL) {
9234 lasts[i]->next = cur;
9235 lasts[i] = cur;
9238 lasts[i] = cur;
9256 if (lasts[i] != NULL) {
9257 last = lasts[
[all...]

Completed in 79 milliseconds