Home
last modified time | relevance | path

Searched refs:allocated_length (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/posix/
H A Duudecode.c31 size_t allocated_length; in uudecode_main() local
38 if ((n = getline(&line, &allocated_length, ifp)) == -1) in uudecode_main()
56 if (m == 2 || (n = getline(&line, &allocated_length, ifp)) == -1) break; in uudecode_main()
/third_party/toybox/toys/other/
H A Dmakedevs.c46 size_t allocated_length = 0; in makedevs_main() local
57 while (getline(&line, &allocated_length, fp) > 0) { in makedevs_main()
/third_party/toybox/toys/pending/
H A Duserdel.c30 size_t allocated_length = 0; in update_groupfiles() local
53 while (getline(&line, &allocated_length, exfp) > 0) { in update_groupfiles()
H A Dcrontab.c119 size_t allocated_length; in parse_crontab() local
122 for (lno = 1; (len = getline(&line, &allocated_length, fp)) > 0; lno++) { in parse_crontab()
H A Dinit.c126 size_t allocated_length = 0; in parse_inittab() local
139 while (getline(&line, &allocated_length, fp) > 0) { in parse_inittab()
H A Dcrond.c377 size_t allocated_length = 0; in scan_cronfiles() local
392 while (getline(&line, &allocated_length, fp) > 0) { in scan_cronfiles()
/third_party/toybox/lib/
H A Dpassword.c115 size_t allocated_length; in update_password() local
153 while ((n = getline(&line, &allocated_length, exfp)) > 0) { in update_password()
/third_party/python/Lib/multiprocessing/
H A Dshared_memory.py454 allocated_length = self._allocated_offsets[position + 1] - item_offset
458 if len(encoded_value) > allocated_length:
464 allocated_length,

Completed in 7 milliseconds