/external/toybox/toys/posix/ |
D | patch.c | 53 long oldline, oldlen, newline, newlen; argument 294 if (*patchline != '+') TT.oldlen--; in patch_main() 303 if (!TT.oldlen && !TT.newlen) state = apply_one_hunk(); in patch_main() 348 TT.oldlen = TT.newlen = 1; in patch_main() 350 if (*s == ',') TT.oldlen=strtol(s+1, &s, 10); in patch_main() 362 oldsum = TT.oldline + TT.oldlen; in patch_main()
|
D | sed.c | 248 static char *extend_string(char **old, char *new, int oldlen, int newlen) in extend_string() argument 254 s = *old = xrealloc(*old, oldlen+newlen+newline+1); in extend_string() 255 if (newline) s[oldlen++] = '\n'; in extend_string() 256 memcpy(s+oldlen, new, newlen); in extend_string() 257 s[oldlen+newlen] = 0; in extend_string() 259 return s+oldlen+newlen+1; in extend_string()
|
/external/apache-http/src/org/apache/http/util/ |
D | ByteArrayBuffer.java | 106 int oldlen = this.len; in append() local 107 int newlen = oldlen + len; in append() 111 for (int i1 = off, i2 = oldlen; i2 < newlen; i1++, i2++) { in append()
|
D | CharArrayBuffer.java | 135 int oldlen = this.len; in append() local 136 int newlen = oldlen + len; in append() 140 for (int i1 = off, i2 = oldlen; i2 < newlen; i1++, i2++) { in append()
|
/external/strace/ |
D | sysctl.c | 167 size_t oldlen = 0; in SYS_FUNC() local 170 } else if (umove(tcp, (long)info.oldlenp, &oldlen) >= 0 in SYS_FUNC() 180 tprintf(", %lu, ", (unsigned long)oldlen); in SYS_FUNC()
|
/external/e2fsprogs/util/ |
D | symlinks.c | 44 int oldlen = strlen(old), newlen = 0; in substr() local 52 if (newlen > oldlen) { in substr() 63 if (newlen > oldlen) in substr() 69 p = old_s + oldlen; in substr()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMManagerDefault.java | 156 int oldlen=m_dtms.length; in addDTM() local 157 if(oldlen<=id) in addDTM() 167 System.arraycopy(m_dtms,0,new_m_dtms,0,oldlen); in addDTM() 170 System.arraycopy(m_dtm_offsets,0,new_m_dtm_offsets,0,oldlen); in addDTM()
|
/external/curl/src/ |
D | tool_getparam.c | 1256 curl_off_t oldlen = config->postfieldsize; in getparameter() local 1257 curl_off_t newlen = oldlen + curlx_uztoso(size) + 2; in getparameter() 1264 memcpy(config->postfields, oldpost, (size_t)oldlen); in getparameter() 1266 config->postfields[oldlen] = '\x26'; in getparameter() 1267 memcpy(&config->postfields[oldlen+1], postdata, size); in getparameter() 1268 config->postfields[oldlen+1+size] = '\0'; in getparameter()
|
/external/dnsmasq/src/ |
D | tftp.c | 241 size_t oldlen = strlen(daemon->namebuff); in tftp_request() local 249 daemon->namebuff[oldlen] = 0; in tftp_request()
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 2402 int oldlen = 0; local 2407 oldlen = buf0->l; 2408 buf = vrealloc(buf0, oldlen + tlen); 2417 data = (struct isakmp_data *)(buf->v + oldlen); 2435 int oldlen = 0; local 2440 oldlen = buf0->l; 2441 buf = vrealloc(buf0, oldlen + tlen); 2450 data = (struct isakmp_data *)(buf->v + oldlen);
|
D | isakmp_inf.c | 1061 int oldlen = 0; local 1071 oldlen = buf0->l; 1081 n = (struct isakmp_pl_n *)(buf->v + oldlen);
|
/external/toybox/generated/ |
D | globals.h | 1127 long oldline, oldlen, newline, newlen; member
|
/external/robolectric/v1/lib/main/ |
D | httpcore-4.0.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 4296 size_t oldlen = *t_oldlenp; in common_PRE_sysctl() local 4299 if (t_oldp && oldlen >= sizeof(Addr)) { in common_PRE_sysctl() 4306 if (t_oldp) VG_(memcpy)(t_oldp, &stack_end, oldlen); in common_PRE_sysctl()
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 1674 for (old, oldlen, newdelta) in deltas:
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |