Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 5 of 5) sorted by relevance

/system/core/libutils/
DUnicode.cpp135 static inline int32_t utf32_at_internal(const char* cur, size_t *num_read) in utf32_at_internal() argument
137 const char first_char = *cur; in utf32_at_internal()
140 return *cur; in utf32_at_internal()
142 cur++; in utf32_at_internal()
150 utf32 = (utf32 << 6) + (*cur++ & 0x3F); in utf32_at_internal()
199 char *cur = dst; in utf32_to_utf8() local
202 utf32_codepoint_to_utf8((uint8_t *)cur, *cur_utf32++, len); in utf32_to_utf8()
203 cur += len; in utf32_to_utf8()
205 *cur = '\0'; in utf32_to_utf8()
341 char *cur = dst; in utf16_to_utf8() local
[all …]
/system/netd/server/
DMDnsSdListener.cpp683 Element *cur = *prevPtr; in rescan() local
684 *prevPtr = (cur)->mNext; // change our notion of this element and don't advance in rescan()
685 delete cur; in rescan()
711 Element *cur = mHead; in lookupServiceRef() local
712 while (cur != NULL) { in lookupServiceRef()
713 if (cur->mId == id) { in lookupServiceRef()
714 DNSServiceRef *result = &(cur->mRef); in lookupServiceRef()
718 cur = cur->mNext; in lookupServiceRef()
727 Element *cur = mHead; in startMonitoring() local
728 while (cur != NULL) { in startMonitoring()
[all …]
/system/core/libcutils/
Dconfig_utils.c321 cnode *cur = root->first_child; in config_free() local
323 while (cur) { in config_free()
324 cnode *prev = cur; in config_free()
325 config_free(cur); in config_free()
326 cur = cur->next; in config_free()
/system/core/libprocessgroup/
Dprocessgroup.cpp165 struct dirent cur; in removeUidProcessGroups() local
167 while ((readdir_r(uid, &cur, &dir) == 0) && dir) { in removeUidProcessGroups()
193 struct dirent cur; in removeAllProcessGroups() local
195 while ((readdir_r(root, &cur, &dir) == 0) && dir) { in removeAllProcessGroups()
/system/core/init/
Dreadme.txt232 setrlimit <resource> <cur> <max>